Tomás Rocha

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

Posts

Recent activity by Tomás Rocha Recent activity Votes
  • How to write a conditional summation?

    Answered

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