Anibal Baradei
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Anibal Baradeiさんの最近のアクティビティ-
Anibal Baradeiさんがコメントを作成しました:
Dear Mr. Clement,Thank you for your fast response. From now on I will stick to just barrier then.I have an important question regarding this case. The current run has been going for a LONG time, as...
-
Anibal Baradeiさんが投稿を作成しました:
LP barrier method "false" solve
回答済みI have a very large LP model that takes a very long time to solve and I'm using both simplex and barrier to solve it (Method=0 I think?). All other times I've used barrier, when the solver says “So...
-
Anibal Baradeiさんがコメントを作成しました:
Dear Jaromil, I managed to upgrade Gurobi to v11. I ran 4 test on a smaller instance to check if the options had an effect and got the following results: opt={"Presolve":2, "PreSparsify":2, ...
-
Anibal Baradeiさんがコメントを作成しました:
Dear Jaromil, Thank you very much for your fast response. I will try to run again with those parameters and see if there is an improvement. Regarding the version 11, I have a student lic. requested...
-
Anibal Baradeiさんが投稿を作成しました:
Algorithm for large model.
回答済みHi! I'm trying to solve a large energy system MILP. For starters I ran a pure LP without the binary variables to check the solve time before adding binaries. Disclaimer, I don't have a background i...
-
Anibal Baradeiさんがコメントを作成しました:
I can't thank you enough Ms. Karbstein. I will try to implement this in my code and see how it goes. Thank you very much again for your time. Best regards, Anibal.
-
Anibal Baradeiさんが投稿を作成しました:
Using the VarHint in a pyomo model
回答済みDear community, I'm trying to use the VarHint feature in a pyomo model but I could not find any example using it. I'm solving using the following: opt = pyo.SolverFactory('gurobi')results = opt.so...