summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bv/core/equality-04.smt
blob: 78adf047779ea8da3d4c9a87cc7280203ca9246c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(benchmark eq_diamond10
:status unsat
:logic QF_BV
:extrafuns ((x0 BitVec[32]) (y0 BitVec[32]) (z0 BitVec[32])
(x1 BitVec[32]) (y1 BitVec[32]) (z1 BitVec[32])
(x2 BitVec[32]) (y2 BitVec[32]) (z2 BitVec[32])
(x3 BitVec[32]) (y3 BitVec[32]) (z3 BitVec[32])
(x4 BitVec[32]) (y4 BitVec[32]) (z4 BitVec[32])
(x5 BitVec[32]) (y5 BitVec[32]) (z5 BitVec[32])
(x6 BitVec[32]) (y6 BitVec[32]) (z6 BitVec[32])
(x7 BitVec[32]) (y7 BitVec[32]) (z7 BitVec[32])
(x8 BitVec[32]) (y8 BitVec[32]) (z8 BitVec[32])
(x9 BitVec[32]) (y9 BitVec[32]) (z9 BitVec[32])
)
:formula (and 
(or (and (= x0 y0) (= y0 x1)) (and (= x0 z0) (= z0 x1)))
(or (and (= x1 y1) (= y1 x2)) (and (= x1 z1) (= z1 x2)))
(or (and (= x2 y2) (= y2 x3)) (and (= x2 z2) (= z2 x3)))
(or (and (= x3 y3) (= y3 x4)) (and (= x3 z3) (= z3 x4)))
(or (and (= x4 y4) (= y4 x5)) (and (= x4 z4) (= z4 x5)))
(or (and (= x5 y5) (= y5 x6)) (and (= x5 z5) (= z5 x6)))
(or (and (= x6 y6) (= y6 x7)) (and (= x6 z6) (= z6 x7)))
(or (and (= x7 y7) (= y7 x8)) (and (= x7 z7) (= z7 x8)))
(or (and (= x8 y8) (= y8 x9)) (and (= x8 z8) (= z8 x9)))
(not (= x0 x9))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback