Carl Baier
- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
Posts
Recent activity by Carl Baier-
Problems adding columns "Only linear constraints allowed"
AnsweredHello, this is a follow-up post to this one. I updated my code quite a bit but there are still some problems remaining. This is my code: from gurobipy import *import gurobipy as guimport pandas ...
-
Rostering problem with column generation
AnsweredHello, I would like to solve the following scheduling model with column generation.The indices are \(i\in I: Nurse\), \(s \in S: Shifts\) and \(t \in T: Days\). The decision variables are: \(x_{it...