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