We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be interesting to support the ProxQP solver (https://github.com/Simple-Robotics/proxsuite) when solving QP problems created by QPIK and TSID.
This would probably require:
The text was updated successfully, but these errors were encountered:
I think having an abstraction layer for the solvers is doable.
Sorry, something went wrong.
For reference, the abstraction layer used in stack-of-tasks/tsid is https://github.com/stack-of-tasks/tsid/blob/v1.7.0/include/tsid/solvers/solver-HQP-base.hpp .
stack-of-tasks/tsid
Other recent QP solvers that report intersting performances on benchmarks:
No branches or pull requests
It would be interesting to support the ProxQP solver (https://github.com/Simple-Robotics/proxsuite) when solving QP problems created by QPIK and TSID.
This would probably require:
The text was updated successfully, but these errors were encountered: