-
Notifications
You must be signed in to change notification settings - Fork 34
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
Non-converging QP #12
Comments
Merge branch 'master' of github.com:mkotlyar/hpmpc
The original QP has terminal equality constraints of a form Is |
In the HPMPC IPM equality constraints are handled as inequality constraints at the moment: this usually works but it makes the problem harder for the IPM, that sometimes may fail to converge. |
C code to reproduce the problem: failed_qp.c.zip
test_qp.c.zip
hpmpc returns code
2
.The text was updated successfully, but these errors were encountered: