ERGO-Code / HiGHS

Linear optimization software
MIT License
992 stars 184 forks source link

Added time limit check to HPresolve::strengthenInequalities #2022

Closed jajhall closed 3 weeks ago

jajhall commented 3 weeks ago

This may be an edge case of presolve taking much too long to time out (because it's exposed when a problem has dense rows that aren't too dense) but HPresolve::strengthenInequalities now has a time limit check

jajhall commented 3 weeks ago

This will close #2021