-
Notifications
You must be signed in to change notification settings - Fork 234
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
Solver issue with compute_infeasibility_explanation() in Diagnostic Toolbox #1520
Comments
I was just about to report the same issue that I had put off posting. The problem is here https://github.com/Pyomo/pyomo/blob/main/pyomo/contrib/iis/mis.py#L285-L290:
When the solve fails and I guess the question is--assuming that being able to solve the problem at hand would not be trivial or possible---can we return a better exception? And I suppose that this issue might technically belong on Pyomo. |
This conditional should first check that |
My case is kind of similar to you, I use Degeneracy Hunter to run this problem and it diverge to a infeasible point |
The
compute_infeasibility_explanation()
fails to solve after the numerical issues are reported.The errors are:
The text was updated successfully, but these errors were encountered: