
Ragia Shaaban
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Ragia Shaaban-
Ragia Shaaban commented,
Hi Thomas, trans_per(i,j) is a subset of (1-w_max, H)trans_per(i,j) is a list that contains the periods where transshipment will occur between i and j,while (1-w_max, H) is a list that contains the...
-
Ragia Shaaban commented,
M is equal to 1525 (I don't know why exactly the author assumed this value)
-
Ragia Shaaban created a post,
Gurobi Python: Summation Constraint not being satisfied
In my MILP model there are 2 constraints that are related to each other and must be satisfied knowing that; o[i,j,k,t] is a binary variable that determine the selected temperature k at time period...
-
Ragia Shaaban commented,
Thank you very much, your support is greatly appreciated :)
-
Ragia Shaaban created a post,
What does "x[i,j].x" means?
AnsweredI'm still a beginner in Python & Gurobi, I started with a simple (Capacitated facility planning location problem).. I understood all the code terms except for a line in printing out the solution ...