David Torres Sanchez
-
Gurobi Staff
- 合計アクティビティ 562
- 前回のアクティビティ
- メンバー登録日
- フォロー 1ユーザー
- フォロワー 0ユーザー
- 投票 76
- サブスクリプション 206
コメント
David Torres Sanchezによる最近のアクティビティ-
Hi Cord, I have some good news to share! We've just released Gurobi 12.0.1, and it includes Python 3.13 support and a nice banner as you suggested: https://pypi.org/project/gurobipy/#description Th...
-
Thanks for the code. It seems that I also need to run this in a Jupyter notebook? Have you tried running it as a Python script? Is there anything interesting in the Jupyter Log that points to a clu...
-
You can measure memory usage using some other tool: e.g. https://github.com/astrofrog/psrecord. With this you can even get a nice plot with memory consumption as your python script runs: psrecord "...
-
Hi Huib, Have you had a look at our Maximum Flow / Minimum Cut - gurobi-optimods documentation v2.3.1 optimod? Code: gurobi-optimods/src/gurobi_optimods/min_cost_flow.py this function is called fr...
-
Hi Tanmoy, The dual values will change as adding columns will change the master problem in every iteration. This will allow you to generate more or stop if no column with a negative reduced cost ca...
-
Good catch. We allow smaller values than 5 (minutes), but these get rounded up to 5. From the same place in the docs The WLS server will cap the chosen value automatically to be at least 5 minutes...
-
Hi Huijae, Have you profiled the failing cases? Can you share a minimal reproducible example? Cheers, David
-
Hi Sam, This sounds like a WLS license. In that case, your token will be held for a minimum of 5 minutes (this can be changed with a parameter) if the environments and models are disposed of correc...
-
Hi Chenying, Are you stopping the julia kernel after some time? It may that the Gurobi environments are not being disposed properly (freed) and therefore the tokens are held unnecessarily. Also if ...
-
Hi, Or, does it mean that the user has to enter a traditional linear program with only at most one +1 and one -1 in a column and then Gurobi will "intelligently" recognize this as a network proble...