#include "CouenneProblem.hpp"#include "BonBabInfos.hpp"Include dependency graph for fake_tightening.cpp:

Go to the source code of this file.
Defines | |
| #define | MAX_ITER 10 |
| #define | AGGR_MUL 2 |
| #define | AGGR_DIV 2 |
Functions | |
| CouNumber | fictBounds (char direction, CouNumber x, CouNumber lb, CouNumber ub) |
Variables | |
| const CouNumber | phi = 0.5 * (1. + sqrt (5.)) |
| #define MAX_ITER 10 |
Definition at line 16 of file fake_tightening.cpp.
Referenced by CouenneProblem::fake_tighten(), powNewton(), and trigNewton().
| #define AGGR_MUL 2 |
Definition at line 17 of file fake_tightening.cpp.
Referenced by fictBounds(), and CouenneObject::midInterval().
| #define AGGR_DIV 2 |
Definition at line 24 of file fake_tightening.cpp.
References AGGR_DIV, AGGR_MUL, COUENNE_EPS, and COUENNE_INFINITY.
Referenced by CouenneProblem::fake_tighten().
Definition at line 21 of file fake_tightening.cpp.
1.4.7