views:

32

answers:

0

I need to read MPS files into Python. [MPS is an old and standard format for representing linear programs.] Pure Python would be best, but I would be happy to use f2py if it meant that I could easily leverage existing Fortran MPS readers.

Any pointers welcome!