Convex quadratic Support #4502
Unanswered
KeeganJustis
asked this question in
Feature requests
Replies: 1 comment
-
Python support for quadratric constraints was added recently on the internal version of or-tools (along with hierarchical objectives and indicator constraints). We missed the release in progress (I think 9.12), hopefully it will be in the next one. SOS constraints and SOCP are in progress (that is everything we support in C++ right now). Note that the solver support for quadratic constraints is a bit limited for open source solvers (I think we currently only support Gurobi and Scip) but if you can reformulate as SOCP (requires you to know your problem or factorize a matrix), you have a few more options. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What language and solver does this apply to?
Python
Describe the problem you are trying to solve.
Ability to solve Convex quadratic equations
Describe the solution you'd like
Have the ability to solve Convex quadratic equations with example code for reference.
Describe alternatives you've considered
Possibly other non linear equations however in the issues I saw this was not in the road map.
Additional context
NA
Beta Was this translation helpful? Give feedback.
All reactions