Couenne
0.2
|
#include <CouenneOSInterface.hpp>
Public Member Functions | |
CouenneOSInterface (Ipopt::SmartPtr< Ipopt::OptionsList > options_, Ipopt::SmartPtr< Ipopt::Journalist > jnlst_) | |
~CouenneOSInterface () | |
CouenneProblem * | getCouenneProblem () |
Should return the problem to solve in algebraic form. More... | |
Ipopt::SmartPtr< Bonmin::TMINLP > | getTMINLP () |
Should return the problem to solve as TMINLP. More... | |
bool | writeSolution (Bonmin::Bab &bab) |
Called after B&B finished. More... | |
![]() | |
CouenneUserInterface (Ipopt::SmartPtr< Ipopt::OptionsList > options_, Ipopt::SmartPtr< Ipopt::Journalist > jnlst_) | |
virtual | ~CouenneUserInterface () |
virtual bool | setupJournals () |
Setup journals for printing. More... | |
virtual bool | addBabPlugins (Bonmin::Bab &bab) |
Called after B&B object is setup. More... | |
Static Public Member Functions | |
static void | registerOptions (Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions) |
Private Attributes | |
CouenneProblem * | problem |
Ipopt::SmartPtr< Bonmin::TMINLP > | tminlp |
OSInstance * | osinstance |
Additional Inherited Members | |
![]() | |
Ipopt::SmartPtr < Ipopt::OptionsList > | options |
Ipopt::SmartPtr < Ipopt::Journalist > | jnlst |
Definition at line 36 of file CouenneOSInterface.hpp.
|
inline |
Definition at line 46 of file CouenneOSInterface.hpp.
Couenne::CouenneOSInterface::~CouenneOSInterface | ( | ) |
|
static |
|
virtual |
Should return the problem to solve in algebraic form.
NOTE: Couenne is (currently) going to modify this problem!
Implements Couenne::CouenneUserInterface.
|
virtual |
Should return the problem to solve as TMINLP.
Implements Couenne::CouenneUserInterface.
|
virtual |
Called after B&B finished.
Should write solution information.
Reimplemented from Couenne::CouenneUserInterface.
|
private |
Definition at line 38 of file CouenneOSInterface.hpp.
|
private |
Definition at line 39 of file CouenneOSInterface.hpp.
|
private |
Definition at line 41 of file CouenneOSInterface.hpp.