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

Add support for other SMT solvers #40

Open
Philipp15b opened this issue Jul 3, 2024 · 0 comments
Open

Add support for other SMT solvers #40

Philipp15b opened this issue Jul 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Philipp15b
Copy link
Collaborator

We should add support for other SMT solvers, especially for the final SAT call. I don't think we need to adapt stuff like the lazy unfolder just now.

Support for other solvers should be implemented by calling external binaries (not via some native API). Then we could experiment with CVC5 and @ffrohn's SwInE tool. Especially the latter could be extremely useful if we could obtain counterexamples when reasoning about exponentials.

@Philipp15b Philipp15b added the enhancement New feature or request label Jul 3, 2024
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