Rayan SAAD
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Comments
Recent activity by Rayan SAAD-
is it correct to express it like this : model.addConstrs( (W[i,c,k,t] ==1) >> (gp.quicksum( W[j,d,k,t] for j in range(I) for d in range(C) if j != i if d !=c) == 0 ) for i in range(I) for k in ra...