Go to the source code of this file.
|
| | Couenne |
| | general include file for different compilers
|
| |
|
| 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) More...
|
| |
| void | Couenne::updateBranchInfo (const OsiSolverInterface &si, CouenneProblem *p, t_chg_bounds *chg, const CglTreeInfo &info) |
| | get new bounds from parents' bounds + branching rules More...
|
| |
| #define Couenne_large_bound2 9.99e12 |