Juan Orozco
-
Gurobi Staff
- Total activity 80
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 42
Activity overview
Latest activity by Juan Orozco-
Juan Orozco created an article,
Interpreting Gurobi Logs
Every time Gurobi solves an optimization problem, it produces a log file, i.e. a detailed, chronological record of the solver’s actions and decisions. These logs capture key information about model...
-
Juan Orozco created an article,
How do I resolve an "Error code 10009: Token expired"?
When a machine/container is creating a Gurobi environment, a token is retrieved from our WLS license server and stored on disk. Subsequent Gurobi processes that require a token will first check the...
-
Juan Orozco commented,
Official comment You can use the method model.setPWLObj(), so I suggest to read the associated documentation, as well as the section Objectives of our reference manual.
-
Juan Orozco commented,
Indeed. Subsequent feasible solutions must abide by the newly added lazy constraint.
-
Juan Orozco commented,
Official comment Please note that there's no such thing defined by Gurobi as Lazy Cuts. You may be referring to either Lazy Constraints or User Cuts. In the light of this, I suggest to read through our article What...
-
Juan Orozco created an article,
How do I run multiple Gurobi models in parallel Java?
When working with optimization tasks, there may be scenarios where you want to run multiple models concurrently. This can be particularly useful for batch processing or when dealing with large-scal...
-
Juan Orozco commented,
Official comment Unfortunately, the screenshot does not show any useful information related to any Gurobi license. The only piece of information that is of any interest is the Gurobi version used. By the way, pleas...
-
Juan Orozco commented,
Hi, David! In Python you can also provide programmatically the WLS credentials, which can be found in the license file that you previously downloader from our Web License Manager, as follows: impor...
-
Juan Orozco created an article,
Does Gurobi use warmstarts after changing a previously optimized model?
In many practical applications, linear programming (LP) models are modified and solved iteratively. This could involve adding or removing constraints, changing matrix coefficients, changing the obj...
-
Juan Orozco created an article,
Can I use Azure Cosmos DB with the Cluster Manager?
Starting with Version 11, Gurobi Cluster Manager officially supports Azure CosmosDB (version 4.2 and later) with deployments on Microsoft Azure.That said, please note that our Cluster Manager does ...