Closed alexander-popkov closed 1 year ago
Describe the bug When I call method model.write('model.mps'), I get a file model.mps.mps.gz instead of model.mps.
model.write('model.mps')
To Reproduce The bug happens when I run such script:
m = mip.Model(solver_name=mip.CBC) m.read('model.lp') m.write('model.mps')
It arises only for CBC solver
Expected behavior I expect to get a model in the format .mps
.mps
Desktop (please complete the following information):
Thanks for reporting @alexander-popkov
I will close this issue as it is duplicate to #164
Describe the bug When I call method
model.write('model.mps')
, I get a file model.mps.mps.gz instead of model.mps.To Reproduce The bug happens when I run such script:
It arises only for CBC solver
Expected behavior I expect to get a model in the format
.mps
Desktop (please complete the following information):