-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mps support #581
Add mps support #581
Conversation
Pull Request Test Coverage Report for Build 7339423754
💛 - Coveralls |
Moving this back to |
Since
For this PR's purpose, I suggest making functions
|
As discussed in #581, will replace this PR with another one. |
✅ I have added the tests to cover my changes.
✅ I have updated the documentation accordingly.
✅ I have read the CONTRIBUTING document.
Summary
See issue #582 - adds support for
mps
andmps.gz, .lp.gz
files throughdocplex
.Details and comments
gzip
is used to extract files on the fly. I replicated the single test that useslp
files and modified it so that it usesmps
files.