summaryrefslogtreecommitdiff
path: root/test/regress/regress1/sets/is_singleton1.smt2
blob: 01b633d8ea3b03aafea4f825b44921577ee8267e (plain)
1
2
3
4
5
6
7
8
9
(set-logic ALL_SUPPORTED)
(set-info :status sat)
(declare-fun S () (Set Int))
(declare-fun x () Int)
(assert (= (choose (singleton x)) 5))
(assert (= (singleton x) S))
(assert (is_singleton S))
(assert (is_singleton (singleton 3)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback