6 #ifndef CbcHeuristicRandRound_H
7 #define CbcHeuristicRandRound_H
49 virtual int solution(
double &objectiveValue,
virtual int solution(double &objectiveValue, double *newSolution)=0
returns 0 if no solution, 1 if valid solution with better objective value than one passed in Sets sol...
virtual CbcHeuristic * clone() const
Clone.
virtual void generateCpp(FILE *fp)
Create C++ lines to get to current state.
virtual int solution(double &objectiveValue, double *newSolution)
returns 0 if no solution, 1 if valid solution.
CbcHeuristicRandRound & operator=(const CbcHeuristicRandRound &rhs)
Assignment operator.
Simple Branch and bound class.
virtual void resetModel(CbcModel *model)
Resets stuff if model changes.
virtual void setModel(CbcModel *model)
update model (This is needed if cliques update matrix etc)