qpOASES
3.1.1
|
Stores internal information for tabular (debugging) output. More...
#include <Types.hpp>
Public Attributes | |
int | idxAddB |
int | idxRemB |
int | idxAddC |
int | idxRemC |
int | excAddB |
int | excRemB |
int | excAddC |
int | excRemC |
Struct storing internal information for tabular (debugging) output when using the (S)QProblem(B) objects.
Flag indicating whether a bound has been added to working set to keep a regular projected Hessian.
Referenced by QProblem::printIteration(), QProblemB::printIteration(), QProblem::removeBound(), QProblem::removeConstraint(), QProblem::solveQP(), and QProblemB::solveQP().
Flag indicating whether a constraint has been added to working set to keep a regular projected Hessian.
Referenced by QProblem::printIteration(), QProblem::removeBound(), QProblem::removeConstraint(), QProblem::solveQP(), and QProblemB::solveQP().
Flag indicating whether a bound has been removed from working set to keep a regular projected Hessian.
Referenced by QProblem::addBound_ensureLI(), QProblem::addConstraint_ensureLI(), QProblem::printIteration(), QProblemB::printIteration(), QProblem::solveQP(), and QProblemB::solveQP().
Flag indicating whether a constraint has been removed from working set to keep a regular projected Hessian.
Referenced by QProblem::addBound_ensureLI(), QProblem::addConstraint_ensureLI(), QProblem::printIteration(), QProblem::solveQP(), and QProblemB::solveQP().
Index of bound that has been added to working set.
Referenced by QProblem::addBound(), QProblemB::addBound(), QProblem::printIteration(), QProblemB::printIteration(), QProblem::removeBound(), QProblem::solveQP(), and QProblemB::solveQP().
Index of constraint that has been added to working set.
Referenced by QProblem::addConstraint(), QProblem::printIteration(), QProblem::removeConstraint(), QProblem::solveQP(), and QProblemB::solveQP().
Index of bound that has been removed from working set.
Referenced by QProblem::printIteration(), QProblemB::printIteration(), QProblem::removeBound(), QProblemB::removeBound(), QProblem::solveQP(), and QProblemB::solveQP().
Index of constraint that has been removed from working set.
Referenced by QProblem::printIteration(), QProblem::removeConstraint(), QProblem::solveQP(), and QProblemB::solveQP().