Skip to main content

Question about outputting the coefficient information from a mps file

Answered

Comments

2 comments

  • Official comment
    Simranjit Kaur
    • Gurobi Staff
    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 try Gurobot, our chatbot interface offering instant, expert-level support.
  • Maliheh Aramon
    • Gurobi Staff

    Hi Yiqi, 

    You can first read the model files into Model() objects using the Global function read().

    I am not sure what you exactly want to do. However, you might find the following methods relevant:

    You can also use the Model.write("dual.dua") method to write the dual formulation of an LP Model into a file.

    Best regards,

    Maliheh

    0

Post is closed for comments.