Skip to main content

Using the optimal value printed by Gurobi

Answered

Comments

1 comment

  • 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

Please sign in to leave a comment.