Jirawat Anunrojwong

  • Gurobi-versary
  • First Question
  • 合計アクティビティ 2
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 1

投稿

Jirawat Anunrojwongによる最近のアクティビティ 最近のアクティビティ 投票
  • Cannot access MIPGap attribute

    回答済み

    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...