Tomás Rocha

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

アクティビティの概要

Tomás Rochaさんの最近のアクティビティ
  • Tomás Rochaさんがコメントを作成しました:

    Your solution is correct and solved the problem, thank you very much! Best regards, Tomás

  • Tomás Rochaさんがコメントを作成しました:

    Thank you for the quick response! I am not sure if conditional sum is the correct term but I was referring to the summation where the range is dependent on another index, in this case k. Yes!, I ge...

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