summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/pre-proc-univ.smt2
blob: f184ebf9254c2250742b30578c86c92a51e1ba4f (plain)
1
2
3
4
5
6
7
8
9
10
11
; COMMAND-LINE: --sets-ext
; EXPECT: unsat
(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