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 a solver adapter for bitwuzla #124

Merged
merged 2 commits into from
Jan 12, 2024
Merged

Add a solver adapter for bitwuzla #124

merged 2 commits into from
Jan 12, 2024

Conversation

travitch
Copy link
Contributor

Bitwuzla is a relatively new SMT solver with support for the bitvector, floating
point, array, and uninterpreted function theories.

@RyanGlScott
Copy link
Contributor

SBV now also supports Bitwuzla as of 8.17: https://hackage.haskell.org/package/sbv-8.17/changelog

@robdockins
Copy link
Contributor

@travitch, any reason not to just merge this? Obviously, it's better to have testing set up, but I'm not sure leaving this unmerged is better.

@travitch
Copy link
Contributor Author

Sorry - it isn't actually working yet. Either some quirks required or... something. I remember getting some syntax errors from it

@robdockins
Copy link
Contributor

OK, answers that question. I'll leave it alone for now.

RyanGlScott added a commit to GaloisInc/flakes that referenced this pull request Jan 24, 2022
Nixpkgs currently contains bitwuzla-unstable-2021-07-01, so add it here. This
will likely be useful for things like GaloisInc/what4#124.
Bitwuzla is a relatively new SMT solver with support for the bitvector,
floating point, array, and uninterpreted function theories. This patch adds the
necessary plumbing to invoke Bitwuzla using What4.

Co-authored-by: Ryan Scott <[email protected]>
This was removed from the `flakes` repo in GaloisInc/flakes#7. The rationale is
that odd Yices version numbers are development versions, and we only want to
test release versions. `what4`'s CI was testing 2.6.1 (a development version),
so let's just remove it.
@RyanGlScott RyanGlScott marked this pull request as ready for review January 10, 2024 18:56
@RyanGlScott RyanGlScott requested a review from kquick January 12, 2024 13:01
@RyanGlScott RyanGlScott merged commit 6f9915b into master Jan 12, 2024
26 checks passed
@RyanGlScott RyanGlScott deleted the tr/bitwuzla-adapter branch January 12, 2024 20:35
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.

4 participants