summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sets/comp-positive.smt2
blob: af75230b36872baae4140630c3a9bdd1cfa0a09b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; COMMAND-LINE: --sets-ext
; EXPECT: unsat
(set-logic ALL)
(set-info :status unsat)

(declare-fun x () (Set Int))

(assert (subset x (comprehension ((z Int)) (> z 0) z)))

(assert (member 0 x))

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