Class for storing statistics about the changes in the active set of an SQP algorithm.
More...
#include <MoochoPack_ActSetStats.hpp>
Class for storing statistics about the changes in the active set of an SQP algorithm.
Definition at line 52 of file MoochoPack_ActSetStats.hpp.
MoochoPack::ActSetStats::ActSetStats |
( |
| ) |
|
|
inline |
void MoochoPack::ActSetStats::set_stats |
( |
int |
num_active, |
|
|
int |
num_adds, |
|
|
int |
num_drops, |
|
|
int |
num_active_indep, |
|
|
int |
num_adds_indep, |
|
|
int |
num_drops_indep |
|
) |
| |
|
inline |
int MoochoPack::ActSetStats::num_active |
( |
| ) |
const |
|
inline |
int MoochoPack::ActSetStats::num_adds |
( |
| ) |
const |
|
inline |
int MoochoPack::ActSetStats::num_drops |
( |
| ) |
const |
|
inline |
int MoochoPack::ActSetStats::num_active_indep |
( |
| ) |
const |
|
inline |
int MoochoPack::ActSetStats::num_adds_indep |
( |
| ) |
const |
|
inline |
int MoochoPack::ActSetStats::num_drops_indep |
( |
| ) |
const |
|
inline |
int MoochoPack::ActSetStats::num_active_ |
|
private |
int MoochoPack::ActSetStats::num_adds_ |
|
private |
int MoochoPack::ActSetStats::num_drops_ |
|
private |
int MoochoPack::ActSetStats::num_active_indep_ |
|
private |
int MoochoPack::ActSetStats::num_adds_indep_ |
|
private |
int MoochoPack::ActSetStats::num_drops_indep_ |
|
private |
The documentation for this class was generated from the following file: