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

Limit number of variables to prevent lagging. #5

Open
sidney-pham opened this issue Jul 14, 2018 · 0 comments
Open

Limit number of variables to prevent lagging. #5

sidney-pham opened this issue Jul 14, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sidney-pham
Copy link
Owner

Set a limit of 8 unique variables because the number of rows in the truth table is 2^n, where n is the number of unique variables.

It should throw an error and display an appropriate warning.

I don't think anyone reasonably needs more than 8 propositional variables.

@sidney-pham sidney-pham added enhancement New feature or request good first issue Good for newcomers labels Jul 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant