#include "CglCutGenerator.hpp"#include "CouenneCutGenerator.hpp"#include "CouenneProblem.hpp"#include "CouenneProblemElem.hpp"#include "CouenneExprVar.hpp"
Go to the source code of this file.
Defines | |
| #define | OBBT_EPS 1e-3 |
Functions | |
| static bool | obbt_updateBound (OsiSolverInterface *csi, int sense, CouNumber &bound, bool isint) |
| reoptimize and change bound of a variable if needed | |
| #define OBBT_EPS 1e-3 |
Definition at line 20 of file obbt_iter.cpp.
| static bool obbt_updateBound | ( | OsiSolverInterface * | csi, | |
| int | sense, | |||
| CouNumber & | bound, | |||
| bool | isint | |||
| ) | [static] |
reoptimize and change bound of a variable if needed
is this variable integer
| sense | interface to use as a solver | |
| bound | 1: minimize, -1: maximize | |
| isint | bound to be updated |
Definition at line 27 of file obbt_iter.cpp.
1.6.1