Skip to content
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

Replace is_feasible by distance_to_set #599

Merged
merged 6 commits into from
Apr 19, 2024
Merged

Replace is_feasible by distance_to_set #599

merged 6 commits into from
Apr 19, 2024

Conversation

blegat
Copy link
Member

@blegat blegat commented Apr 18, 2024

I think a default fallback returning true is incorrect. Since the constraint is not added when it is constant, we should check that it is feasible otherwise the infeasibility is silently ignored and the resulting status is incorrect.

@odow
Copy link
Member

odow commented Apr 18, 2024

distance_to_set isn't implemented for PositiveSemidefiniteConeSquare`

Copy link

codecov bot commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.83%. Comparing base (a679f64) to head (438dc00).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #599      +/-   ##
==========================================
+ Coverage   97.81%   97.83%   +0.01%     
==========================================
  Files          87       87              
  Lines        5039     5038       -1     
==========================================
  Hits         4929     4929              
+ Misses        110      109       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@odow odow merged commit 42d6798 into master Apr 19, 2024
10 checks passed
@odow odow deleted the bl/dist branch April 19, 2024 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants