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

Break-up new top-level _andBool_ in evaluatePattern' #4070

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

geo2a
Copy link
Collaborator

@geo2a geo2a commented Oct 30, 2024

This PR breaks-up new symbolic conjuncts when simplifying a pattern.

It is useful in conjunction K rule:

 rule [notBool-or]:  notBool ( A  orBool B ) => ( notBool A ) andBool ( notBool B ) [simplification]

@geo2a geo2a force-pushed the booster-evaluatePattern-break-up-ands branch from e490574 to 3ede2ca Compare October 31, 2024 07:41
@geo2a geo2a requested a review from jberthold October 31, 2024 07:41
@geo2a geo2a marked this pull request as ready for review October 31, 2024 09:02
Copy link
Member

@jberthold jberthold left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@geo2a geo2a merged commit b7a6b36 into master Oct 31, 2024
6 checks passed
@geo2a geo2a deleted the booster-evaluatePattern-break-up-ands branch October 31, 2024 10:01
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