ERGO-Code/HiGHS

Protect `HPresolve::setInput` against memory allocation errors

Closed this issue · 1 comments

Maximum memory usage in HiGHS, at least when solving LPs, may occur in HPresolve::setInput. It would be good if memory allocation errors in this method were caught, allowing HiGHS to return cleanly.

Closed by #1767