summaryrefslogtreecommitdiff
path: root/test/regress/regress0/chained-equality.smt2
blob: fb3a25b945818fd13917f134630ab46627e42bf4 (plain)
1
2
3
4
5
6
7
8
9
10
(set-option :produce-models true)
(set-info :status unsat)
(set-logic QF_UF)
(declare-fun x () Bool)
(declare-fun y () Bool)
(declare-fun z () Bool)
(assert (= x y z))
(assert (not x))
(assert z)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback