Skip to main content

Gurobi v11 outperforms Gurobi v12 for some models

Answered

Comments

2 comments

  • Riley Clement
    • Gurobi Staff Gurobi Staff

    Hi Timothy,

    For the r=7 I ran 30 values of Seed (see How can I make accurate comparisons? if you are unfamiliar with why we do this).  Summary stats for runtime are below:

    | Version   |    mean |   median |      min |     max |     std |
    |:----------|--------:|---------:|---------:|--------:|--------:|
    | 11.0.3    | 2.83528 |  2.29737 | 0.518183 | 8.32261 | 2.22336 |
    | 12.0.1    | 2.88264 |  2.69979 | 0.113792 | 8.18384 | 1.98267 |

    I don't see a difference between v11 and v12.  I do see a large difference across Seeds though, with the max runtime being 16-70x slower than the fastest.  My guess is you got unlucky with the default value of Seed, and if you were to change it you may see v12 much faster than v11.

    For r=6 the infeasibility is determined in the tree, not during presolve and this does open the door for substantial differences.  It does seem like v11 is faster to determine infeasibility than v12.  It may be a consequence of tweaking internal tolerances between versions to reduce false positives.  I'll send the model over to our development team and see what they say. I have tried a few parameter sets to try and help but so far no magic bullet.

    - Riley

    0
  • Riley Clement
    • Gurobi Staff Gurobi Staff

    Hi Timothy,

    Regarding the r=6 infeasible model, our development team has looked into it and we narrowed it down to a particular change in our code.  There doesn't look to be a bug causing this, and the change was in general an improvement for our extensive benchmark set, meaning this model is one of the unlucky ones to experience worse performance under v12.

    Any questions, just let me know.

    - Riley

     

    0

Please sign in to leave a comment.