coin-or / python-mip

Python-MIP: collection of Python tools for the modeling and solution of Mixed-Integer Linear programs
Eclipse Public License 2.0
514 stars 89 forks source link

Add support for gurobi installed via gurobipy from pip (#185) #271

Closed sebheger closed 2 years ago

sebheger commented 2 years ago

Fixes #185

RichardOberdieck commented 2 years ago

Looks good to me, I think your fix is a clean and general solution to the problem.