MPS parser for IP/LP data

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,206
Messages
2,571,069
Members
47,677
Latest member
MoisesKoeh

Latest Threads

Top