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