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