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

Check multiple queries at once #217

Open
NicEastvillage opened this issue Sep 12, 2023 · 0 comments
Open

Check multiple queries at once #217

NicEastvillage opened this issue Sep 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@NicEastvillage
Copy link
Contributor

A cool property of our approach is that every assignment of a configuration directly describes a pair in the satisfaction relation, thus a configuration like ⟨{x: 2, y: 5}, x < 10⟩ will always get the same assignment. This means we can reuse configurations and assignments across queries.

We should therefore allow the user to check multiple queries at once (either multiple formulas in the same file and/or multiple files) and we should reuse the dependency graph and assignments across queries. This would allow us to terminate faster if any of the queries have dependencies in common.

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

No branches or pull requests

1 participant