summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/core/slice-18.smt
blob: 7a97e7447e1f49a45fa6bcbf307112b4fdfd05be (plain)
1
2
3
4
5
6
7
8
9
10
11
(benchmark slice
  :status unsat
  :logic QF_BV
  :extrafuns ((x BitVec[16]))
  :extrafuns ((y BitVec[12]))
  :assumption (= (extract[0:0] x) bv1[1])
  :assumption (= y (extract[11:0] x))
  :assumption (= y (extract[15:4] x))
  :assumption (= (extract[3:1] y) (extract[2:0] y))
  :formula (not (= x bv65535[16]))
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback