Stores internal information for tabular (debugging) output. More...
#include <Types.hpp>
Public Attributes | |
int | excAddB |
int_t | excAddB |
int | excAddC |
int_t | excAddC |
int | excRemB |
int_t | excRemB |
int | excRemC |
int_t | excRemC |
int | idxAddB |
int_t | idxAddB |
int | idxAddC |
int_t | idxAddC |
int | idxRemB |
int_t | idxRemB |
int | idxRemC |
int_t | idxRemC |
Stores internal information for tabular (debugging) output.
Struct storing internal information for tabular (debugging) output when using the (S)QProblem(B) objects.
Struct storing internal information for tabular (debugging) output when using the (S)QProblem(B) objects.
Definition at line 298 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.
int TabularOutput::excAddB |
int_t TabularOutput::excAddB |
Flag indicating whether a bound has been added to working set to keep a regular projected Hessian.
Definition at line 303 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.
int TabularOutput::excAddC |
int_t TabularOutput::excAddC |
Flag indicating whether a constraint has been added to working set to keep a regular projected Hessian.
Definition at line 305 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.
int TabularOutput::excRemB |
int_t TabularOutput::excRemB |
Flag indicating whether a bound has been removed from working set to keep a regular projected Hessian.
Definition at line 304 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.
int TabularOutput::excRemC |
int_t TabularOutput::excRemC |
Flag indicating whether a constraint has been removed from working set to keep a regular projected Hessian.
Definition at line 306 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.
int TabularOutput::idxAddB |
int_t TabularOutput::idxAddB |
Index of bound that has been added to working set.
Definition at line 299 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.
int TabularOutput::idxAddC |
int_t TabularOutput::idxAddC |
Index of constraint that has been added to working set.
Definition at line 301 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.
int TabularOutput::idxRemB |
int_t TabularOutput::idxRemB |
Index of bound that has been removed from working set.
Definition at line 300 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.
int TabularOutput::idxRemC |
int_t TabularOutput::idxRemC |
Index of constraint that has been removed from working set.
Definition at line 302 of file external_packages/qpOASES-3.2.0/include/qpOASES/Types.hpp.