-
Notifications
You must be signed in to change notification settings - Fork 180
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
Infeasibility depends on sense and presolve #1530
Comments
Strange. I'll investigate |
Sounds similar to this one: #1517 Btw. I am using github/HiGHS/HEAD. |
I've reproduced the behaviour that you observe, both with your model, and without the |
Fixed by #1544 |
Here is a small example:
highs
says:If I change
OBJSENSE
toMIN
, thenhighs
can optimize it, though. If I disable presolver, thenhighs
can also optimize.glpksol
andclp
also think it is feasible and can optimize.The text was updated successfully, but these errors were encountered: