Jirawat Anunrojwong

  • Gurobi-versary
  • First Question
  • Total activity 2
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by Jirawat Anunrojwong
  • Jirawat Anunrojwong created a post,

    Cannot access MIPGap attribute

    Answered

    I use Python 3.7.9 and Gurobi 9.1.0. When I create a model object `prob` and solve it, I cannot access the MIPGap attribute. This is a minimal reproducible example. import gurobipy as gpfrom gurob...