11 #ifndef BonInitHeuristic_HPP 12 #define BonInitHeuristic_HPP 48 virtual int solution(
double & objectiveValue,
double * newSolution);
virtual void resetModel(CbcModel *model)
A heuristic that stores the initial solution of the NLP.
InitHeuristic & operator=(const InitHeuristic &rhs)
Assignment operator.
Class for MINLP problems with symbolic information.
virtual ~InitHeuristic()
Destructor.
virtual int solution(double &objectiveValue, double *newSolution)
Run heuristic, return 1 if a better solution than the one passed is found and 0 otherwise.
virtual CbcHeuristic * clone() const
Clone.
general include file for different compilers