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

qm.simplify() should allow for don't cares #15

Open
LarryBattle opened this issue Feb 25, 2014 · 0 comments
Open

qm.simplify() should allow for don't cares #15

LarryBattle opened this issue Feb 25, 2014 · 0 comments
Labels

Comments

@LarryBattle
Copy link
Owner

qm.simplify() should allow for don't cares.
It could easily be added as the third argument.

qm.simplify( inputs, minterms, dont cares );

You could change qm.simplify() to where minterms and don't cares will be treated as a boolean expression is passed as a string. If an array is passed, then assume that the input is an array of numbers.
This way if the user doesn't know the numeric values then they could use the expression and vice versa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant