36 #ifndef QPOASES_FLIPPER_H 37 #define QPOASES_FLIPPER_H 104 const Bounds*
const _bounds,
Manages working sets of constraints.
USING_NAMESPACE_ACADO typedef TaylorVariable< Interval > T
returnValue Flipper_init(Flipper *_THIS, unsigned int _nV, unsigned int _nC)
Allows to pass back messages to the calling function.
void FlipperCPY(Flipper *FROM, Flipper *TO)
Auxiliary class for storing a copy of the current matrix factorisations.
returnValue Flipper_set(Flipper *_THIS, const Bounds *const _bounds, const real_t *const _R, const Constraints *const _constraints, const real_t *const _Q, const real_t *const _T)
returnValue Flipper_get(Flipper *_THIS, Bounds *const _bounds, real_t *const R, Constraints *const _constraints, real_t *const _Q, real_t *const _T)
unsigned int Flipper_getDimT(Flipper *_THIS)
#define END_NAMESPACE_QPOASES
void FlipperCON(Flipper *_THIS, unsigned int _nV, unsigned int _nC)
Manages working sets of bounds (= box constraints).
#define BEGIN_NAMESPACE_QPOASES