11 #ifndef BonHeuristicLocalBranching_H 12 #define BonHeuristicLocalBranching_H 26 virtual CbcHeuristic *
clone()
const{
34 virtual void setModel(CbcModel * model);
40 int solution(
double & objectiveValue,
41 double * newSolution);
static void registerOptions(Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions)
Register the options common to all local search based heuristics.
virtual void validate()
Validate model i.e. sets when_ to 0 if necessary.
virtual void setModel(CbcModel *model)
Update model.
(C) Copyright International Business Machines Corporation 2007
virtual CbcHeuristic * clone() const
Virtual constructor.
virtual ~HeuristicLocalBranching()
Destructor.
HeuristicLocalBranching()
Default constructor.
int solution(double &objectiveValue, double *newSolution)
Runs heuristic.
void Initialize(Ipopt::SmartPtr< Ipopt::OptionsList > options)
Initiaize using passed options.