Simon Bowly
Gurobi Staff- Total activity 147
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
Articles
Votes on activity by Simon Bowly-
How do I check the version of my Gurobi installation?
The current release of Gurobi is version 12.0.0. If you see v12.0.0rc1 in the logging output below, you are using the up-to-date version. Using gurobi_clIf the full Gurobi package or conda packages...
-
What should I do upon "RuntimeWarning: Chained matrix multiplications of MVars..."
When using the matrix-friendly Python API, you may receive the following error: RuntimeWarning: Chained matrix multiplications of MVars is inefficient, collect numeric terms first when building exp...
-
Resolved in gurobipy v12.0.0: Memory leak in gurobipy with Python 3.12
Affected versions: v11.0.0, v11.0.1, v11.0.2, v11.0.3Resolved in version: Gurobi v12.0.0In certain circumstances a memory leak can occur when using gurobipy 11.0.x and Python 3.12. The issue only a...
-
Resolved in gurobipy v11.0.3: Compatibility issues with numpy 2.0
Affected versions: v10.0.x, v11.0.0, v11.0.1, v11.0.2Resolved in version: Gurobi v11.0.3 The matrix-friendly API in gurobipy is not yet compatible with numpy version 2.0. If you have installed guro...
-
Resolved in Gurobi v10.0.3: Compatibility issues with numpy 1.25 and scipy 1.11
Affected versions: v9.0.x, v9.1.x, v9.5.0, v9.5.1, v9.5.2, v10.0.0, v1 0.0.1 , v10.0.2Resolved in version: Gurobi v10.0.3 Issue with sparse array incompatibility with the matrix-friendly API for sc...
-
Gurobi OptiMods error: "Given data exceeds Gurobi trial license limits"
When using the Gurobi OptiMods package, you may encounter the following error when attempting to run a Mod: Restricted license - for non-production use only - expires 2024-10-28...ValueError: Given...
-
How do I manage Gurobi environments in gurobipy?
Constructing and solving any Gurobi model requires creating a Gurobi environment. While in other APIs Gurobi environments must be explicitly created and destroyed, gurobipy includes the default env...
-
How do I resolve an "ERROR 201" when running grbgetkey?
When installing a license using grbgetkey, you may receive the following error message:info : grbgetkey version 12.0.0, build v12.0.0rc1info : Contacting Gurobi license server...error : ERROR 201: ...
-
Google Colab: Installation and Licensing
Google Colab (https://research.google.com/colaboratory/) provides an easy way to use Gurobi with Python + Jupyter notebooks, with no local software installation required. The Gurobi solver can be u...