summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uf/eq_diamond14.reduced2.smtv1.smt2
blob: 089877052b81e4175daceca3e67d05620f94e1ca (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
26
27
28
29
30
31
32
33
34
35
36
37
38
(set-option :incremental false)
(set-info :status unsat)
(set-logic QF_UF)
(declare-sort U 0)
(declare-sort V 0)
(declare-fun z9 () V)
(declare-fun x10 () V)
(declare-fun x9 () V)
(declare-fun x13 () V)
(declare-fun x0 () V)
(declare-fun z12 () V)
(declare-fun x12 () V)
(declare-fun y12 () V)
(declare-fun z11 () V)
(declare-fun x11 () V)
(declare-fun y11 () V)
(declare-fun z10 () V)
(declare-fun y10 () V)
(declare-fun y8 () V)
(declare-fun x8 () V)
(declare-fun y7 () V)
(declare-fun x7 () V)
(declare-fun z6 () V)
(declare-fun x6 () V)
(declare-fun y6 () V)
(declare-fun z5 () V)
(declare-fun x5 () V)
(declare-fun y5 () V)
(declare-fun y4 () V)
(declare-fun x4 () V)
(declare-fun y3 () V)
(declare-fun x3 () V)
(declare-fun y2 () V)
(declare-fun x2 () V)
(declare-fun y1 () V)
(declare-fun x1 () V)
(declare-fun y0 () V)
(check-sat-assuming ( (and (and (= x0 y0) (= y0 x1)) (and (= x1 y1) (= y1 x2)) (and (= x2 y2) (= y2 x3)) (and (= x3 y3) (= y3 x4)) (and (= x4 y4) (= y4 x5)) (or (and false (= y5 x6)) (and (= x5 z5) (= x6 z5))) (or (and (= x6 y6) (= y6 x7)) (and (= x6 z6) (= x7 z6))) (and (= x7 y7) (= y7 x8)) (and (= x8 y8) (= y8 x9)) (or (and (= x10 y10) (= y10 x11)) (and (= x10 z10) (= x11 z10))) (or (and (= x11 y11) (= y11 x12)) (and (= x11 z11) (= x12 z11))) (or (and (= x12 y12) (= y12 x13)) (and (= x12 z12) (= x13 z12))) (not (= x0 x13)) (or false (and (= x9 z9) (= x10 z9)))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback