Kostja Siefen
Gurobi Staff- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 22
Articles
Recent activity by Kostja Siefen-
How do I resolve the error "No compatible runtime available for version X.X.X" ?
Gurobi Compute Server can work with multiple Gurobi releases on the client side.The server automatically selects the appropriate runtime, depending on the version of the Gurobi Optimizer library th...
-
Which R versions are supported by Gurobi?
Gurobi includes a compiled R API package that is compatible with the version of R that was current at the time of the release of that version Gurobi. Below is a list of Gurobi versions and the R ve...
-
How do I configure a new Gurobi C++ project with Microsoft Visual Studio?
This article assumes that you have installed a Gurobi 12.0 release on your Windows computer using the MSI installer. It's easiest to modify one of the existing projects in the examples\build subdir...
-
How do I use Gurobi with PyCharm?
In a typical workflow, each PyCharm project will have an associated virtual Python environment (venv). The gurobipy package must be available to the Python interpreter of that venv. Installing guro...
-
Why are there large or increasing MIP gap values?
Sometimes in the Gurobi log, you might see an increase in the gap. In the example below, the gap increases from 113% up to 4171%, before it decreases again. Nodes | Current Node | Objec...
-
How do I resolve the error BadImageFormatException?
When using the Gurobi .NET API, you may see a Bad Image Format Exception (System.BadImageFormatException) the first time you access the Gurobi .NET assembly.The Gurobi .NET assembly (e.g. gurobiXX....
-
How do I resolve the error NoClassDefFoundError?
When using the Gurobi Java API, you may see a java.lang.NoClassDefFoundError exception such as:java.lang.NoClassDefFoundError: gurobi/GRBException java.lang.NoClassDefFoundError: Could not initiali...