Carl Baier
- Total activity 61
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
Posts
Recent activity by Carl Baier-
Column generation: Proper Aggregating of identical machines
I have the following follow-up question to [this post][1]. One of the answers here confirmed that I can aggregate identical machines \(j\in J\) into a single machine profile. In my specific model, ...
-
Column Generation Problems
I have the following problem. I have a patient scheduling problem that I am solving with column generation due to its complexity. The model basically looks like this. The overall goal is to minimiz...
-
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...