#include "CoinHelperFunctions.hpp"
#include "CouenneProblem.hpp"
#include "CouenneProblemElem.hpp"
#include "CouenneExprVar.hpp"
#include "BonBabInfos.hpp"
Go to the source code of this file.
Macros | |
#define | MAX_ITER 3 |
#define | AGGR_MUL 2 |
#define | AGGR_DIV 2 |
#define | LARGE_BOUND 1e10 |
Functions | |
CouNumber | fictBounds (char direction, CouNumber x, CouNumber lb, CouNumber ub) |
Variables | |
const CouNumber | phi = 0.5 * (1. + sqrt (5.)) |
#define MAX_ITER 3 |
Definition at line 21 of file fake_tightening.cpp.
#define AGGR_MUL 2 |
Definition at line 22 of file fake_tightening.cpp.
#define AGGR_DIV 2 |
Definition at line 23 of file fake_tightening.cpp.
#define LARGE_BOUND 1e10 |
Definition at line 29 of file fake_tightening.cpp.
const CouNumber phi = 0.5 * (1. + sqrt (5.)) |
Definition at line 26 of file fake_tightening.cpp.