
Carl Baier
- 合計アクティビティ 63
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 6
アクティビティの概要
Carl Baierさんの最近のアクティビティ-
Carl Baierさんが投稿を作成しました:
Farkas Pricing doesnt lead to feasibility
I am currently trying to initialize my column generation in the root node with Farkas Pricing. I am starting with a completely empty model. My model will look like this. Where \(\Lambda_{ij}\) is t...
-
Carl Baierさんがコメントを作成しました:
Ronald van der Velden I just stumbled upon this post. I am a bit confused right now. How can i add a variable if the model has already been fixed? Suppose i have my master problem and initialize it...
-
Carl Baierさんが投稿を作成しました:
C1P/TU check in Gurobi
回答済みHello, I wanted to ask if there is a possibility with Gurobi to check if the constraint matrix A has Total Unimodular (TU) or the Consecutive ones property (C1P). Thank you!
-
Carl Baierさんが投稿を作成しました:
Branch-n-price implementation complications
I have the following problem. I have a Nurse Rostering problem that is difficult to solve in reasonable time with large instances (and additional constraints, which I omit here for complexity reaso...
-
Carl Baierさんがコメントを作成しました:
Jaromił Najman Hi. I have a new conical problem which appearance. I want to read and analyze all solutions from the solution pool of optimal solutions. For this I use this code. for k in range(m...
-
Carl Baierさんがコメントを作成しました:
Jaromił Najman I know, and I did relax the model before solving it, but sadly it still doesn't work. The computation of the other dual values does work however, as I can print them out if I call th...
-
Carl Baierさんがコメントを作成しました:
Jaromił Najman Sorry, its me again. I recently tried to aggregate all my subproblems into one and use an aggregated formulation of the master problem. To do this, I got rid of the index \(i\) in bo...
-
Carl Baierさんがコメントを作成しました:
Jaromił Najman Well its weird since isnt infeasible but i just cant compute the duals. Any further ideas why that can be?
-
Carl Baierさんがコメントを作成しました:
Jaromił Najman I did some testing and noticed something strange. I copied the Demand_Dict once and multiplied all values by 0.1. If I now use the constraint: def generateConstraints(self): for ...
-
Carl Baierさんがコメントを作成しました:
Jaromił Najman Sure. I updated the code and here are all the possible logs produced (lo0.txt , log1.txt and log2.txt). I guess log1.txt indicates the problem, stating: Continuous model is non-conv...