Rayan SAAD
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
Comments
Recent activity by Rayan SAAD-
Hello, the solution is wrong because thé constraint are not verified, And of course i can send you My code just give me where Also, the modele was ruuning correctly but When i added more constrain...
-
Hello Simrane, I want to express the same constraint, but this time i have 4 index for my 2 variables : h[i,c,j,t] and u[i,c,j,t] if for a given i and c : u[i,c,j,t]=1 then for all other i, and c :...
-
Thnak you !!
-
Hello Jaromi, than you for your response, i wrote the constraint like this : for k in range(K): for t in range(t): model.addConstr(gp.quicksum(W[i,c,k,t] for i in range(I) for c in range(...
-
Thank youu !!
-
It perfectly worked ! Thanks a lot !!
-
it worked !! Tnahk you !
-
Perfect, i just forgot the loop for j thank youu !!
-
thanks a lot ! But now i want to add conditions like this But i dont know how to write in python thank you !
-
ohh I see, Thanks a lot !