|
Couenne
0.2
|
Bonmin class for passing info between components of branch-and-cuts. More...
#include <BonCouenneInfo.hpp>
Classes | |
| class | NlpSolution |
| Class for storing an Nlp Solution. More... | |
Public Member Functions | |
| CouenneInfo (int type) | |
| Default constructor. More... | |
| CouenneInfo (const OsiBabSolver &other) | |
| Constructor from OsiBabSolver. More... | |
| CouenneInfo (const CouenneInfo &other) | |
| Copy constructor. More... | |
| virtual | ~CouenneInfo () |
| Destructor. More... | |
| virtual OsiAuxInfo * | clone () const |
| Virtual copy constructor. More... | |
| const std::list < Ipopt::SmartPtr< const NlpSolution > > & | NlpSolutions () const |
| List of all stored NLP solutions. More... | |
| void | addSolution (Ipopt::SmartPtr< const NlpSolution > newSol) |
| Add a new NLP solution. More... | |
Protected Attributes | |
| std::list< Ipopt::SmartPtr < const NlpSolution > > | nlpSols_ |
Bonmin class for passing info between components of branch-and-cuts.
Definition at line 22 of file BonCouenneInfo.hpp.
| Couenne::CouenneInfo::CouenneInfo | ( | int | type | ) |
Default constructor.
| Couenne::CouenneInfo::CouenneInfo | ( | const OsiBabSolver & | other | ) |
Constructor from OsiBabSolver.
| Couenne::CouenneInfo::CouenneInfo | ( | const CouenneInfo & | other | ) |
Copy constructor.
|
virtual |
Destructor.
|
virtual |
Virtual copy constructor.
|
inline |
List of all stored NLP solutions.
Definition at line 81 of file BonCouenneInfo.hpp.
References nlpSols_.
|
inline |
|
protected |
Definition at line 92 of file BonCouenneInfo.hpp.
Referenced by addSolution(), and NlpSolutions().
1.8.5