python-mip
python-mip copied to clipboard
Fix for: Incorrect imports in Model #388
Removing the imports import mip.* from model.py might also work.
Removing the imports
import mip.*frommodel.pymight 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.