ERGO-Code / HiGHS

Linear optimization software
MIT License
992 stars 184 forks source link

Fix 1962 #1980

Closed jajhall closed 1 month ago

jajhall commented 1 month ago

Removed the requirement for an unbounded LP to have a basis in HighsLpRelaxation::run so unbounded root node can be identified.

Added a logging line so that action can be identified in the event of regression

jajhall commented 1 month ago

This closes #1962