Khadija HADJ SALEM
- 合計アクティビティ 11
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 6
アクティビティの概要
Khadija HADJ SALEMさんの最近のアクティビティ-
Khadija HADJ SALEMさんがコメントを作成しました:
Hi Jaromil, I added the IntegralityFocus parameter, but I am getting the same problem again: non-integral value for some Integer/Binary variables. m3.Params.IntegralityFocus = 1 Best regards, Khad...
-
Khadija HADJ SALEMさんが投稿を作成しました:
Why does Gurobi return non-integral values for integer/binary variables?
回答済みHi, I am solving my ILP model (4 variables) using Gurobi, where (alpha, beta) are binary variables and (x,y) are integer variables (defined as below). # DECISION VARIABLES# STAGE 1: alpha, x alpha...
-
Khadija HADJ SALEMさんがコメントを作成しました:
No, I have no specific reason to turn off the Presolve parameter. I just tried to compute the root relaxation of my model with Gurobi's default parameters.I tried to solve my model again by activat...
-
Khadija HADJ SALEMさんがコメントを作成しました:
Hi again, I have a function (below) to compute the root relaxation of my model. So, for this reason, I have 2 calls to Model.Optimize(). Best regards, Khadija def compute_root_relax(model): r =...
-
Khadija HADJ SALEMさんが投稿を作成しました:
Why is Gurobi taking too much time after finding the optimal solution?
回答済みHi, I'm trying to solve a big ILP problem. The solution takes little time, less than 5 seconds (good news!) But the problem is that Gurobi does some extra iterations that take a lot of time. What ...