Javier Salmeron
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Javier Salmeronさんの最近のアクティビティ-
Javier Salmeronさんがコメントを作成しました:
Hi Eli, This definitely did the trick. Thank you very much!
-
Javier Salmeronさんがコメントを作成しました:
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 ...
-
Javier Salmeronさんがコメントを作成しました:
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...