Marilena Zambara
- 合計アクティビティ 18
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 4
投稿
Marilena Zambaraによる最近のアクティビティ-
Terminating barrier with TimeLimit provides no solution
回答済みHello to the community, I am setting the TimeLimit parameter to an LP, with Method = 2,. The time limit is respected, but I am unable to retrieve any values for my variables. I would expect that I...
-
Retrieve Pi values from the LP relaxation of a MIP problem with JuMP
回答済みHello!I would like to retrieve dual values of the LP relaxation of my MIP problem, that is being solved during B&B.To give you a bit of context; I am using Julia and JuMP (and Gurobi of course) to ...
-
Dual simplex VS Barrier for Bender's feasibility cuts
ユーザーの入力を待っています。Dear Gurobi, I am implementing Bender's decomposition in a problem, during which I need to construct feasiblity cuts. Feasiblity cuts are constructed in case my bender's slave model is infeasible, ...
-
Deterministic behaviour in different machines
回答済みI have an LP model with multiple solutions. Is there a way to ensure that if I run the exact same instance of the model in different machines I will get the same result?