Macros | Functions
obbt.cpp File Reference
#include "CoinHelperFunctions.hpp"
#include "CglCutGenerator.hpp"
#include "OsiClpSolverInterface.hpp"
#include "CouenneExpression.hpp"
#include "CouenneExprVar.hpp"
#include "CouenneCutGenerator.hpp"
#include "CouenneProblem.hpp"
#include "CouenneInfeasCut.hpp"
#include "CouenneBTPerfIndicator.hpp"
Include dependency graph for obbt.cpp:

Go to the source code of this file.

Macros

#define THRESH_OBBT_AUX   50
 
#define OBBT_EPS   1e-3
 
#define MAX_OBBT_LP_ITERATION   100
 
#define MAX_OBBT_ATTEMPTS   1
 
#define THRES_NBD_CHANGED   1
 
#define MAX_OBBT_ITER   1
 

Functions

void sparse2dense (int ncols, t_chg_bounds *chg_bds, int *&changed, int &nchanged)
 translate sparse to dense vector (should be replaced) More...
 

Macro Definition Documentation

#define THRESH_OBBT_AUX   50

Definition at line 25 of file obbt.cpp.

#define OBBT_EPS   1e-3

Definition at line 26 of file obbt.cpp.

#define MAX_OBBT_LP_ITERATION   100

Definition at line 27 of file obbt.cpp.

#define MAX_OBBT_ATTEMPTS   1

Definition at line 28 of file obbt.cpp.

#define THRES_NBD_CHANGED   1

Definition at line 33 of file obbt.cpp.

#define MAX_OBBT_ITER   1

Definition at line 36 of file obbt.cpp.

Function Documentation

void sparse2dense ( int  ncols,
t_chg_bounds *  chg_bds,
int *&  changed,
int nchanged 
)

translate sparse to dense vector (should be replaced)

Defined in Couenne/src/convex/generateCuts.cpp.

Definition at line 69 of file generateCuts.cpp.