-
Notifications
You must be signed in to change notification settings - Fork 57
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
Check primal feasibility after termination failure #435
Conversation
I made some changes. We should check this for This would cause |
Do we have a trivial example that terminates with |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #435 +/- ##
==========================================
+ Coverage 94.45% 94.54% +0.08%
==========================================
Files 4 4
Lines 974 990 +16
==========================================
+ Hits 920 936 +16
Misses 54 54 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy?
Yes, checking this for From the I'll leave this up to you. I think my preference is to return |
This is hard. I don't have an example that does, and an algebraic example would probably be pretty sensitive to numerics or algorithm changes. If anybody has such a problem, I'd be interested to see it. We might be able to hack together some fake problem with bad derivative information in the C interface that does this, but I don't think this helps us test the MOI interface. |
I'm okay with I don't regard it as a breaking change. |
LGTM |
Quick patch implementing my proposal in #436