summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/int-real-univ-unsat.smt2
blob: 3267dcccf63dbaedbbfd615dd6c8cb1c654685c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; COMMAND-LINE: --sets-ext
; EXPECT: sat
(set-logic ALL)
(set-info :status sat)

(declare-fun a () (Set Real))

(declare-fun x () Real)

(assert (= (as set.universe (Set Real)) (as set.universe (Set Real))))

(assert (set.member x a))

(assert (and (<= 5.5 x) (< x 5.8)))

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