ERGO-Code / HiGHS

Linear optimization software
MIT License
989 stars 183 forks source link

HiGHS misreads MIPLIB solution files #2016

Closed jajhall closed 3 weeks ago

jajhall commented 3 weeks ago

HiGHS is designed to read only its own solution file format. However, when given a MIPLIB solution file, it doesn't fail! It reads in most of the values.

HiGHS should identify solution files beginning =obj= as being in the MIPLIB format and read them as such. This can provide the user solution file format of #1971

jajhall commented 3 weeks ago

Closed by #2020