#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. More... | |
bool BranchingFBBT | ( | CouenneProblem * | problem, |
OsiObject * | Object, | ||
OsiSolverInterface * | solver | ||
) |
Called from simulateBranch when object is not CouenneObject and therefore needs explicit FBBT.
Called from simulateBranch when object is not CouenneObject and therefore needs explicit FBBT.
Definition at line 514 of file doStrongBranching.cpp.