Convex Quadratic mixed integer programming
AnsweredHow do I solve a convex quadratic mixed integer problem on Python with Gurobi solver.
0
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Hi Ruchika,
see http://www.gurobi.com/documentation/8.1/examples/qcp_py.html and http://www.gurobi.com/documentation/8.1/examples/qp_py.html. Note that the former is a continuous problem but you can easily change the variable types to integer or binary.
0
Post is closed for comments.
Comments
2 comments