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