summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uf/NEQ016_size5_reduced2b.smtv1.smt2
blob: 5a475da89dcaf33769af17b64ca0f09078a2b44a (plain)
1
2
3
4
5
6
7
8
9
(set-option :incremental false)
(set-info :status unsat)
(set-logic QF_UF)
(declare-sort U 0)
(declare-fun p4 (U) Bool)
(declare-fun c_4 () U)
(declare-fun c7 () U)
(declare-fun c_0 () U)
(check-sat-assuming ( (and (not (p4 c_0)) (p4 c7) (= c_0 c7)) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback