38 #ifndef QPOASES_SQPROBLEM_HPP 39 #define QPOASES_SQPROBLEM_HPP 42 #include <qpOASES/QProblem.hpp> 143 const char*
const g_file,
144 const char*
const A_file,
146 const char*
const lb_file,
148 const char*
const ub_file,
150 const char*
const lbA_file,
152 const char*
const ubA_file,
236 const char*
const lb_file,
238 const char*
const ub_file,
240 const char*
const lbA_file,
242 const char*
const ubA_file,
278 const Bounds*
const guessedBounds,
301 const char*
const lb_file,
303 const char*
const ub_file,
305 const char*
const lbA_file,
307 const char*
const ubA_file,
313 const Bounds*
const guessedBounds,
371 #include <qpOASES/SQProblem.ipp>
Manages working sets of constraints.
Implements the online active set strategy for QPs with varying matrices.
Allows to pass back messages to the calling function.
SQProblem & operator=(const SQProblem &rhs)
virtual returnValue setupAuxiliaryQP(const real_t *const H_new, const real_t *const A_new)
Provides additional tools for analysing QP solutions.
Abstract base class for interfacing tailored matrix-vector operations.
void rhs(const real_t *x, real_t *f)
#define END_NAMESPACE_QPOASES
Manages working sets of bounds (= box constraints).
#define BEGIN_NAMESPACE_QPOASES
Implements the online active set strategy for QPs with general constraints.
Abstract base class for interfacing matrix-vector operations tailored to symmetric matrices...
returnValue hotstart(const real_t *const H_new, const real_t *const g_new, const real_t *const A_new, const real_t *const lb_new, const real_t *const ub_new, const real_t *const lbA_new, const real_t *const ubA_new, int &nWSR, real_t *const cputime)