summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/bv_to_int1.smt2
diff options
context:
space:
mode:
authoryoni206 <yoni206@users.noreply.github.com>2020-10-13 23:28:36 -0700
committerGitHub <noreply@github.com>2020-10-13 23:28:36 -0700
commit1cecdb3b4d8be47d446be5d33cc4d3063061d2b3 (patch)
tree11416528c4ba2132b756d4a7b39ce99387a37a79 /test/regress/regress0/bv/bv_to_int1.smt2
parent0ddae476216452696dbb809173afc2fb440a7c57 (diff)
bv2int: rewritings and unsat cores (#5263)
This commit fixes several issues with bv-to-int preprocessing pass, mostly raised by @ajreynol: 1. make sure to rewrite the processed node before and after processing it 2. use the new `mkAnd` function 3. remove `--no-check-unsat-cores` from tests whenever possible 4. add new tests from #5230 . These tests now pass, and so this PR closes #5230 if merged. This also makes #5253 redundant. 5. remove an unused test
Diffstat (limited to 'test/regress/regress0/bv/bv_to_int1.smt2')
-rw-r--r--test/regress/regress0/bv/bv_to_int1.smt28
1 files changed, 4 insertions, 4 deletions
diff --git a/test/regress/regress0/bv/bv_to_int1.smt2 b/test/regress/regress0/bv/bv_to_int1.smt2
index 9111ac25c..8410d04b9 100644
--- a/test/regress/regress0/bv/bv_to_int1.smt2
+++ b/test/regress/regress0/bv/bv_to_int1.smt2
@@ -1,7 +1,7 @@
-; COMMAND-LINE: --solve-bv-as-int=sum --bvand-integer-granularity=1 --no-check-unsat-cores
-; COMMAND-LINE: --solve-bv-as-int=sum --bvand-integer-granularity=2 --no-check-unsat-cores
-; COMMAND-LINE: --solve-bv-as-int=sum --bvand-integer-granularity=3 --no-check-unsat-cores
-; COMMAND-LINE: --solve-bv-as-int=sum --bvand-integer-granularity=4 --no-check-unsat-cores
+; COMMAND-LINE: --solve-bv-as-int=sum --bvand-integer-granularity=1
+; COMMAND-LINE: --solve-bv-as-int=sum --bvand-integer-granularity=2
+; COMMAND-LINE: --solve-bv-as-int=sum --bvand-integer-granularity=3
+; COMMAND-LINE: --solve-bv-as-int=sum --bvand-integer-granularity=4
; EXPECT: unsat
(set-logic QF_BV)
(declare-fun x () (_ BitVec 4))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback