summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/sets-extr.smt2
blob: c497ff1890b62e94bdc712cfb6159f0781a9583d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; COMMAND-LINE: --ext-rew-prep --ext-rew-prep-agg
; EXPECT: sat
(set-logic ALL)
(declare-sort Atom 0)

(declare-fun a () Atom)
(declare-fun b () Atom)
(declare-fun c () Atom)
(declare-fun S () (Set Atom))


(assert (= S (union (singleton a) (union (singleton c) (singleton b)))))

(check-sat)

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback