Matthias Miltenberger
-
Gurobi Staff
Gurobi Optimization Support Manager - Berlin, Germany
- Total activity 1126
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 55
- Subscriptions 478
Articles
Recent activity by Matthias Miltenberger-
How do I use the command line on Windows?
Gurobi comes with a command-line tool for development and experimentation. Since this type of workflow is not common on Windows systems, we want to help users who are not yet comfortable in such an...
-
Resolved in Gurobi v9.1.0: Runtime attribute incorrectly reported as 0
Affected versions: v9.0.0, v9.0.1, v9.0.2, v9.0.3Resolved in: v9.1.0IssueSometimes the Runtime attribute incorrectly returns 0 after optimizing. This is due to a known issue with calling model.upda...
-
How do I resolve "undefined reference" errors while linking Gurobi in C++?
We want to make the C++ API compatible with as many different compilers and compiler versions as possible. For that reason, we provide source files for the API so you can build the library yourself...
-
Side effects when using matplotlib
The Python plotting library matplotlib can cause side effects that may impact Gurobi. When creating a matplotlib figure, the locale settings may be modified by matplotlib. Along with other changes,...
-
What are the options for using an academic license on the cloud?
The best option for using Gurobi on the cloud is to use an Academic WLS license.The WLS (Web License Service) allows you to run Gurobi Optimizer wherever you want, across regular machines and conta...
-
Can I access the MIP cuts generated by Gurobi?
No, it is not possible to access these cutting planes. The cuts are generated in terms of the presolved model. Since Gurobi does not expose the presolved model, you also won't be able to retrieve t...
-
How do I update my Gurobi installation to a newer version?
When upgrading to a new major version, e.g. 12.x to 13.x, there may be backward-incompatible changes. All additions, changes, and removals are outlined in our Release Notes.Updating a full Gurobi i...
-
How do I check for a valid license file?
To check whether a valid license file is available, rungurobi_clfrom the command line. This command will return an error if the license file is not set up correctly. Please see How do I test my Gur...
-
How do I resolve an "ERROR 10009: Token validation error"?
The error ERROR 10009: Token validation errorindicates that your WLS token has expired and a new one could not be acquired. The is most likely reason for this is due to too frequent token requests....
-
How do I start Compute Server as a service (grb_rs)?
Compute Server (grb_rs) can be started either as a process:> grb_rsor as a service:> grb_rs install > grb_rs startWhile these options are similar, there are some important differences to consider.L...