36 #ifndef QPOASES_BOUNDS_HPP 37 #define QPOASES_BOUNDS_HPP 40 #include <qpOASES/SubjectTo.hpp> 151 inline int getNV( )
const;
155 inline int getNFV( )
const;
159 inline int getNBV( )
const;
163 inline int getNUV( )
const;
167 inline int getNFR( )
const;
171 inline int getNFX( )
const;
249 #include <qpOASES/Bounds.ipp>
returnValue swapFree(int number1, int number2)
returnValue moveFixedToFree(int _number)
virtual returnValue rotate(int offset)
returnValue flipFixed(int number)
Allows to pass back messages to the calling function.
Base class for managing working sets of bounds and constraints.
returnValue setupAllUpper()
returnValue setupAll(SubjectToStatus _status)
returnValue setupBound(int _number, SubjectToStatus _status)
Bounds & operator=(const Bounds &rhs)
returnValue copy(const Bounds &rhs)
returnValue setupAllFree()
virtual returnValue shift(int offset)
void rhs(const real_t *x, real_t *f)
#define END_NAMESPACE_QPOASES
Stores and manages index lists.
returnValue setupAllLower()
Manages working sets of bounds (= box constraints).
#define BEGIN_NAMESPACE_QPOASES
returnValue moveFreeToFixed(int _number, SubjectToStatus _status)