Ronald van der Velden
-
Gurobi Staff
- Total activity 256
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 119
Articles
Recent activity by Ronald van der Velden-
How do I use Gurobi with PuLP?
PuLP is one of the modeling frameworks that support Gurobi. In this article, we describe how to use Gurobi through PuLP. For more information, or when you encounter PuLP-related issues, please have...
-
How do I use Gurobi with Pyomo?
Pyomo is one of the modeling frameworks that support Gurobi. In this article, we describe how to use Gurobi through Pyomo. For more information, or when you encounter Pyomo-related issues, please h...
-
How do I benchmark my existing model with Gurobi?
Since Gurobi is essentially a library for performing mathematical optimization, it will always be integrated in an application. The first benchmark in benchmarking Gurobi against other solvers is t...
-
What to measure during benchmarking?
When you're evaluating Gurobi, there are several things you could measure as a way to quantify performance. In fact, there is not one correct answer to the question in the title of this article. In...
-
What is a Floating Compute Server architecture?
Components and responsibilitiesIn any architecture involving Gurobi, we have three key responsibilities: Constructing mathematical models (and processing solutions) Solving these models Licensing W...
-
What are cores and threads?
Mathematical optimization is a compute-intensive task. For this reason, the choice of (virtual) hardware is quite relevant as it may have an impact on the performance of your model and solver. Unfo...
-
How do I size my Gurobi architecture?
IntroductionGurobi can be used in many different architectures, ranging from development on a single laptop or Databricks notebook, to a cluster of Compute Server instances that together solve mode...