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