summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/insert.smt2
blob: 3a7b18179e150a2d9a0c29858abac00b805c904f (plain)
1
2
3
4
5
6
7
(set-option :produce-models true)
(set-logic QF_UFLIA_SETS)
(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