Skip to main content

retrieving Solution status in python

Answered

Comments

3 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.
  • Amal Nammouchi
    • Gurobi-versary
    • First Question
    • Conversationalist

    Please note that I am using the API gurobipy.

    0
  • Jonasz Staszek
    • 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

Post is closed for comments.