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

Implicitly quantified variables of a clause #28

Open
lex-lex opened this issue Jul 29, 2016 · 0 comments
Open

Implicitly quantified variables of a clause #28

lex-lex opened this issue Jul 29, 2016 · 0 comments

Comments

@lex-lex
Copy link
Member

lex-lex commented Jul 29, 2016

...are currently calculated each time a clause is created (from the sequence of contained literals). This is, of course, in many cases too inefficient as we know the variables upon creation of the clause.
Suggesstion: Add a optional parameter to the Clause constructor that accepts the argument as the implicitly quantified variables. If its not given, they are calculated as usual.

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

No branches or pull requests

1 participant