
Benedicte Rimmereid
- 合計アクティビティ 17
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 4
アクティビティの概要
Benedicte Rimmereidさんの最近のアクティビティ-
Benedicte Rimmereidさんが投稿を作成しました:
Dual values of MIP
回答済みHi, We are investigating dual variables from MIP problems by first solving an original MIP problem, then fixing the solution of the integer variables and solving a corresponding linear program. We ...
-
Benedicte Rimmereidさんが投稿を作成しました:
Retriving dual values from relaxed MIP
回答済みHi, I have defined a MIP model that solves a unit-commitment problem. I have first tried the fixed()-method to retrieve the dual values. Now, I want to do the same through relaxing the binary mode...
-
Benedicte Rimmereidさんがコメントを作成しました:
Mhm I see, Thank you so much for the help.
-
Benedicte Rimmereidさんがコメントを作成しました:
Yes, but not when I add SARHSUp :)
-
Benedicte Rimmereidさんがコメントを作成しました:
https://drive.google.com/file/d/1UBCxGKIfO57T29zK4FCHM5cI4xnkB5nl/view?usp=sharing Thank you! So to be clear, my end goal is to retrieve the SARHSUp/down-attribute
-
Benedicte Rimmereidさんがコメントを作成しました:
Mhm, very wierd: I tried this: fixed = model.fixed() fixed.params.QCPDual = 1 # TODO: back to 0 quadratic_constraints = fixed.getQConstrs() fixed.params.NonConvex = 1 fixed.update() fixed.opt...
-
Benedicte Rimmereidさんがコメントを作成しました:
Ah okay :) Gurobi 11.0.0 (win64) logging started Tue Apr 16 14:54:47 2024 Set parameter LogFile to value "gurobi_log_test.txt"Set parameter QCPDual to value 1Gurobi Optimizer version 11.0.0 build v...
-
Benedicte Rimmereidさんがコメントを作成しました:
(11,0,0) :)
-
Benedicte Rimmereidさんがコメントを作成しました:
Mhm, that results in: AttributeError: Unable to retrieve attribute 'Pi'
-
Benedicte Rimmereidさんがコメントを作成しました:
Yes, I have tried that :/