ERGO-Code / HiGHS

Linear optimization software
MIT License
992 stars 184 forks source link

Improve performance and numerics when repairing infeasibilities in transformed integer solution #1992

Closed jajhall closed 3 weeks ago

jajhall commented 1 month ago

Solution repair in HighsMipSolverData::transformNewIntegerFeasibleSolution now uses presolve and scaling, and also propagates time limit.

This will fix #1991