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

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

(declare-fun x () Real)

(assert (= (as univset (Set Real)) (as univset (Set Int))))

(assert (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