summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/complement.cvc.smt2
blob: e86dcf107b304899ea6679288f0a43546f6b4074 (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: sat
(set-option :incremental false)
(set-option :sets-ext true)
(set-logic ALL)
(declare-sort Atom 0)
(declare-fun a () (Set (Tuple Atom)))
(declare-fun b () (Set (Tuple Atom)))
(assert (= a (complement b)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback