summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/pre-proc-univ.smt2
blob: 1b4bf8b41cdd77abb0b0c932fb4fe09ce61054f4 (plain)
1
2
3
4
5
6
7
8
9
(set-logic ALL)
(set-info :status unsat)
(declare-fun x () (Set Int))

(assert (= x (union (singleton 0) (singleton 1))))

(assert (not (member 0 (as univset (Set Int)))))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback