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

Replace Arrays With Uninterpreted Functions in the SMT encodings #12

Closed
d-xo opened this issue Aug 30, 2022 · 1 comment
Closed

Replace Arrays With Uninterpreted Functions in the SMT encodings #12

d-xo opened this issue Aug 30, 2022 · 1 comment

Comments

@d-xo
Copy link
Collaborator

d-xo commented Aug 30, 2022

We currently use nested and constant arrays which severly limits the solvers we can use (currenlty only Z3). If we instead use UF's with axioms, we can use cvc5, bitwuzla, yices and stp, all of which should be more performant than Z3.

@msooseth
Copy link
Collaborator

I'm closing because (1) we can nowadays use many more SMT solvers and (2) @blishko is working on some form of UF system that may allow us to even have symbolic sized copyslice. I think that issue/PR is a better place to discuss and work on this. Issue: #492

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

No branches or pull requests

2 participants