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: Upgrade CVC4 to cvc5 and switch from API to SMT-LIB2 interface #15078

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

blishko
Copy link
Contributor

@blishko blishko commented May 6, 2024

Instead of compiling solc itself with CVC4 support, it is now enough to have cvc5 executable on PATH when running the compiler.
Instead of using API of CVC4, we now use SMT-LIB2 interface.
That means we write the queries to temporary SMT-LIB2 files and call the solver process directly to run on the file.

@blishko blishko force-pushed the smt-cvc4-switch branch 2 times, most recently from efbf366 to 06f5be1 Compare May 8, 2024 15:07
@blishko blishko changed the title SMTChecker: Switch CVC4 from API to SMT-LIB2 interface SMTChecker: Upgrade CVC4 to cvc5 and switch from API to SMT-LIB2 interface May 15, 2024
@blishko blishko force-pushed the smt-cvc4-switch branch 3 times, most recently from 26116d1 to dbe0d74 Compare May 15, 2024 18:17
Instead of compiling `solc` itself with CVC4 support, it is now enough
to have `cvc5` executable on PATH when running the compiler.
Instead of using API of CVC4, we now use SMT-LIB2 interface.
That means we write the queries to temporary SMT-LIB2 files and call
the solver process directly to run on the file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant