-
Notifications
You must be signed in to change notification settings - Fork 9
Add linear API in FeasibilityFormNLS #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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #57 +/- ##
==========================================
+ Coverage 95.40% 96.26% +0.86%
==========================================
Files 6 6
Lines 761 804 +43
==========================================
+ Hits 726 774 +48
+ Misses 35 30 -5
Continue to review full report at Codecov.
|
I realized there were some tests missing for the linear API, and then some issues in the current implementation. Since, it is quite a large PR here is a recap':
|
The breaking packages are the one, where the linear API is not implemented. |
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.
I made a small suggestion, but that is not blocking. Thanks for the PR.
add linear example and fixes add counters debug slack encapsulate in a function
Used in JuliaSmoothOptimizers/NLPModelsKnitro.jl#88