ERGO-Code / HiGHS

Linear optimization software
MIT License
971 stars 179 forks source link

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

Open jajhall opened 2 days ago

jajhall commented 2 days 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 2 days ago

Closed by #1992