HiGHS icon indicating copy to clipboard operation
HiGHS copied to clipboard

Incorrectly detected infeasibility with pre-solve turned off

Open apfelix opened this issue 4 months ago • 4 comments

Hi,

as a workaround to #1958 I started using HiGHS with pre-solve turned off.

However, I found a model model for which infeasibility is reported when pre-solve is turned off: highs_model_for_debugging_infeasible_with_presolve_off.mps.txt Tested via highspy on version 1.7.2 and branch latest.

A solution is found by

  • turning on pre-solve
  • using SCIP
  • using Gurobi

In contrast to #1958 I was able to find an instance with <1000 vars and constraints.

apfelix avatar Oct 04 '24 09:10 apfelix