
Silke Horn
- Total activity 362
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 176
Activity overview
Latest activity by Silke Horn-
Silke Horn commented,
Hi Domagoj, There are a few things that can introduce non-determinism into your Gurobi runs: Using non-deterministic data structures: When your model is created with input from external data sourc...
-
Silke Horn commented,
Thank you! I can reproduce this using gurobi_cl. We recommend that objective coefficients be no bigger than 1e4, but this violation is still surprising to me.
-
Silke Horn commented,
Hi, You are correct that you cannot access the X attribute before running the optimization. Instead, you can use indicator constraints to model something like this. This article contains additional...
-
Silke Horn commented,
Hi, I cannot reproduce this so far. Could you post a complete log? Are you using any non-default parameter settings? Silke
-
Silke Horn commented,
Hi Ritesh, From the log snippet you posted above, it is impossible to predict how difficult it is to solve the model, but many of our users are solving models of similar sizes. 115 GB of memory sou...
-
Silke Horn commented,
Hi Ritesh, Please have a look at this article. (The short answer is that Gurobi does not support GPUs.) - Silke
-
Silke Horn commented,
Hi Koen, I am happy to hear that the NoRel heuristic is working so well for you. Unfortunately, it is not possible to change parameter settings in a callback. See this article for more information....
-
Silke Horn commented,
Hi, Thanks for posting your code. This looks as though some of the parentheses may be misplaced. Your objective expression is pretty long and convoluted. Maybe different formatting can help break t...
-
Silke Horn commented,
Hi, Could you please clarify what type your variables have? For example, which ones are Gurobi model variables, and which are constants? Or, better yet, provide a self-contained code example so we ...
-
Silke Horn created an article,
Gurobi 10.0.2 released
As of June 2023, Gurobi version 10.0.2 is officially released! Please download this newest technical release from the Download Center on our website. Resolved issues Bug fixes included in this...