CouenneOSInterface Class Reference

#include <CouenneOSInterface.hpp>

Inheritance diagram for CouenneOSInterface:

Inheritance graph
[legend]
Collaboration diagram for CouenneOSInterface:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CouenneOSInterface (Ipopt::SmartPtr< Ipopt::OptionsList > options_, Ipopt::SmartPtr< Ipopt::Journalist > jnlst_)
 ~CouenneOSInterface ()
CouenneProblemgetCouenneProblem ()
 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.

Static Public Member Functions

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

Private Attributes

CouenneProblemproblem
Ipopt::SmartPtr< Bonmin::TMINLP > tminlp
OSInstance * osinstance

Detailed Description

Definition at line 21 of file CouenneOSInterface.hpp.


Constructor & Destructor Documentation

CouenneOSInterface::CouenneOSInterface ( Ipopt::SmartPtr< Ipopt::OptionsList >  options_,
Ipopt::SmartPtr< Ipopt::Journalist >  jnlst_ 
) [inline]

Definition at line 31 of file CouenneOSInterface.hpp.

CouenneOSInterface::~CouenneOSInterface (  ) 


Member Function Documentation

static void CouenneOSInterface::registerOptions ( Ipopt::SmartPtr< Bonmin::RegisteredOptions >  roptions  )  [static]

CouenneProblem* CouenneOSInterface::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> CouenneOSInterface::getTMINLP (  )  [virtual]

Should return the problem to solve as TMINLP.

Implements CouenneUserInterface.

bool CouenneOSInterface::writeSolution ( Bonmin::Bab &  bab  )  [virtual]

Called after B&B finished.

Should write solution information.

Reimplemented from CouenneUserInterface.


Member Data Documentation

CouenneProblem* CouenneOSInterface::problem [private]

Definition at line 23 of file CouenneOSInterface.hpp.

Ipopt::SmartPtr<Bonmin::TMINLP> CouenneOSInterface::tminlp [private]

Definition at line 24 of file CouenneOSInterface.hpp.

OSInstance* CouenneOSInterface::osinstance [private]

Definition at line 26 of file CouenneOSInterface.hpp.


The documentation for this class was generated from the following file:
Generated on Sun Feb 14 03:03:59 2010 for Couenne by  doxygen 1.4.7