summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fmf/fc-unsat-tot-2.smt2
blob: 0d438f71803b74ed6fe3e32f589eca5fc81d8bb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
(set-logic UFC)
(set-info :status unsat)

(declare-sort U 0)

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

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

(assert (forall ((x U)) (or (= x a) (= x b))))

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