summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/error1.smt2
blob: 193d6d1cf9a4d13746070c5c7590986bd544cd33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; EXPECT: sat
(set-logic QF_UFLIAFS)
(set-info :status sat)
(declare-fun A () (Set Int))
(declare-fun C () (Set Int))
(declare-fun D () (Set Int))
(declare-fun E () (Set Int))
(set-info :status sat)

(assert (= A (set.union D C)))
(assert (not (= A (set.union E A))))

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