Go to the source code of this file.
Classes | |
struct | Flipper |
Auxiliary class for storing a copy of the current matrix factorisations. More... | |
Functions | |
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) |
returnValue | Flipper_init (Flipper *_THIS, unsigned int _nV, unsigned int _nC) |
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) |
void | FlipperCON (Flipper *_THIS, unsigned int _nV, unsigned int _nC) |
void | FlipperCPY (Flipper *FROM, Flipper *TO) |
Declaration of the Options class designed to manage user-specified options for solving a QProblem.
Definition in file Flipper.h.
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 | ) |
returnValue Flipper_init | ( | Flipper * | _THIS, |
unsigned int | _nV, | ||
unsigned int | _nC | ||
) |
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 | ||
) |
void FlipperCON | ( | Flipper * | _THIS, |
unsigned int | _nV, | ||
unsigned int | _nC | ||
) |