Functions
getDisjunctions.cpp File Reference
#include "CouenneCutGenerator.hpp"
#include "CouenneProblem.hpp"
#include "CouenneObject.hpp"
#include "CouenneBranchingObject.hpp"
#include "CouenneDisjCuts.hpp"
Include dependency graph for getDisjunctions.cpp:

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...
 

Function Documentation

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.