Carl Baier

  • Gurobi-versary
  • First Question
  • Thought Leader
  • 合計アクティビティ 61
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 1
  • サブスクリプション 5

投稿

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"

    回答済み

    Hello, 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

    回答済み

    Hello, 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...