summaryrefslogtreecommitdiff
path: root/test/regress
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2021-06-11 08:54:32 -0500
committerGitHub <noreply@github.com>2021-06-11 08:54:32 -0500
commit18aef1113bbdb5ce8e007d115f032e425ad10797 (patch)
treeeb5c01e6f7f7d48c4418db17de353eedaea4f412 /test/regress
parent5fb5d6030aa031d5f63676ec29ffa8e158fa5c6a (diff)
Remove support for lazy BV extended function reductions and inferences (#6728)
solve-int-as-bv is now the preferred method for solving these benchmarks. Adds solve-int-as-bv to a regression that became slow in my previous commit.
Diffstat (limited to 'test/regress')
-rw-r--r--test/regress/regress1/bv/bv2nat-simp-range-sat.smt22
1 files changed, 2 insertions, 0 deletions
diff --git a/test/regress/regress1/bv/bv2nat-simp-range-sat.smt2 b/test/regress/regress1/bv/bv2nat-simp-range-sat.smt2
index 9da8d4ca8..66b286da1 100644
--- a/test/regress/regress1/bv/bv2nat-simp-range-sat.smt2
+++ b/test/regress/regress1/bv/bv2nat-simp-range-sat.smt2
@@ -1,3 +1,5 @@
+; COMMAND-LINE: --solve-bv-as-int=sum
+; EXPECT: sat
(set-logic ALL)
(set-info :status sat)
(declare-fun t () (_ BitVec 16))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback