Skip to main content

retrieving Solution status in python

Answered

Comments

2 comments

  • Amal Nammouchi
    • Gurobi-versary
    • First Question
    • Conversationalist

    Please note that I am using the API gurobipy.

    0
  • Jonasz Staszek
    • Community Moderator Community Moderator
    • Gurobi-versary
    • Thought Leader
    • First Question

    Hi Amal,

    generally, the model status in Python can be retrieved by calling:

    model.status

    An overview of the model statuses can be seen here.

    Hope this helps.

    Best regards
    Jonasz

    0

Please sign in to leave a comment.