Lorenz Wagner
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 14
Posts
Recent activity by Lorenz Wagner-
Help implementing a weird model notation
AnsweredHey guys, I recently came across this model notation and I am having a hard time understanding and implementing it in Gurobi. [\\sum_{i,t:i.GG=1\wedge i.O=b}^{}x_{jit}\ge5 \forall j,b\] How do I "...
-
MILP Model Comparison
Awaiting user inputHello, I have a question. I am currently setting up two shift schedule optimization models. One of them constrains the number of worker shift changes using the 'changes' parameter. In the second mo...
-
Complete different solution for nearly identical paramters
AnsweredHello, I have the following question. I have a model ("m") for planning shifts and in it a parameter that I can vary. Now, even if I change this now marginally, then completely different plans come...
-
Save runtime in a list
AnsweredHi, I would like to run my model through different loops, always storing the runtime of each pass in a list. I have managed to do this, but there are two things I would like to adjust to make it mo...