Min Lee

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

投稿

Min Leeによる最近のアクティビティ 最近のアクティビティ 投票
  • Updating the number of variables and Constraints through For Loop

    回答済み

    Good afternoon! I'm using Gurobi in Python and I was hoping to update the number of variables using a for loop. For example, this is how I initially defined yDHT: yDHT = m.addVars(D, H, S, vtype=GR...

  • Storing gap and runtime

    ユーザーの入力を待っています。

    Good morning, I was hoping to as a question on storing gap, and runtime. I use the following command:  #storing computation time and gapdef data_cb(model, where):    if where == gp.GRB.Callback.MIP...