#include <CouenneAmplInterface.hpp>
Inheritance diagram for CouenneAmplInterface:
Public Member Functions | |
CouenneAmplInterface (Ipopt::SmartPtr< Ipopt::OptionsList > options_, Ipopt::SmartPtr< Ipopt::Journalist > jnlst_) | |
~CouenneAmplInterface () | |
CouenneProblem * | getCouenneProblem () |
Should return the problem to solve in algebraic form. | |
Ipopt::SmartPtr< Bonmin::TMINLP > | getTMINLP () |
Should return the problem to solve as TMINLP. | |
bool | writeSolution (Bonmin::Bab &bab) |
Called after B&B finished. | |
void | setRegisteredOptions (Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions_) |
Static Public Member Functions | |
static void | registerOptions (Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions) |
Private Member Functions | |
bool | readASLfg () |
bool | readnl () |
expression * | nl2e (expr *e) |
Private Attributes | |
CouenneProblem * | problem |
Ipopt::SmartPtr< Bonmin::TMINLP > | tminlp |
Ipopt::SmartPtr< Bonmin::RegisteredOptions > | roptions |
ASL * | asl |
Definition at line 23 of file CouenneAmplInterface.hpp.
CouenneAmplInterface::CouenneAmplInterface | ( | Ipopt::SmartPtr< Ipopt::OptionsList > | options_, | |
Ipopt::SmartPtr< Ipopt::Journalist > | jnlst_ | |||
) | [inline] |
Definition at line 38 of file CouenneAmplInterface.hpp.
CouenneAmplInterface::~CouenneAmplInterface | ( | ) |
bool CouenneAmplInterface::readASLfg | ( | ) | [private] |
bool CouenneAmplInterface::readnl | ( | ) | [private] |
expression* CouenneAmplInterface::nl2e | ( | expr * | e | ) | [private] |
static void CouenneAmplInterface::registerOptions | ( | Ipopt::SmartPtr< Bonmin::RegisteredOptions > | roptions | ) | [static] |
CouenneProblem* CouenneAmplInterface::getCouenneProblem | ( | ) | [virtual] |
Should return the problem to solve in algebraic form.
NOTE: Couenne is (currently) going to modify this problem!
Implements CouenneUserInterface.
Ipopt::SmartPtr<Bonmin::TMINLP> CouenneAmplInterface::getTMINLP | ( | ) | [virtual] |
bool CouenneAmplInterface::writeSolution | ( | Bonmin::Bab & | bab | ) | [virtual] |
Called after B&B finished.
Should write solution information.
Reimplemented from CouenneUserInterface.
void CouenneAmplInterface::setRegisteredOptions | ( | Ipopt::SmartPtr< Bonmin::RegisteredOptions > | roptions_ | ) | [inline] |
CouenneProblem* CouenneAmplInterface::problem [private] |
Definition at line 25 of file CouenneAmplInterface.hpp.
Ipopt::SmartPtr<Bonmin::TMINLP> CouenneAmplInterface::tminlp [private] |
Definition at line 26 of file CouenneAmplInterface.hpp.
Ipopt::SmartPtr<Bonmin::RegisteredOptions> CouenneAmplInterface::roptions [private] |
struct ASL* CouenneAmplInterface::asl [private] |
Definition at line 29 of file CouenneAmplInterface.hpp.