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