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

Added new arithmetic simplifications to fold common logical patterns. #268

Merged
merged 2 commits into from Sep 21, 2020

Conversation

m4rs-mt
Copy link
Owner

@m4rs-mt m4rs-mt commented Sep 21, 2020

The current constant-folding functionality does not support logical and and or operations. This PR adds support for applying De Morgan's rules to binary and and or operations in the presence of unary neg values.

@m4rs-mt m4rs-mt added this to the v0.9.1 milestone Sep 21, 2020
Copy link
Collaborator

@MoFtZ MoFtZ left a comment

Choose a reason for hiding this comment

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

MINOR: Spelling mistake in commit message 'logial' vs 'logical'.

@m4rs-mt m4rs-mt changed the title Added new arithmetic simplifications to fold common logial patterns. Added new arithmetic simplifications to fold common logical patterns. Sep 21, 2020
@m4rs-mt m4rs-mt merged commit 67b1c59 into master Sep 21, 2020
@m4rs-mt m4rs-mt deleted the logical_simplification branch September 21, 2020 01:59
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.

None yet

2 participants