Jacob Mannhardt
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 5
Posts
Recent activity by Jacob Mannhardt-
Gurobi 12.0.1 yields suboptimal results for a previously optimal model
I recently upgraded to Gurobi 12.0.1 from 11.0.2. After the upgrade, previously optimal solutions became suboptimal. I am using exactly the same model and the same gurobi settings. This behavior ca...
-
Varying Ordering Time for similar models
AnsweredHey everybody, I have two models that are super similar, model A and model B. In fact, they only differ in one constraint. The matrix dimensions are similar as well:model A: Presolved: 7054320 rows...
-
Suboptimal termination and unbounded or infeasible solution
AnsweredHey all, We use the barrier algorithm without Crossover for a relatively large model (see log below). I know that the ranges aren't great, but unfortunately the parameters must be in consistent phy...
-
Disable Crossover for MILP that is reduced to LP in Presolve
AnsweredI have a problem that is formulated as an MILP, however is reduced to an LP (0 integer variables) in Presolve (which is absolutely correct and a great feature that Gurobi detects that automatically...