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