Bonmin  1.7
Public Member Functions | Static Private Attributes
Bonmin::IpoptSolver::UnsolvedIpoptError Class Reference

#include <BonIpoptSolver.hpp>

Inheritance diagram for Bonmin::IpoptSolver::UnsolvedIpoptError:
Bonmin::TNLPSolver::UnsolvedError

List of all members.

Public Member Functions

 UnsolvedIpoptError (int errorNum, Ipopt::SmartPtr< TMINLP2TNLP > problem, std::string name)
virtual const std::string & errorName () const
 Get the string corresponding to error.
virtual const std::string & solverName () const
 Return the name of the solver.
virtual ~UnsolvedIpoptError ()

Static Private Attributes

static std::string errorNames [17]
static std::string solverName_

Detailed Description

Definition at line 21 of file BonIpoptSolver.hpp.


Constructor & Destructor Documentation

Bonmin::IpoptSolver::UnsolvedIpoptError::UnsolvedIpoptError ( int  errorNum,
Ipopt::SmartPtr< TMINLP2TNLP problem,
std::string  name 
) [inline]

Definition at line 24 of file BonIpoptSolver.hpp.

virtual Bonmin::IpoptSolver::UnsolvedIpoptError::~UnsolvedIpoptError ( ) [inline, virtual]

Definition at line 32 of file BonIpoptSolver.hpp.


Member Function Documentation

virtual const std::string& Bonmin::IpoptSolver::UnsolvedIpoptError::errorName ( ) const [virtual]

Get the string corresponding to error.

Implements Bonmin::TNLPSolver::UnsolvedError.

virtual const std::string& Bonmin::IpoptSolver::UnsolvedIpoptError::solverName ( ) const [virtual]

Return the name of the solver.

Implements Bonmin::TNLPSolver::UnsolvedError.


Member Data Documentation

std::string Bonmin::IpoptSolver::UnsolvedIpoptError::errorNames[17] [static, private]

Definition at line 35 of file BonIpoptSolver.hpp.

Definition at line 36 of file BonIpoptSolver.hpp.


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