#include <ConstrainedOptPack_QPSolverStats.hpp>
Public Types | |
| enum | |
| Set to this value if a statistic is not known. More... | |
| enum | ESolutionType |
| Enumeration for the type of point returned from solve_qp(...). More... | |
| enum | EConvexity |
| Enumeration for the type of projected QP on output. More... | |
Public Member Functions | |
| QPSolverStats () | |
| Construct all unknowns. | |
| void | set_stats (ESolutionType solution_type, EConvexity convexity, int num_qp_iter, int num_adds, int num_drops, bool warm_start, bool infeasible_qp) |
| Initialize the statistics. | |
| ESolutionType | solution_type () const |
| | |
| EConvexity | convexity () const |
| | |
| int | num_qp_iter () const |
| | |
| int | num_adds () const |
| | |
| int | num_drop () const |
| | |
| int | warm_start () const |
| | |
| int | infeasible_qp () const |
| | |
Definition at line 38 of file ConstrainedOptPack_QPSolverStats.hpp.
|
|
Set to this value if a statistic is not known.
Definition at line 44 of file ConstrainedOptPack_QPSolverStats.hpp. |
|
|
Enumeration for the type of point returned from solve_qp(...).
Definition at line 47 of file ConstrainedOptPack_QPSolverStats.hpp. |
|
|
Enumeration for the type of projected QP on output.
Definition at line 55 of file ConstrainedOptPack_QPSolverStats.hpp. |
|
|
Construct all unknowns.
Definition at line 64 of file ConstrainedOptPack_QPSolverStats.hpp. |
|
||||||||||||||||||||||||||||||||
|
Initialize the statistics.
Definition at line 72 of file ConstrainedOptPack_QPSolverStats.hpp. |
|
|
Definition at line 86 of file ConstrainedOptPack_QPSolverStats.hpp. |
|
|
Definition at line 91 of file ConstrainedOptPack_QPSolverStats.hpp. |
|
|
Definition at line 96 of file ConstrainedOptPack_QPSolverStats.hpp. |
|
|
Definition at line 101 of file ConstrainedOptPack_QPSolverStats.hpp. |
|
|
Definition at line 106 of file ConstrainedOptPack_QPSolverStats.hpp. |
|
|
Definition at line 111 of file ConstrainedOptPack_QPSolverStats.hpp. |
|
|
Definition at line 116 of file ConstrainedOptPack_QPSolverStats.hpp. |
1.3.9.1