Skip to content
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

Include a MPS writer #7

Open
pchtsp opened this issue Aug 31, 2021 · 1 comment
Open

Include a MPS writer #7

pchtsp opened this issue Aug 31, 2021 · 1 comment

Comments

@pchtsp
Copy link

pchtsp commented Aug 31, 2021

In PuLP we have python code to write mps files. Since we're in the process to integrate pysmps to read these files, it only makes sense to also migrate the writing of the mps files here.

This way, other applications could benefit from this code and it would be more likely that it would be compatible with other systems.

Ideally, I would also like to move the writing of LP files (and potentially adding reading support) but that would probably involve a package name change.

More information on how we do MPS writing:

https://github.com/coin-or/pulp/blob/master/pulp/mps_lp.py#L189

@jmaerte
Copy link
Owner

jmaerte commented Oct 25, 2021

I will definitely look into this. First I will implement the test cases from your other issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants