qpOASES  3.0.1
Public Attributes
TabularOutput Struct Reference

Stores internal information for tabular (debugging) output. More...

#include <Types.hpp>

List of all members.

Public Attributes

int idxAddB
int idxRemB
int idxAddC
int idxRemC
int excAddB
int excRemB
int excAddC
int excRemC

Detailed Description

Struct storing internal information for tabular (debugging) output when using the (S)QProblem(B) objects.

Author:
Hans Joachim Ferreau
Version:
3.0
Date:
2013-2014

Member Data Documentation

Flag indicating whether a bound has been added to working set to keep a regular projected Hessian.

Referenced by QProblemB::printIteration(), QProblem::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(), QProblemB::printIteration(), QProblem::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 constraint that has been added to working set.

Referenced by QProblem::addConstraint(), QProblem::printIteration(), QProblem::removeConstraint(), 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().


The documentation for this struct was generated from the following file: