#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"
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.
const CouNumber feas_tolerance_default = 1e-5 |
Definition at line 39 of file CouenneProblem.hpp.