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

SMTChecker: Allow printing queries for all solvers #15809

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

blishko
Copy link
Contributor

@blishko blishko commented Jan 31, 2025

Since SMTChecker now uses SMT-LIB to represent the queries and pass them to the solvers, we do not have to restrict this option to the "smtlib2" solver. It can be used with any solver.
The query will be logged and then passed to the solver as usual.

@blishko blishko added smt 🟡 PR review label labels Jan 31, 2025
Since SMTChecker now uses SMT-LIB to represent the queries and pass them
to the solvers, we do not have to restrict this option to the "smtlib2"
solver. It can be used with any solver.
The query will be logged and then passed to the solver as usual.
@blishko blishko force-pushed the smt-do-not-restrict-printing-query branch from 1e952e3 to 992dded Compare February 6, 2025 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
smt 🟡 PR review label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant