Convex Quadratic mixed integer programming
AnsweredHow do I solve a convex quadratic mixed integer problem on Python with Gurobi solver.
0
-
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
Please sign in to leave a comment.
Comments
1 comment