
Marika Karbstein
-
Gurobi Staff
- 合計アクティビティ 522
- 前回のアクティビティ
- メンバー登録日
- フォロー 1ユーザー
- フォロワー 1ユーザー
- 投票 2
- サブスクリプション 258
アクティビティの概要
Marika Karbsteinさんの最近のアクティビティ-
Marika Karbsteinさんがコメントを作成しました:
Hi Harsh,No new license is required when upgrading from 11.0.2 to 11.0.3. No specific steps other than those mentioned in the KB article are needed.Best regards,Marika
-
Marika Karbsteinさんがコメントを作成しました:
Hi Harsh,I assume you are talking about Compute Server and/or Cluster Manager. Please have a look at the following KB article How do I upgrade Compute Server and Cluster Manager? Best regards,Marika
-
Marika Karbsteinさんがコメントを作成しました:
Why do you think the problem in this specific case occurs when accessing the variable values?As I said, there are several issues with your code.You must handle exceptions properly! Then, you can se...
-
Marika Karbsteinさんがコメントを作成しました:
This is difficult to analyze. You need to provide more information.Setting all variables to 0 in the "IIS" satisfies all constraints. So, this is not an IIS.Your addGenConstrPow call does not look ...
-
Marika Karbsteinさんがコメントを作成しました:
It is not enough to only catch the optimize call.When testing your code, it happens that solution attributes are accessed for an infeasible or unbounded model. Before accessing the X attribute, you...
-
Marika Karbsteinさんがコメントを作成しました:
Hi Zhen, You should catch the exception as it is done in the Gurobi Examples, see, e.g., mip1_c++.cpp.I hope this already helps. If not please share the Gurobi log output. Best,Marika
-
Marika Karbsteinさんがコメントを作成しました:
Can you give more details? In which cases is the optimal solution not found?What do you mean by "force the model to find the optimal"? Does this help for all instances?
-
Marika Karbsteinさんがコメントを作成しました:
It sounds like your lazy constraint cut off the optimal solution. Did you make sure that this is not the case?What happens if you set the optimal solution as a MIP start?
-
Marika Karbsteinさんがコメントを作成しました:
Hi Jerry, Indeed, coefficients of 1e+34 are a bad idea.Gurobi also prints a warning in the log, which is discussed in the KB article What does "Model contains large matrix coefficient range" mean? ...
-
Marika Karbsteinさんがコメントを作成しました:
Both models, as you posted them, result in the same optimal objective value of 13. I tested with Gurobi Version 12.0.0.If I change the objective sense to "Minimize", the optimal objective value is ...