ERGO-Code / HiGHS

Linear optimization software
MIT License
995 stars 186 forks source link

Don't store blank row/col names #2060

Open jajhall opened 6 days ago

jajhall commented 6 days ago

In highspy, the default empty name of "" is being stored for each name in HiGHS (unless a true name is given), so (eg) MPS write considers there to be duplicate names.

See https://github.com/ERGO-Code/HiGHS/discussions/2059