Couenne  0.5.8
Public Member Functions | Static Public Member Functions | List of all members
Couenne::CouenneAmplInterface Class Reference

#include <CouenneAmplInterface.hpp>

+ Inheritance diagram for Couenne::CouenneAmplInterface:
+ Collaboration diagram for Couenne::CouenneAmplInterface:

Public Member Functions

 CouenneAmplInterface (Ipopt::SmartPtr< Ipopt::OptionsList > options_, Ipopt::SmartPtr< Ipopt::Journalist > jnlst_)
 
 ~CouenneAmplInterface ()
 
CouenneProblemgetCouenneProblem ()
 Should return the problem to solve in algebraic form. More...
 
Ipopt::SmartPtr< Bonmin::TMINLPgetTMINLP ()
 Should return the problem to solve as TMINLP. More...
 
bool writeSolution (Bonmin::Bab &bab)
 Called after B&B finished. More...
 
void setRegisteredOptions (Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions_)
 
- Public Member Functions inherited from Couenne::CouenneUserInterface
 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)
 

Additional Inherited Members

- Protected Attributes inherited from Couenne::CouenneUserInterface
Ipopt::SmartPtr< Ipopt::OptionsListoptions
 
Ipopt::SmartPtr< Ipopt::Journalistjnlst
 

Detailed Description

Definition at line 26 of file CouenneAmplInterface.hpp.

Constructor & Destructor Documentation

◆ CouenneAmplInterface()

Couenne::CouenneAmplInterface::CouenneAmplInterface ( Ipopt::SmartPtr< Ipopt::OptionsList options_,
Ipopt::SmartPtr< Ipopt::Journalist jnlst_ 
)
inline

Definition at line 41 of file CouenneAmplInterface.hpp.

◆ ~CouenneAmplInterface()

Couenne::CouenneAmplInterface::~CouenneAmplInterface ( )

Member Function Documentation

◆ registerOptions()

static void Couenne::CouenneAmplInterface::registerOptions ( Ipopt::SmartPtr< Bonmin::RegisteredOptions roptions)
static

◆ getCouenneProblem()

CouenneProblem* Couenne::CouenneAmplInterface::getCouenneProblem ( )
virtual

Should return the problem to solve in algebraic form.

NOTE: Couenne is (currently) going to modify this problem!

Implements Couenne::CouenneUserInterface.

◆ getTMINLP()

Ipopt::SmartPtr<Bonmin::TMINLP> Couenne::CouenneAmplInterface::getTMINLP ( )
virtual

Should return the problem to solve as TMINLP.

Implements Couenne::CouenneUserInterface.

◆ writeSolution()

bool Couenne::CouenneAmplInterface::writeSolution ( Bonmin::Bab bab)
virtual

Called after B&B finished.

Should write solution information.

Reimplemented from Couenne::CouenneUserInterface.

◆ setRegisteredOptions()

void Couenne::CouenneAmplInterface::setRegisteredOptions ( Ipopt::SmartPtr< Bonmin::RegisteredOptions roptions_)
inline

Definition at line 53 of file CouenneAmplInterface.hpp.


The documentation for this class was generated from the following file: