summaryrefslogtreecommitdiff
path: root/test/regress/regress0/ho/ext-sat-partial-eval.smt2
blob: cc63c52eaaf1af072f98ce194e02c68cf1d3ff0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; EXPECT: sat
(set-logic HO_UF)
(set-info :status sat)
(declare-sort U 0)
(declare-fun f (U U) U)
(declare-fun g (U) U)
(declare-fun h (U) U)
(declare-fun i (U) U)
(declare-fun a () U)
(declare-fun b () U)
(declare-fun c () U)
(assert (distinct (f a) g h))
(assert (= i (f a)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback