P
Peter Dobcsanyi
Hi,
I am looking for Python code to parse Mathematical Programming System
(MPS) format. I urgently need to extract data from a bunch of test files
in MPS format. The files encode IP problems something like
min{c.x : Ax <= b, ...}
I would like the code to return c, and b as Python lists and A as
list of lists or alternatively, as Numeric arrays. I don't want to solve
the problems just need A,b and c.
Thank you,
Peter
I am looking for Python code to parse Mathematical Programming System
(MPS) format. I urgently need to extract data from a bunch of test files
in MPS format. The files encode IP problems something like
min{c.x : Ax <= b, ...}
I would like the code to return c, and b as Python lists and A as
list of lists or alternatively, as Numeric arrays. I don't want to solve
the problems just need A,b and c.
Thank you,
Peter