Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compare QP solvers #8

Open
rhaschke opened this issue Aug 17, 2022 · 1 comment
Open

Compare QP solvers #8

rhaschke opened this issue Aug 17, 2022 · 1 comment

Comments

@rhaschke
Copy link
Member

rhaschke commented Aug 17, 2022

  • OSQP
  • qpOASES
  • qpsolver

Reuse existing QP formulation, which generates QP problem as H, q, A, lb, ub to form new problems via slicing:

  • equality constraints: A[lb == ub, :]
@felixkol
Copy link
Collaborator

felixkol commented Sep 2, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants