35 #ifndef QPOASES_BOUNDS_HPP 36 #define QPOASES_BOUNDS_HPP 120 inline int getNV( )
const;
124 inline int getNFV( )
const;
128 inline int getNBV( )
const;
132 inline int getNUV( )
const;
182 #include <Bounds.ipp>
returnValue swapFree(int number1, int number2)
returnValue moveFixedToFree(int _number)
Allows to pass back messages to the calling function.
Base class for managing working sets of bounds and constraints.
returnValue setupBound(int _number, SubjectToStatus _status)
Bounds & operator=(const Bounds &rhs)
returnValue setNUV(int n)
returnValue setNBV(int n)
returnValue setNFV(int n)
returnValue setupAllFree()
void rhs(const real_t *x, real_t *f)
Stores and manages index lists.
Manages working sets of bounds (= box constraints).
returnValue moveFreeToFixed(int _number, SubjectToStatus _status)