python-mip icon indicating copy to clipboard operation
python-mip copied to clipboard

Change the default behavior to using CBC, as it should always work?

Open sebheger opened this issue 3 years ago • 0 comments

  Would it be an idea to change the default behavior to using CBC, as it should always work?

Even if Gurobi is not installed (or no license is found) the default code path tries Gurobi first, which takes some time. When done repeatedly (eg in automated tests of tiny models) this can be significant.

Originally posted by @rschwarz in https://github.com/coin-or/python-mip/discussions/313#discussioncomment-4537492

sebheger avatar Jan 04 '23 13:01 sebheger