Macros | Functions
obbt_iter.cpp File Reference
#include "CglCutGenerator.hpp"
#include "CouenneCutGenerator.hpp"
#include "CouenneProblem.hpp"
#include "CouenneProblemElem.hpp"
#include "CouenneExprVar.hpp"
Include dependency graph for obbt_iter.cpp:

Go to the source code of this file.

Macros

#define OBBT_EPS   1e-3
 

Functions

int obbt_supplement (const OsiSolverInterface *csi, int index, int sense)
 
static bool obbt_updateBound (OsiSolverInterface *csi, int sense, CouNumber &bound, bool isint)
 1: minimize, -1: maximize More...
 

Macro Definition Documentation

#define OBBT_EPS   1e-3

Definition at line 20 of file obbt_iter.cpp.

Function Documentation

int obbt_supplement ( const OsiSolverInterface *  csi,
int  index,
int  sense 
)

1: minimize, -1: maximize

Parameters
indexinterface to use as a solver
sensevariable being looked at

Definition at line 16 of file obbt_supplement.cpp.

static bool obbt_updateBound ( OsiSolverInterface *  csi,
int  sense,
CouNumber bound,
bool  isint 
)
static

1: minimize, -1: maximize

reoptimize and change bound of a variable if needed

is this variable integer

Parameters
senseinterface to use as a solver
bound1: minimize, -1: maximize
isintbound to be updated

Definition at line 31 of file obbt_iter.cpp.