
Matthias Miltenberger
-
Gurobi Staff
Gurobi Optimization Support Manager - Berlin, Germany
- Total activity 1153
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 54
- Subscriptions 487
Articles
Recent activity by Matthias Miltenberger-
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.Li...
-
Why are there different versions of Gurobi available on Instant Cloud?
Different Gurobi versions are displayed in the Instant Cloud Manager web interface because the Compute Server is backward compatible with previous versions.The Actual Server Version displayed in th...
-
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...
-
How do I extract files from the Gurobi MSI installer package?
Typically, Gurobi can be installed on a Windows machine by double-clicking on the downloaded Gurobi MSI (Microsoft installer) file. Installing Gurobi on Windows requires administrator permissions b...
-
How do I set up a license without installing the full Gurobi package?
For users who cannot install the full Gurobi Package but still need the license tools grbgetkey and grbprobe and/or the token server grb_ts, we have collected those three tools for download here: W...
-
How do I resolve an "ERROR 10009: Token validation error"?
The error ERROR 10009: Token validation error indicates 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 request...
-
How do I start an Instant Cloud environment?
There are two ways to connect a client machine to Gurobi Instant Cloud:Environment parametersYou can start a Gurobi Cloud environment by using the Env constructor and supplying it with the respecti...
-
How do I set up Gurobi in WSL2 (Windows Subsystem for Linux)?
Gurobi can be used in WSL2. You have two options outlined below to get set up with your Gurobi license.Option 1: Using a floating Gurobi license [Recommended] The most accessible options are conn...
-
What is the Signature in LP and MPS files?
In version 12 and up, the Gurobi Optimizer inserts a Signature comment when writing an LP or MPS file. This signature facilitates the identification of the model's creator and the handling of your ...
-
What does "Presolve: All rows and columns removed" mean?
Sometimes presolve removes all rows and columns of a problem. When this happens, the log will print the message "Presolve: All rows and columns removed". The message means all constraints have been...