Crash when instantiating a Model class · Issue #385 · coin-or/python-mip
Describe the bug I've just installed python-mip and instantiating a Model class with no parameter causes a crash. To Reproduce Executing this code: from mip import Model m = Model() produces th...
github.com