#include "BonCbc.hpp"
#include "BonBabInfos.hpp"
#include "CglCutGenerator.hpp"
#include "CouenneCutGenerator.hpp"
#include "CouenneProblem.hpp"
#include "CouenneProblemElem.hpp"
#include "CouenneExprVar.hpp"
#include "CouenneInfeasCut.hpp"
#include "CouenneRecordBestSol.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Couenne |
general include file for different compilers | |
Defines | |
#define | Couenne_large_bound2 9.99e12 |
Functions | |
bool | Couenne::isOptimumCut (const CouNumber *opt, OsiCuts &cs, CouenneProblem *p) |
void | Couenne::fictitiousBound (OsiCuts &cs, CouenneProblem *p, bool action) |
void | Couenne::sparse2dense (int ncols, t_chg_bounds *chg_bds, int *&changed, int &nchanged) |
translate sparse to dense vector (should be replaced) | |
void | Couenne::updateBranchInfo (const OsiSolverInterface &si, CouenneProblem *p, t_chg_bounds *chg, const CglTreeInfo &info) |
get new bounds from parents' bounds + branching rules |
#define Couenne_large_bound2 9.99e12 |
Definition at line 31 of file generateCuts.cpp.