-
Notifications
You must be signed in to change notification settings - Fork 16
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
Constraint reduction for inequalities with infinite RHS #115
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## dev/v0.5.0 #115 +/- ##
==============================================
+ Coverage 82.22% 82.82% +0.59%
==============================================
Files 37 38 +1
Lines 2701 2730 +29
==============================================
+ Hits 2221 2261 +40
+ Misses 480 469 -11
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Implements a very basic constraint reduction mechanism to remove constraints in nonnegative cones with infinite RHSs, where "Clarabel.INFINITY" is a settable parameter at module level.
Fixes #85.
Prototype of fix for oxfordcontrol/Clarabel.rs#14