#include <BonFpForMinlp.hpp>
Inheritance diagram for Bonmin::MinlpFeasPump:
Public Member Functions | |
MinlpFeasPump (BabSetupBase &b) | |
Constructor with basic setup. | |
MinlpFeasPump (const MinlpFeasPump ©) | |
Copy constructor. | |
~MinlpFeasPump () | |
Destructor. | |
void | setStrategy (const CbcStrategy &strategy) |
virtual CglCutGenerator * | clone () const |
Static Public Member Functions | |
static void | registerOptions (Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions) |
Register OA options. | |
Protected Member Functions | |
virtual double | performOa (OsiCuts &cs, solverManip &lpManip, BabInfo *babInfo, double &cutoff, const CglTreeInfo &info) const |
virtual method which performs the OA algorithm by modifying lp and nlp. | |
virtual bool | doLocalSearch (BabInfo *babInfo) const |
virutal method to decide if local search is performed | |
void | set_fp_objective (OsiSolverInterface &si, const double *colsol) const |
Put objective of MIP according to FP scheme. | |
Private Attributes | |
SubMipSolver * | subMip_ |
int | passBound_ |
Wether or not to pass bound to master algorithm. |
Definition at line 15 of file BonFpForMinlp.hpp.
Bonmin::MinlpFeasPump::MinlpFeasPump | ( | BabSetupBase & | b | ) |
Bonmin::MinlpFeasPump::MinlpFeasPump | ( | const MinlpFeasPump & | copy | ) | [inline] |
Bonmin::MinlpFeasPump::~MinlpFeasPump | ( | ) |
Destructor.
void Bonmin::MinlpFeasPump::setStrategy | ( | const CbcStrategy & | strategy | ) | [inline] |
Definition at line 30 of file BonFpForMinlp.hpp.
References Bonmin::OaDecompositionBase::parameters_.
virtual CglCutGenerator* Bonmin::MinlpFeasPump::clone | ( | ) | const [inline, virtual] |
static void Bonmin::MinlpFeasPump::registerOptions | ( | Ipopt::SmartPtr< Bonmin::RegisteredOptions > | roptions | ) | [static] |
Register OA options.
virtual double Bonmin::MinlpFeasPump::performOa | ( | OsiCuts & | cs, | |
solverManip & | lpManip, | |||
BabInfo * | babInfo, | |||
double & | cutoff, | |||
const CglTreeInfo & | info | |||
) | const [protected, virtual] |
virtual method which performs the OA algorithm by modifying lp and nlp.
virtual bool Bonmin::MinlpFeasPump::doLocalSearch | ( | BabInfo * | babInfo | ) | const [protected, virtual] |
void Bonmin::MinlpFeasPump::set_fp_objective | ( | OsiSolverInterface & | si, | |
const double * | colsol | |||
) | const [protected] |
Put objective of MIP according to FP scheme.
SubMipSolver* Bonmin::MinlpFeasPump::subMip_ [private] |
Definition at line 52 of file BonFpForMinlp.hpp.
int Bonmin::MinlpFeasPump::passBound_ [private] |