HiGHS
HiGHS copied to clipboard
Stop MIP solve on `simplex_iteration_limit` (or other LP iteration limit) - Access iteration count via callback?
I would like to stop the MIP solve early using the number of LP iterations. This seems only to be checked when the problem is a pure LP.
On a side note, it could be nice to also have access to the simplex_iteration_countin the callback out data object. Then one can control the stop dynamically via the kCallbackMipInterrupt
It's easy to put in, and I'll do it, but for MIP it doesn't strike me as a natural interrupt criterion - unlike LP.
Fixed by #1839