summaryrefslogtreecommitdiff
path: root/test/regress/regress0/fmf/cruanes-no-minimal-unk.smt2
blob: f38a3ce41d33c83415aad490e6a48febcbb364ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; COMMAND-LINE: --finite-model-find --uf-ss=no-minimal
; EXPECT: unknown
(set-logic UFC)
; generated by Nunchaku
(declare-sort i_ 0)
(declare-fun __nun_card_witness_0_ () i_)
(assert (fmf.card __nun_card_witness_0_ 2))
(declare-fun i2_ () i_)
(declare-fun i1_ () i_)
(declare-fun i3_ () i_)
(assert (and (not (= i2_ i3_)) (not (= i1_ i2_)) (not (= i1_ i3_))))
(check-sat)

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback