#include <BonHeuristicFPump.hpp>


Public Member Functions | |
| HeuristicFPump () | |
| Default constructor. More... | |
| HeuristicFPump (BonminSetup *setup) | |
| Constructor with setup. More... | |
| HeuristicFPump (const HeuristicFPump ©) | |
| Copy constructor. More... | |
| ~HeuristicFPump () | |
| Destructor. More... | |
| HeuristicFPump & | operator= (const HeuristicFPump &rhs) |
| Assignment operator. More... | |
| virtual CbcHeuristic * | clone () const |
| Virtual constructor. More... | |
| virtual void | resetModel (CbcModel *model) |
| Resets stuff if model changes. More... | |
| void | setSetup (BonminSetup *setup) |
| Change setup used for heuristic. More... | |
| virtual int | solution (double &solutionValue, double *betterSolution) |
| Performs heuristic. More... | |
| virtual int | solution (double &solutionValue, double *betterSolution, OsiCuts &cs) |
| Performs heuristic with add cust. More... | |
| void | Initialize (Ipopt::SmartPtr< Ipopt::OptionsList > options) |
| Initiaize using passed options. More... | |
Static Public Member Functions | |
| static void | registerOptions (Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions) |
| Register the options for this heuristic. More... | |
Private Attributes | |
| BonminSetup * | setup_ |
| Setup to use for local searches (will make copies). More... | |
| int | objective_norm_ |
| Norm of the objective function - either 1 or 2. More... | |
| int | enableAdvanced_ |
| To enable advanced unstable stuff. More... | |
Definition at line 18 of file BonHeuristicFPump.hpp.
| Bonmin::HeuristicFPump::HeuristicFPump | ( | ) |
Default constructor.
Definition at line 43 of file BonHeuristicFPump.cpp.
| Bonmin::HeuristicFPump::HeuristicFPump | ( | BonminSetup * | setup | ) |
Constructor with setup.
Definition at line 51 of file BonHeuristicFPump.cpp.
| Bonmin::HeuristicFPump::HeuristicFPump | ( | const HeuristicFPump & | copy | ) |
Copy constructor.
Definition at line 61 of file BonHeuristicFPump.cpp.
|
inline |
Destructor.
Definition at line 31 of file BonHeuristicFPump.hpp.
| HeuristicFPump & Bonmin::HeuristicFPump::operator= | ( | const HeuristicFPump & | rhs | ) |
Assignment operator.
Definition at line 70 of file BonHeuristicFPump.cpp.
|
inlinevirtual |
Virtual constructor.
Definition at line 37 of file BonHeuristicFPump.hpp.
|
inlinevirtual |
Resets stuff if model changes.
Definition at line 42 of file BonHeuristicFPump.hpp.
|
inline |
Change setup used for heuristic.
Definition at line 47 of file BonHeuristicFPump.hpp.
|
virtual |
Performs heuristic.
Definition at line 82 of file BonHeuristicFPump.cpp.
|
inlinevirtual |
Performs heuristic with add cust.
Definition at line 56 of file BonHeuristicFPump.hpp.
|
static |
Register the options for this heuristic.
Definition at line 407 of file BonHeuristicFPump.cpp.
| void Bonmin::HeuristicFPump::Initialize | ( | Ipopt::SmartPtr< Ipopt::OptionsList > | options | ) |
Initiaize using passed options.
Definition at line 425 of file BonHeuristicFPump.cpp.
|
private |
Setup to use for local searches (will make copies).
Definition at line 69 of file BonHeuristicFPump.hpp.
|
private |
Norm of the objective function - either 1 or 2.
Definition at line 72 of file BonHeuristicFPump.hpp.
|
private |
To enable advanced unstable stuff.
Definition at line 75 of file BonHeuristicFPump.hpp.
1.8.5