summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/core/slice-17.smt
blob: 5894446347df474a97e457e243c6a0602393198b (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 (= y (extract[11:0] x))
  :assumption (= y (extract[15:4] x))
  :assumption (= (extract[3:1] y) (extract[2:0] y))
  :assumption (= (extract[0:0] x) bv1[1])
  :formula (not (= x bv65535[16]))
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback