ERGO-Code / HiGHS

Linear optimization software
MIT License
994 stars 185 forks source link

Highs tmpSolver doesn't scale or set time limit #1991

Closed jajhall closed 4 weeks ago

jajhall commented 1 month ago

In HighsMipSolverData::transformNewIntegerFeasibleSolution, when an integer feasible solution for the presolved MIP is transformed and found not feasible for the original problem, an attempt to rectify the situation is made by creating a new HiGHS instance and solving the LP with the integer variables fixed to the transformed integer feasible solution. For this LP:

jajhall commented 1 month ago

Closed by #1992

jajhall commented 4 weeks ago

From @fwesselm: I am attaching the test results for “fix-1991” – the effect on the overall behaviour seems to be small.