#include "CglCutGenerator.hpp"#include "CouenneTypes.hpp"#include "CouenneProblem.hpp"#include "BonAuxInfos.hpp"Include dependency graph for updateBranchInfo.cpp:

Go to the source code of this file.
Functions | |
| void | updateBranchInfo (const OsiSolverInterface &si, CouenneProblem *p, t_chg_bounds *chg_bds, const CglTreeInfo &info) |
| get new bounds from parents' bounds + branching rules | |
| void updateBranchInfo | ( | const OsiSolverInterface & | si, | |
| CouenneProblem * | p, | |||
| t_chg_bounds * | chg_bds, | |||
| const CglTreeInfo & | info | |||
| ) |
get new bounds from parents' bounds + branching rules
Definition at line 19 of file updateBranchInfo.cpp.
References t_chg_bounds::CHANGED, COUENNE_EPS, and DEBUG.
Referenced by CouenneCutGenerator::generateCuts().
1.4.7