Rayan SAAD
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Rayan SAAD-
Rayan SAAD commented,
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...
-
Rayan SAAD created a post,
If Constraint
AnsweredHello, i have a binary variables W[i,c,j,t], and i want to expres this constraint: If for a given j and a given t W[i,c,j,t]=1 so all other W for the same j and t most be equal to 0. For example ...