Skip to content

Commit

Permalink
Cut down the features to just BV
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Sep 11, 2023
1 parent 4851d5d commit 3380a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rosette/solver/smt/bitwuzla.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#:methods gen:solver
[
(define (solver-features self)
'(qf_bv qf_uf))
'(qf_bv))

(define (solver-options self)
(base/solver-options self))
Expand Down
2 changes: 1 addition & 1 deletion rosette/solver/smt/cvc5.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#:methods gen:solver
[
(define (solver-features self)
'(qf_bv qf_uf qf_lia qf_nia qf_lra qf_nra quantifiers int2bv))
'(qf_bv))

(define (solver-options self)
(base/solver-options self))
Expand Down

0 comments on commit 3380a00

Please sign in to comment.