summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uf/euf_simp01.smt
blob: c121ae82e13ed52d9d56a8ea1a09812f6685c671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

(benchmark euf_simp1.smt
:status sat
:logic QF_UF
:category { crafted }

:extrafuns ((x U))
:extrafuns ((y U))
:extrafuns ((z U))
:extrafuns ((f U U))
:extrafuns ((g U U))
:extrafuns ((H U U U))
:extrafuns ((J U U U))



:formula
(and
 (= (f x) (f z))
 (= (g y) (g z))
 (or (not (= x z)) (not (= y z)))
 )
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback