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

Fix for: Incorrect imports in Model #388

Open stranma opened this issue 1 year ago • 3 comments

Incorrect imports in Model #388

stranma avatar Jul 30 '24 13:07 stranma

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jul 30 '24 13:07 CLAassistant

Removing the imports import mip.* from model.py might also work.

a-andre avatar Aug 01 '24 16:08 a-andre

Removing the imports import mip.* from model.py might also work.

I think this is correct solution, but I don't understand why they are there at first place. So I assume there is some magic which might broke things on unexpected places. Either make larger refactoring and look why import mip.* is here, or at least make it less wrong by this change.

stranma avatar Sep 11 '24 07:09 stranma