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
516 stars 90 forks source link

fix: handle objective constant with gurobi #214

Closed peterlietz closed 2 years ago

peterlietz commented 2 years ago

I added two unit tests that currently fail for gurobi along with the proposed fix.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

gdragotto commented 2 years ago

Hello, are there any updates on this?

sebheger commented 2 years ago

@gdragotto I will do a short review in the next few days, but I think this is ready so far.

@peterlietz Would you squash the commits and give it a speaking name? Otherwise, I would do it.

peterlietz commented 2 years ago

Hi @sebheger, I squashed the changes. Hope everything is fine.