summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fmf/fc-unsat-tot-2.smt2
blob: 404b3abeaaa134344f9004161a6dc0a13136a48e (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 U 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