summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fmf/fc-simple.smt2
blob: d1fd2301c67884ad10b6a2f4a505f9f4d1495d18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(set-logic QF_UFC)
(set-info :status unsat)

(declare-sort U 0)

(declare-fun a () U)
(declare-fun c () U)

(assert (fmf.card c 2))
(assert (not (fmf.card a 4)))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback