9#ifndef BonFixAndSolveHeuristic_H
10#define BonFixAndSolveHeuristic_H
24 virtual CbcHeuristic *
clone()
const{
33 double * newSolution);
void Initialize(Ipopt::SmartPtr< Ipopt::OptionsList > options)
Initiaize using passed options.
FixAndSolveHeuristic(const FixAndSolveHeuristic &other)
Copy constructor.
static void registerOptions(Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions)
Register the options common to all local search based heuristics.
FixAndSolveHeuristic(BonminSetup *setup)
Constructor with setup.
int solution(double &objectiveValue, double *newSolution)
Runs heuristic.
virtual ~FixAndSolveHeuristic()
Destructor.
FixAndSolveHeuristic()
Default constructor.
virtual CbcHeuristic * clone() const
Virtual constructor.
(C) Copyright International Business Machines Corporation 2007