summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/insert.smt2
blob: b4936a32b94f59c5137cca066c696cda46c850dd (plain)
1
2
3
4
5
6
7
(set-option :produce-models true)
(set-logic QF_UFLIAFS)
(set-info :status sat)
(declare-fun X () (Set Int))
(assert (= X (insert 1 2 (singleton 3))))
(check-sat)
;(get-model)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback