
Go to the source code of this file.
Namespaces | |
| Couenne | |
| general include file for different compilers | |
Macros | |
| #define | MAX_ITER 10 |
| #define | COU_POW_TOLERANCE 1e-12 |
Functions | |
| CouNumber | Couenne::powNewton (CouNumber, CouNumber, unary_function, unary_function, unary_function) |
| find proper tangent point to add deepest tangent cut More... | |
| CouNumber | Couenne::powNewton (CouNumber, CouNumber, funtriplet *) |
| find proper tangent point to add deepest tangent cut More... | |
| #define MAX_ITER 10 |
Definition at line 15 of file powNewton.cpp.
| #define COU_POW_TOLERANCE 1e-12 |
Definition at line 16 of file powNewton.cpp.
1.8.5