#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"
Include dependency graph for generateCuts.cpp:
Go to the source code of this file.
Namespaces | |
namespace | Couenne |
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) |
Defined in Couenne/src/convex/generateCuts.cpp. | |
void | Couenne::updateBranchInfo (const OsiSolverInterface &si, CouenneProblem *p, t_chg_bounds *chg, const CglTreeInfo &info) |
Get changed bounds due to branching. |
#define Couenne_large_bound2 9.99e12 |