summaryrefslogtreecommitdiff
path: root/test/regress/regress0/decision/quant-ex1.disable_miniscope.smt2
blob: 20230a6fa79ca11d641d1d16b02a066aeac7f497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(set-logic AUFLIRA)
(set-info :smt-lib-version 2.0)
(set-info :category "industrial")
(set-info :status sat)
(declare-sort U 0)
(declare-fun a () U)
(declare-fun b () U)
(declare-fun f (U) U)
(declare-fun p () Bool)
(assert (and (= a b) (forall ((x U)) (=> (and (= (f x) a) (not (= (f x) b))) p))))
(check-sat)
(get-info :reason-unknown)
(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback