Gioni Mexi
Gioni Mexi
The error happens when solving an LP in strong branching. The `model_status_` of highs changes from `kIterationLimit` to `kNotSet` when turning presolve back on after the LP solve https://github.com/scipopt/scip/blob/master/src/lpi/lpi_highs.cpp#L519 `HIGHS_CALL(...
Sounds good, I will prepare a MR for this
Hi, I am facing the same issue for some problems with quadratic constraints. I am using a recent Xpress version (9.5) and #285 seems to fix the issue for me....