#include <BonBqpdSolver.hpp>


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. More... | |
| virtual const std::string & | solverName () const |
| Return the name of the solver. More... | |
| virtual | ~UnsolvedBqpdError () |
Public Member Functions inherited from Bonmin::TNLPSolver::UnsolvedError | |
| UnsolvedError (int errorNum=-10000, Ipopt::SmartPtr< TMINLP2TNLP > model=NULL, std::string name="") | |
| Constructor. More... | |
| void | printError (std::ostream &os) |
| Print error message. More... | |
| int | errorNum () const |
| Return error number. More... | |
| virtual | ~UnsolvedError () |
| destructor. More... | |
| void | writeDiffFiles (const std::string prefix=std::string()) const |
| write files with differences between input model and this one More... | |
Static Private Attributes | |
| static std::string | errorNames_ [1] |
| static std::string | solverName_ |
Definition at line 26 of file BonBqpdSolver.hpp.
|
inline |
Definition at line 29 of file BonBqpdSolver.hpp.
|
inlinevirtual |
Definition at line 37 of file BonBqpdSolver.hpp.
|
virtual |
Get the string corresponding to error.
Implements Bonmin::TNLPSolver::UnsolvedError.
Definition at line 888 of file BonBqpdSolver.cpp.
|
virtual |
Return the name of the solver.
Implements Bonmin::TNLPSolver::UnsolvedError.
Definition at line 894 of file BonBqpdSolver.cpp.
|
staticprivate |
Definition at line 41 of file BonBqpdSolver.hpp.
|
staticprivate |
Definition at line 42 of file BonBqpdSolver.hpp.
1.8.5