#include <vector>#include "OsiRowCut.hpp"#include "BonBabInfos.hpp"#include "CouenneTypes.hpp"#include "expression.hpp"#include "exprAux.hpp"#include "CouenneProblemElem.hpp"#include "CouenneObject.hpp"#include "CouenneJournalist.hpp"#include "domain.hpp"Include dependency graph for CouenneProblem.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | CouenneProblem |
| Class for MINLP problems with symbolic information. More... | |
| class | CouenneProblem::GlobalCutOff |
| Class for storing a global cutoff for a CouenneProblem and all its clones. More... | |
Functions | |
| bool | BranchingFBBT (CouenneProblem *problem, OsiObject *Object, OsiSolverInterface *solver) |
| Called from simulateBranch when object is not CouenneObject and therefore needs explicit FBBT. | |
Variables | |
| const CouNumber | feas_tolerance_default = 1e-5 |
| bool BranchingFBBT | ( | CouenneProblem * | problem, | |
| OsiObject * | Object, | |||
| OsiSolverInterface * | solver | |||
| ) |
Called from simulateBranch when object is not CouenneObject and therefore needs explicit FBBT.
Definition at line 227 of file CouenneProblem.cpp.
References t_chg_bounds::CHANGED, and t_chg_bounds::setUpper().
Referenced by CouenneDisjCuts::getDisjunctions(), and CouenneChooseStrong::simulateBranch().
| const CouNumber feas_tolerance_default = 1e-5 |
1.4.7