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

Simplification in Conjunctive Normal Form #154

Open
nfbruns opened this issue Jun 5, 2019 · 0 comments
Open

Simplification in Conjunctive Normal Form #154

nfbruns opened this issue Jun 5, 2019 · 0 comments

Comments

@nfbruns
Copy link

nfbruns commented Jun 5, 2019

Hello,

I have been playing around with PyEDA and found out that in some cases further minimization could be done when converting to CNF. For Example: (~A|B)&A could also be stated as B&A. Because A has to be true, ~A has to be false and therefore can just be omitted from the clause.
For other cases like (A|B)&A PyEDA already does this kind of simplification.

Would be interested in your thoughts and thanks for this awesome Software!

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

No branches or pull requests

1 participant