summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/core/equality-01.smt
blob: 48506d2b969907cf7016b9d228adb0d96ef73e2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(benchmark B_
  :status unsat
  :logic QF_BV
  :extrafuns ((x BitVec[32]))
  :extrafuns ((y BitVec[32]))
  :extrafuns ((z BitVec[32]))
  :extrafuns ((w BitVec[32]))
  :assumption (= x y)
  :assumption (= y z)
  :assumption (= z w)
  :formula (not (= x w))
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback