Eli Towle
-
Gurobi Staff
- 合計アクティビティ 1295
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 4ユーザー
- 投票 3
- サブスクリプション 508
アクティビティの概要
Eli Towleさんの最近のアクティビティ-
Eli Towleさんがコメントを作成しました:
Since we did not receive a model file, we're unfortunately unable to investigate this behavior further and will close this thread. Please feel free to open a new post with a reproducible example if...
-
Eli Towleさんがコメントを作成しました:
This issue was fixed in Gurobi 12.0.3. Thanks for letting us know about it.
-
Eli Towleさんがコメントを作成しました:
Did you manually add the - 94 to the objective function? Gurobi's LP reader interprets this as a variable named 94 with objective coefficient -1. This should instead be written as - 94 Constant wit...
-
Eli Towleさんがコメントを作成しました:
Can you try passing Pyomo's \(\texttt{symbolic_solver_labels}\) setting like this instead?opt = SolverFactory("gurobi") results = opt.solve( model, tee=True, options={"SolFiles": "foo"}, symbol...
-
Eli Towleさんがコメントを作成しました:
The variable names in the .sol files match the names Pyomo gives Gurobi when it is creating the Gurobi model. You need to direct Pyomo to preserve the names of the Pyomo components when passing the...
-
Eli Towleさんがコメントを作成しました:
The machine Gurobi is running on is having trouble communicating with our WLS license servers. It could be a DNS or firewall issue. Can you ask the HPC system administrators to investigate why mach...
-
Eli Towleさんがコメントを作成しました:
The behavior you expect is how ObjNAbsTol behaves for multi-objective MIPs. However, this attribute behaves differently for multi-objective LPs. From the documentation:Objective degradations are ha...
-
Eli Towleさんがコメントを作成しました:
Thanks again for reporting this issue. This incorrect declaration of infeasibility/unboundedness is fixed in the recently released Gurobi version 12.0.1.
-
Eli Towleさんがコメントを作成しました:
Does the latest version of Gurobi (12.0.0) also fail to find one of the optimal solutions when setting PoolSearchMode to 2? If so, can you please write out an MPS model file and post the file conte...
-
Eli Towleさんがコメントを作成しました:
Thanks for reporting this issue. I'll open a support ticket on your behalf so we can investigate further.