-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
Test quadratic code on Travis... #227
Comments
Tagging as 0.6, I think this should be a (fairly) high priority. |
Agreed. This includes quadratic MPS writer. |
Ipopt now supports QP (but not QCQP). |
I'm wondering how crazy it would be to translate quadratic SOC constraints |
How well would Ipopt handle the case where |
Not well at all. |
Well enough for testing, if we choose problems carefully? |
If we implement it, it'll probably have to be a solver option. Anyway we can probably get the tests to pass even if we give Ipopt the nonconvex form. |
We still need tests for the quadratic MPS writer, but untagging for 0.7. |
Is this done yet? What's the status of the quadratic MPS writer? |
Still untested
|
... by implementing a QCQP MPB interface to Ipopt, probably.
The text was updated successfully, but these errors were encountered: