summaryrefslogtreecommitdiff
path: root/test/regress/regress0/distinct.smtv1.smt2
blob: 87a8dd12a221c94e5ca838df0fd95f8e0f41b934 (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 x () U)
(declare-fun y () U)
(declare-fun z () U)
(check-sat-assuming ( (not (= (distinct x y z) (and (not (= x y)) (not (= x z)) (not (= y z))))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback