Bonmin 1.8.8
|
#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. | |
virtual const std::string & | solverName () const |
Return the name of the solver. | |
virtual | ~UnsolvedBqpdError () |
![]() | |
UnsolvedError (int errorNum=-10000, Ipopt::SmartPtr< TMINLP2TNLP > model=NULL, std::string name="") | |
Constructor. | |
void | printError (std::ostream &os) |
Print error message. | |
virtual const std::string & | errorName () const =0 |
Get the string corresponding to error. | |
virtual const std::string & | solverName () const =0 |
Return the name of the solver. | |
int | errorNum () const |
Return error number. | |
virtual | ~UnsolvedError () |
destructor. | |
void | writeDiffFiles (const std::string prefix=std::string()) const |
write files with differences between input model and this one | |
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.
|
virtual |
Return the name of the solver.
Implements Bonmin::TNLPSolver::UnsolvedError.