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