MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
MoochoPack::QPFailure Class Reference

Thrown if a the QP failed and was not corrected. More...

#include <MoochoPack_Exceptions.hpp>

Inherits runtime_error.

Public Member Functions

 QPFailure (const std::string &what_arg, const ConstrainedOptPack::QPSolverStats &_qp_stats)
 

Public Attributes

ConstrainedOptPack::QPSolverStats qp_stats
 

Detailed Description

Thrown if a the QP failed and was not corrected.

Definition at line 66 of file MoochoPack_Exceptions.hpp.

Constructor & Destructor Documentation

MoochoPack::QPFailure::QPFailure ( const std::string &  what_arg,
const ConstrainedOptPack::QPSolverStats _qp_stats 
)
inline

Definition at line 69 of file MoochoPack_Exceptions.hpp.

Member Data Documentation

ConstrainedOptPack::QPSolverStats MoochoPack::QPFailure::qp_stats

Definition at line 74 of file MoochoPack_Exceptions.hpp.


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