Tomás Rocha

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

投稿

Tomás Rochaによる最近のアクティビティ 最近のアクティビティ 投票
  • How to write a conditional summation?

    回答済み

    I am modeling the following constraints using Python and Gurobi: I tried to model it as the line bellow, where Nd[k] is equivalent to Nk ∪ {d(k)} m.addConstrs(quicksum(x[i, j, k] for k in K for j ...