David Torres Sanchez
Gurobi Staff- Total activity 551
- Last activity
- Member since
- Following 1 user
- Followed by 1 user
- Votes 74
- Subscriptions 205
Activity overview
Latest activity by David Torres Sanchez-
David Torres Sanchez commented,
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...
-
David Torres Sanchez commented,
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...
-
David Torres Sanchez commented,
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...
-
David Torres Sanchez commented,
Hi Huijae, Have you profiled the failing cases? Can you share a minimal reproducible example? Cheers, David
-
David Torres Sanchez commented,
Hi Sam, Cool! The parameter is WLSTokenDuration though this needs to be set at the environment level. Similarly with other connection parameters (e.g. see mip1_remote.py). Cheers, David
-
David Torres Sanchez commented,
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...
-
David Torres Sanchez commented,
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 ...
-
David Torres Sanchez commented,
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...
-
David Torres Sanchez commented,
This is a pretty large problem. Upgrading your machine might help. How long does presolve take? You might want to limit this with PrePasses=1 then go straight into NoRel by setting NoRelHeurTime to...
-
David Torres Sanchez commented,
Thanks Riley! I created python-mip#398 to track this. Cheers, David