Skip to content

Add smtSolver option to VerifierOptions. Refs #78. #80

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

Merged
merged 2 commits into from
Jan 31, 2025

Conversation

RyanGlScott
Copy link
Collaborator

This allows users to switch between the CVC4, CVC5, Yices, and Z3 SMT solvers, depending on which solver is the most appropriate for a given task. The default solver is Z3, as before.

Fixes #78.

This allows users to switch between the CVC4, CVC5, Yices, and Z3 SMT solvers,
depending on which solver is the most appropriate for a given task. The default
solver is Z3, as before.
@RyanGlScott RyanGlScott force-pushed the T78-configure-smt-solver branch from 0299c91 to e25c954 Compare January 31, 2025 19:10
@RyanGlScott RyanGlScott merged commit 737c6af into master Jan 31, 2025
3 checks passed
@RyanGlScott RyanGlScott deleted the T78-configure-smt-solver branch January 31, 2025 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Allow configuring the choice of SMT solver
1 participant