Skip to main content

Using the optimal value printed by Gurobi

Answered

Comments

2 comments

  • Official comment
    Simranjit Kaur
    • Gurobi Staff 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 why not try our AI Gurobot?.
  • Jaromił Najman
    • Gurobi Staff Gurobi Staff

    Hi Varun,

    You can get all model information through accessing its Attributes. In particular, you can access the optimal objective value via the ObjVal attribute of your model and the variable values at the optimal solution via the X attribute of the variables. For an example usage, please have a look at lines 38 - 41 of the mip1.py example.

    Best regards,
    Jaromił

    0

Post is closed for comments.