8 #ifndef CbcHeuristicRENS_H
9 #define CbcHeuristicRENS_H
50 virtual int solution(
double &objectiveValue,
int numberTries_
Number of tries.
void setRensType(int value)
Set type.
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)
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...
CbcHeuristicRENS & operator=(const CbcHeuristicRENS &rhs)
Assignment operator.
virtual CbcHeuristic * clone() const
Clone.
virtual int solution(double &objectiveValue, double *newSolution)
returns 0 if no solution, 1 if valid solution.
int rensType_
Type 0 - fix at LB 1 - fix on dj 2 - fix at UB as well 3 - fix on 0.01*average dj add 16 to allow two...
Simple Branch and bound class.