Open joaquimg opened 1 year ago
If the problem has convex quadratic constraints, then using Pavito + Highs should work (Alpine's tests have a few examples). Ipopt is used only for feasibility. Unbounded variables shouldn't be an issue as Alpine automatically applies large bounds on them and then tries to tighten their bounds. If you still have issues, share a working example where you can reproduce the issue.
Running Alpine with Ipopt+HiGHS.
Most cases fail.
1 - Many seem sem to be trying to add a quadratic constraint to HiGHS:
I would expect that quadratic constraints are forwarded to Ipopt as non-linear constraints.
2 - Another common error is:
Seems that Alpine is not handling some HiGHS fails well. Possibly due unbounded variables?
cc @harshangrjn @odow