Read and write MPS file using Gurobi in Python
AnsweredHow do I write/export an MPS file based on a model created using Gurobi in Python? And how do I execute an MPS file with Gurobi solver from Python?
0
-
I highly recommend reviewing the Quickstart Guide, the guide contains a getting started with the Python Interface. To learn more about the read, write, and optimize commands see the Gurobi Reference Manual. Select Python to filter the documentation to show you the Python interface only.
0
Please sign in to leave a comment.
Comments
1 comment