Skip to content

Commit

Permalink
Update bitwuzla command-line parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Nov 29, 2023
1 parent 4dbe653 commit 5913478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Data/SBV/Provers/Bitwuzla.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bitwuzla = SMTSolver {
name = Bitwuzla
, executable = "bitwuzla"
, preprocess = id
, options = const ["--smt2", "-m", "--output-format=smt2", "--no-exit-codes", "--incremental"]
, options = const ["--produce-models"]
, engine = standardEngine "SBV_BITWUZLA" "SBV_BITWUZLA_OPTIONS"
, capabilities = SolverCapabilities {
supportsQuantifiers = False
Expand Down
2 changes: 1 addition & 1 deletion SMTSolverVersions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ report any issues you might see with newer releases.
* Version 3.2.2
* Bitwuzla:
* https://bitwuzla.github.io
* Version 1.0-prerelease
* Version 0.2.0-dev, downloaded Nov 29, 2023
* CVC4:
* https://github.com/CVC4/CVC4
* Version installed via `brew tap cvc4/cvc4; brew rm cvc4; brew install cvc4/cvc4/cvc4 --HEAD`
Expand Down

0 comments on commit 5913478

Please sign in to comment.