Javier Salmeron
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
コメント
Javier Salmeronによる最近のアクティビティ-
Hi Eli, This definitely did the trick. Thank you very much!
-
Thank you, Eli and Maliheh. I am using the standard gurobi (not gurobi_persistent). opt = SolverFactory("gurobi")opt.options["symbolic_solver_labels"] = Trueresult = opt.solve(myModel)This causes ...
-
Hi Eli. I'd like to follow up on this. I want to use the SolFiles option because I am calling Gurobi from Python-Pyomo, that is, I'm not using the native Gurobi callable library. The problem I see...