#include "CouenneCutGenerator.hpp"#include "CouenneProblem.hpp"#include "CouenneObject.hpp"#include "CouenneBranchingObject.hpp"#include "CouenneDisjCuts.hpp"
Go to the source code of this file.
Functions | |
| bool | BranchingFBBT (CouenneProblem *problem, OsiObject *Object, OsiSolverInterface *solver) |
| Called from simulateBranch when object is not CouenneObject and therefore needs explicit FBBT. | |
| bool BranchingFBBT | ( | CouenneProblem * | problem, | |
| OsiObject * | Object, | |||
| OsiSolverInterface * | solver | |||
| ) |
Called from simulateBranch when object is not CouenneObject and therefore needs explicit FBBT.
Definition at line 488 of file doStrongBranching.cpp.
1.6.1