Ragia Shaaban
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by Ragia Shaaban-
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...
-
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 ...