#include <BonCouenneInfo.hpp>
Inheritance diagram for Couenne::CouenneInfo:
Public Member Functions | |
CouenneInfo (int type) | |
Default constructor. | |
CouenneInfo (const OsiBabSolver &other) | |
Constructor from OsiBabSolver. | |
CouenneInfo (const CouenneInfo &other) | |
Copy constructor. | |
virtual | ~CouenneInfo () |
Destructor. | |
virtual OsiAuxInfo * | clone () const |
Virtual copy constructor. | |
const std::list< Ipopt::SmartPtr< const NlpSolution > > & | NlpSolutions () const |
List of all stored NLP solutions. | |
void | addSolution (Ipopt::SmartPtr< const NlpSolution > newSol) |
Add a new NLP solution. | |
Protected Attributes | |
std::list< Ipopt::SmartPtr< const NlpSolution > > | nlpSols_ |
Classes | |
class | NlpSolution |
Class for storing an Nlp Solution. More... |
Definition at line 22 of file BonCouenneInfo.hpp.
CouenneInfo::CouenneInfo | ( | int | type | ) |
CouenneInfo::CouenneInfo | ( | const OsiBabSolver & | other | ) |
CouenneInfo::CouenneInfo | ( | const CouenneInfo & | other | ) |
CouenneInfo::~CouenneInfo | ( | ) | [virtual] |
OsiAuxInfo * CouenneInfo::clone | ( | ) | const [virtual] |
Virtual copy constructor.
Reimplemented from Bonmin::BabInfo.
Definition at line 37 of file BonCouenneInfo.cpp.
References CouenneInfo().
const std::list<Ipopt::SmartPtr<const NlpSolution> >& Couenne::CouenneInfo::NlpSolutions | ( | ) | const [inline] |
List of all stored NLP solutions.
Definition at line 81 of file BonCouenneInfo.hpp.
References nlpSols_.
Referenced by Couenne::CouenneProblem::aggressiveBT().
void Couenne::CouenneInfo::addSolution | ( | Ipopt::SmartPtr< const NlpSolution > | newSol | ) | [inline] |
std::list<Ipopt::SmartPtr<const NlpSolution> > Couenne::CouenneInfo::nlpSols_ [protected] |