You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qpsolver wraps osqp as well as qpOASES while providing a standard interface for equality- and inequality-constrains. A slight modification to the current HQPMatrix will enable us to use the task stack with multiple solvers to compare them without implementing a matrix description for every single one.
Reuse existing QP formulation, which generates QP problem as H, q, A, lb, ub to form new problems via slicing:
A[lb == ub, :]
The text was updated successfully, but these errors were encountered: