summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uf/euf_simp13.smtv1.smt2
blob: 7d673014f530ef1151da7aefd2454cf24d138778 (plain)
1
2
3
4
5
6
7
8
9
10
(set-option :incremental false)
(set-info :status unsat)
(set-info :difficulty "unknown")
(set-info :category "crafted")
(set-logic QF_UF)
(declare-sort U 0)
(declare-sort A 0)
(declare-fun x () A)
(declare-fun f (A) A)
(check-sat-assuming ( (let ((_let_0 (f x))) (let ((_let_1 (= (f _let_0) x))) (let ((_let_2 (f (f _let_0)))) (let ((_let_3 (= _let_2 x))) (let ((_let_4 (f _let_2))) (let ((_let_5 (f _let_4))) (not (=> (or (or (or (and _let_1 _let_3) (and _let_1 (= _let_5 x))) (and _let_3 (= _let_4 _let_2))) (and _let_3 (= _let_5 _let_2))) (= _let_0 x))))))))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback