Alice M.
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Posts
Recent activity by Alice M.-
How to sum up the values of a gurobi variable
AnsweredHow can I access all values of the variable and sum them up? Example: idle_time[5-21a,5-89b] 10 idle_time[5-89b,5-89a] 27 idle_time[5-89a,5-89d] 18 idle_time[5-89...
-
Transfering a solution of binary variables into right order
AnsweredHello everyone, I just startet optimizing with Python and try to solve a small model of sequencing and scheduling surgeries. With the help of the binary variable "sequencing", I try to define the...