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