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

opt5: propagate_degenerate_queries #224

Merged
merged 1 commit into from
Oct 1, 2024
Merged

opt5: propagate_degenerate_queries #224

merged 1 commit into from
Oct 1, 2024

Conversation

msm-cert
Copy link
Member

@msm-cert msm-cert commented Oct 1, 2024

// Propagate 'everything' results through the query. For example,
// if we know that C is everything, we immediately know OR(a, b, C)
// OR(AND(), b, c) --> AND()
// MIN 3 OF (AND(), b, c, d) --> MIN 2 OF (b, c, d)

@msm-cert msm-cert merged commit 4b4474e into master Oct 1, 2024
5 checks passed
@msm-cert msm-cert deleted the perf/opt5 branch October 1, 2024 13:32
@msm-cert msm-cert mentioned this pull request Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants