Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential issues with presolve: incorrect 'optimal' solution and incorrect infeasibiliy detection #1725

Open
deryaozyurt opened this issue Apr 12, 2024 · 3 comments

Comments

@deryaozyurt
Copy link

Greetings,
I have two problems where HiGHS returns incorrect results. In the first problem the solution returned is suboptimal and in the second it is incorrectly reported as infeasible. Turning presolve off avoids the potential issue(s).
TwoProblems.zip

@jajhall
Copy link
Sponsor Member

jajhall commented Apr 12, 2024

With latest:

  • First (1725a.mps) is incorrectly identified as infeasible in presolve, and solved correctly with --presolve=off. Error is in reduction 851/861
  • First (1725b.mps) gets wrong optimal objective value of -4987010.44031 rather than -4987029.63936, with the latter obtained when --presolve=off. Error is in reduction 850/971

@fwesselm
Copy link
Contributor

@jajhall I am having a look, if that's Ok

@jajhall
Copy link
Sponsor Member

jajhall commented Apr 22, 2024

Sure, I've got marking to do for a few more days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants