34 #include <QProblem.hpp> 41 real_t H[2*2] = { 1.0, 0.0, 0.0, 0.5 };
62 example.
init( H,g,A,lb,ub,lbA,ubA, nWSR,0 );
66 example.
hotstart( g_new,lb_new,ub_new,lbA_new,ubA_new, nWSR,0 );
returnValue init(const real_t *const _H, const real_t *const _g, const real_t *const _A, const real_t *const _lb, const real_t *const _ub, const real_t *const _lbA, const real_t *const _ubA, int &nWSR, const real_t *const yOpt=0, real_t *const cputime=0)
returnValue hotstart(const real_t *const g_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)
Implements the online active set strategy for QPs with general constraints.