HiGHS
HiGHS copied to clipboard
Make better use of incumbent MIP solution
- If incumbent MIP solution includes all integer variables, then fix them and solve LP if not feasible
- If incumbent MIP solution includes partial assignment of integer variables, don't fix them and solve to optimality, just solve until an integer solution is found
- If incumbent MIP solution includes too few integer variables, ignore them
See #1401
Addressed by #1843 and #1844