|
ConstrainedOptPack: C++ Tools for Constrained (and Unconstrained) Optimization
Version of the Day
|
Class for storing statistics about a run of a (active set?) QP solver. More...
#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 |
| | |
Class for storing statistics about a run of a (active set?) QP solver.
Definition at line 51 of file ConstrainedOptPack_QPSolverStats.hpp.
| anonymous enum |
Set to this value if a statistic is not known.
Definition at line 57 of file ConstrainedOptPack_QPSolverStats.hpp.
Enumeration for the type of point returned from solve_qp(...).
Definition at line 60 of file ConstrainedOptPack_QPSolverStats.hpp.
Enumeration for the type of projected QP on output.
Definition at line 68 of file ConstrainedOptPack_QPSolverStats.hpp.
| ConstrainedOptPack::QPSolverStats::QPSolverStats | ( | ) | [inline] |
Construct all unknowns.
Definition at line 77 of file ConstrainedOptPack_QPSolverStats.hpp.
| void ConstrainedOptPack::QPSolverStats::set_stats | ( | ESolutionType | solution_type, |
| EConvexity | convexity, | ||
| int | num_qp_iter, | ||
| int | num_adds, | ||
| int | num_drops, | ||
| bool | warm_start, | ||
| bool | infeasible_qp | ||
| ) | [inline] |
Initialize the statistics.
Definition at line 85 of file ConstrainedOptPack_QPSolverStats.hpp.
| ESolutionType ConstrainedOptPack::QPSolverStats::solution_type | ( | ) | const [inline] |
Definition at line 99 of file ConstrainedOptPack_QPSolverStats.hpp.
| EConvexity ConstrainedOptPack::QPSolverStats::convexity | ( | ) | const [inline] |
Definition at line 104 of file ConstrainedOptPack_QPSolverStats.hpp.
| int ConstrainedOptPack::QPSolverStats::num_qp_iter | ( | ) | const [inline] |
Definition at line 109 of file ConstrainedOptPack_QPSolverStats.hpp.
| int ConstrainedOptPack::QPSolverStats::num_adds | ( | ) | const [inline] |
Definition at line 114 of file ConstrainedOptPack_QPSolverStats.hpp.
| int ConstrainedOptPack::QPSolverStats::num_drop | ( | ) | const [inline] |
Definition at line 119 of file ConstrainedOptPack_QPSolverStats.hpp.
| int ConstrainedOptPack::QPSolverStats::warm_start | ( | ) | const [inline] |
Definition at line 124 of file ConstrainedOptPack_QPSolverStats.hpp.
| int ConstrainedOptPack::QPSolverStats::infeasible_qp | ( | ) | const [inline] |
Definition at line 129 of file ConstrainedOptPack_QPSolverStats.hpp.
1.7.6.1