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