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
518 stars 92 forks source link

Infeas: bugfix not imported mip.conflict module #181

Closed pabloazurduy closed 2 years ago

CLAassistant commented 3 years ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 6 committers have signed the CLA.

:white_check_mark: pabloazurduy
:white_check_mark: lpsinger
:x: Pablo Azurduy
:x: samuelsbrito
:x: h-g-s
:x: tuliotoffolo


Pablo Azurduy seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

sebheger commented 2 years ago

@pabloazurduy Would you do a rebase on the latest master and check the style? I think PR could be reduced to a one-line diff where the missing mip.conflict is imported.

sebheger commented 2 years ago

Replaced with #268