summaryrefslogtreecommitdiff
path: root/test/regress/regress0/sets/card3-ground.smt2
blob: 7b42b8a8af505cafea0e721a810d12ff8a59ff94 (plain)
1
2
3
4
5
6
(set-logic ALL)
(set-info :status sat)
(declare-fun S () (Set Int))
(assert (>= (card S) 3))
(assert (not (member 1 S)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback