Alice M.
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 2
Activity overview
Latest activity by Alice M.-
Alice M. created a post,
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...
-
Alice M. commented,
Thank you for your help, Eli!
-
Alice M. commented,
Hey Eli, one more question. I try to add the start times into the sequence, but it's not really working. The first surgery should start at time 0, the second at start_time 1, the third at start_t...
-
Alice M. commented,
Hey Eli, Thanks a lot! It's working :) The explanation is great!
-
Alice M. created a post,
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...