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