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

BooleanNormalizer could eliminate some redundant disjuncts #993

Closed
MMcM opened this issue Jul 15, 2020 · 0 comments
Closed

BooleanNormalizer could eliminate some redundant disjuncts #993

MMcM opened this issue Jul 15, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MMcM
Copy link
Contributor

MMcM commented Jul 15, 2020

(c₁ ∧ c₂) ∨ (c₁ ∧ c₃ ∧ c₂) ≡ (c₁ ∧ c₂)
@MMcM MMcM self-assigned this Jul 15, 2020
@MMcM MMcM added the enhancement New feature or request label Jul 15, 2020
normen662 added a commit that referenced this issue Jul 24, 2020
Resolves #993: BooleanNormalizer could eliminate some redundant disjuncts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant