42 #ifndef REDUCED_SPACE_SQP_PACK_EXCEPTIONS_H
43 #define REDUCED_SPACE_SQP_PACK_EXCEPTIONS_H
48 namespace MoochoPack {
63 {
public:
TestFailed(
const std::string& what_arg) : std::runtime_error(what_arg){}};
71 : std::runtime_error(what_arg)
81 #endif // REDUCED_SPACE_SQP_PACK_EXCEPTIONS_H
TestFailed(const std::string &what_arg)
ConstrainedOptPack::QPSolverStats qp_stats
Thrown if a runtime test failed.
QPFailure(const std::string &what_arg, const ConstrainedOptPack::QPSolverStats &_qp_stats)
Thrown if a the QP failed and was not corrected.
Thrown if a line search failure occurs.
Class for storing statistics about a run of a (active set?) QP solver.
LineSearchFailure(const std::string &what_arg)
InfeasibleConstraints(const std::string &what_arg)