
Kostja Siefen
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 20
Activity overview
Latest activity by Kostja Siefen-
Kostja Siefen created an article,
How do I configure a new Gurobi C++ project with Microsoft Visual Studio 2019?
This article assumes that you have installed a Gurobi 9.5 release on your Windows computer using the MSI installer. It's easiest to modify one of the existing projects in the examples\build subdire...
-
Kostja Siefen commented,
Official comment Please take a look at our Numerical Guidelines: https://www.gurobi.com/documentation/current/refman/numerics_gurobi_guidelines.html
-
Kostja Siefen commented,
Please create a self-contained, minimal working example and submit a ticket at https://support.gurobi.com. This way we can try to reproduce it on our end.
-
Kostja Siefen commented,
Official comment Absolutely, you can implement this with a callback function. Here is a documentation link for Python: https://www.gurobi.com/documentation/current/refman/py_callbacks.html Within the callback, you...
-
Kostja Siefen commented,
Official comment The full list of status codes is documented at https://www.gurobi.com/documentation/current/refman/optimization_status_codes.html. There is nothing wrong with writing your own dictionary to convert...
-
Kostja Siefen created an article,
How do I resolve the error "No compatible runtime available for version X.X.X" ?
Starting from version 8, 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 ...
-
Kostja Siefen created an article,
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...
-
Kostja Siefen created an article,
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/GRBExceptionjava.lang.NoClassDefFoundError: Could not initializ...
-
Kostja Siefen created an article,
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....
-
Kostja Siefen created an article,
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...