|
Bonmin 1.8.8
|
#include <BonIpoptSolver.hpp>
Inheritance diagram for Bonmin::IpoptSolver::UnsolvedIpoptError:
Collaboration diagram for Bonmin::IpoptSolver::UnsolvedIpoptError: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. More... | |
| virtual const std::string & | solverName () const |
| Return the name of the solver. More... | |
| virtual | ~UnsolvedIpoptError () |
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... | |
| virtual const std::string & | errorName () const =0 |
| Get the string corresponding to error. More... | |
| virtual const std::string & | solverName () const =0 |
| Return the name of the solver. 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... | |
Definition at line 21 of file BonIpoptSolver.hpp.
|
inline |
Definition at line 24 of file BonIpoptSolver.hpp.
|
inlinevirtual |
Definition at line 32 of file BonIpoptSolver.hpp.
|
virtual |
Get the string corresponding to error.
Implements Bonmin::TNLPSolver::UnsolvedError.
|
virtual |
Return the name of the solver.
Implements Bonmin::TNLPSolver::UnsolvedError.