summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/error1.smt2
blob: bf1822305cd94cc1266b385d0b51b766d8db78a4 (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 (union D C)))
(assert (not (= A (union E A))))

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