HiGHS icon indicating copy to clipboard operation
HiGHS copied to clipboard

Error reading Fixed format MPS files

Open rolfvdhulst opened this issue 7 months ago • 3 comments

Highs currently fails to read the MIPLIB 2017 collection instance "rvb-sub". The issue appears to be that the free format incorrectly classifies the file as not fixable, even though the fixed format mps reader can read it just fine. In particular, the MPS file starts with:

NAME          rvb-sub
ROWS
 E  s0        $t5                  0

but the last line is incorrectly classified as not being interpretable in fixed format by the free format reader.

I will submit a PR that fixes this soon.

rolfvdhulst avatar Jul 29 '24 12:07 rolfvdhulst