Skip to content

Implicitly quantified variables of a clause #28

@lex-lex

Description

@lex-lex

...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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions