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

Number of propositional variables #6

Open
varmaricha opened this issue Feb 19, 2021 · 1 comment
Open

Number of propositional variables #6

varmaricha opened this issue Feb 19, 2021 · 1 comment

Comments

@varmaricha
Copy link

Is there a way to add more than 5 propositional variables to the model?

@vezwork
Copy link
Owner

vezwork commented Jul 25, 2021

Hi @varmaricha I'm very sorry I did not see your comment until now! There is not currently a way to add more than 5 propositional variables to the model.

This functionality could somewhat easily be added however, by adding entries to this propvars array: https://github.com/vezwork/modallogic/blob/master/js/app.js#L18 and maybe modifying a few of the places where the array is referenced in the code.

The reason that there is only 5 propositional variables is for simplicity, and I believe Ross Kirsling's original implementation also had 5 propositional variables.

If this feature would still help you out, let me know and I could look into adding it!

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

2 participants