Bonmin::BqpdSolver::UnsolvedBqpdError Class Reference

#include <BonBqpdSolver.hpp>

Inheritance diagram for Bonmin::BqpdSolver::UnsolvedBqpdError:
Inheritance graph
[legend]
Collaboration diagram for Bonmin::BqpdSolver::UnsolvedBqpdError:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 UnsolvedBqpdError (int errorNum, Ipopt::SmartPtr< TMINLP2TNLP > model, const 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 ~UnsolvedBqpdError ()

Static Private Attributes

static std::string errorNames_ [1]
static std::string solverName_

Detailed Description

Definition at line 26 of file BonBqpdSolver.hpp.


Constructor & Destructor Documentation

Bonmin::BqpdSolver::UnsolvedBqpdError::UnsolvedBqpdError ( int  errorNum,
Ipopt::SmartPtr< TMINLP2TNLP model,
const std::string &  name 
) [inline]

Definition at line 29 of file BonBqpdSolver.hpp.

virtual Bonmin::BqpdSolver::UnsolvedBqpdError::~UnsolvedBqpdError (  )  [inline, virtual]

Definition at line 37 of file BonBqpdSolver.hpp.


Member Function Documentation

const std::string & Bonmin::BqpdSolver::UnsolvedBqpdError::errorName (  )  const [virtual]

Get the string corresponding to error.

Implements Bonmin::TNLPSolver::UnsolvedError.

Definition at line 886 of file BonBqpdSolver.cpp.

const std::string & Bonmin::BqpdSolver::UnsolvedBqpdError::solverName (  )  const [virtual]

Return the name of the solver.

Implements Bonmin::TNLPSolver::UnsolvedError.

Definition at line 892 of file BonBqpdSolver.cpp.


Member Data Documentation

Initial value:
    {"Internal error in Filter SQP."}

Definition at line 41 of file BonBqpdSolver.hpp.

Initial value:
    "filterSqp"

Definition at line 42 of file BonBqpdSolver.hpp.


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

Generated on 16 Feb 2012 by  doxygen 1.6.1