6 #ifndef CbcHeuristicDiveVectorLength_H
7 #define CbcHeuristicDiveVectorLength_H
44 const double *newSolution,
~CbcHeuristicDiveVectorLength()
virtual bool selectVariableToBranch(OsiSolverInterface *solver, const double *newSolution, int &bestColumn, int &bestRound)
Selects the next variable to branch on.
CbcHeuristicDiveVectorLength()
Abstract Base Class for describing an interface to a solver.
CbcHeuristicDiveVectorLength & operator=(const CbcHeuristicDiveVectorLength &rhs)
Assignment operator.
virtual void generateCpp(FILE *fp)
Create C++ lines to get to current state.
virtual CbcHeuristicDiveVectorLength * clone() const
Clone.
Simple Branch and bound class.