10 #define BonDummyPump_H 
   24      virtual CbcHeuristic * 
clone()
 const{
 
   32      int solution(
double & objectiveValue,
 
   33                   double * newSolution);
 
   35    static void registerOptions(Ipopt::SmartPtr<Bonmin::RegisteredOptions> roptions);
 
   38    void Initialize(Ipopt::SmartPtr<Ipopt::OptionsList> options);
 
DummyPump()
Default constructor. 
 
int solution(double &objectiveValue, double *newSolution)
Runs heuristic. 
 
virtual CbcHeuristic * clone() const 
Virtual constructor. 
 
static void registerOptions(Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions)
Register the options common to all local search based heuristics. 
 
virtual ~DummyPump()
Destructor. 
 
void Initialize(Ipopt::SmartPtr< Ipopt::OptionsList > options)
Initiaize using passed options.