
Marika Karbstein
-
Gurobi Staff
- Total activity 534
- Last activity
- Member since
- Following 1 user
- Followed by 1 user
- Votes 2
- Subscriptions 263
Comments
Recent activity by Marika Karbstein-
Hi Marta,The value of MIPGap is also considered when calculating the objective degradation. Please see the formula in Multiple Objectives - Gurobi Optimizer Reference ManualBest regards,Marika
-
Hi Matheus,Could you write the model file and the cut that results in a crash when adding it to the model, and try to reproduce this issue with a script that reads the model file and adds this sing...
-
Please have a look at this comment of a similar post.I do not know if there have been updates in the meantime. But if you tested the latest versions, then YALMIP still does not support Gurobi's non...
-
Do you mean by “the differences are not negligible” that the optimal values for both runs differ although the model is the same?Could you be more concrete about E_t and V_t? If they are functions ...
-
Could you provide more details about the problem? It may have multiple solutions. As long as the optimal objective value is the same (w.r.t. some tolerance), there is nothing to worry about if two ...
-
Hi Harsh,No new license is required when upgrading from 11.0.2 to 11.0.3. No specific steps other than those mentioned in the KB article are needed.Best regards,Marika
-
Hi Harsh,I assume you are talking about Compute Server and/or Cluster Manager. Please have a look at the following KB article How do I upgrade Compute Server and Cluster Manager? Best regards,Marika
-
Why do you think the problem in this specific case occurs when accessing the variable values?As I said, there are several issues with your code.You must handle exceptions properly! Then, you can se...
-
This is difficult to analyze. You need to provide more information.Setting all variables to 0 in the "IIS" satisfies all constraints. So, this is not an IIS.Your addGenConstrPow call does not look ...
-
It is not enough to only catch the optimize call.When testing your code, it happens that solution attributes are accessed for an infeasible or unbounded model. Before accessing the X attribute, you...