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