Parsing the LP file format
Opened this issue · 0 comments
vandenheuvel commented
The LP file format is used by a variety of solvers out there. Implementing a parser for this format allows more file types to be read.
The implementation would be mostly independent of the rest of the code base, residing under the io
folder next to the mps
implementation. The parse method should be callable from outside the crate and only be called from within the crate in the io::import
method.