summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/issue6638-sygus-inst.smt2
blob: b7cc50885757b6ec82a40ad5405ec9c19b9eecdc (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --sygus-inst --no-check-models
; EXPECT: sat
(set-logic ALL)
(declare-fun b (Int) Int)
(assert (distinct 0 (ite (exists ((t Int)) (and (forall ((tt Int) (t Int)) (! (or (distinct 0 tt) (> 0 (+ tt t)) (> (+ tt t) 0) (= (b 0) (b t))) :qid k!7)))) 1 (b 0))))
(check-sat)

; check-models disabled due to intermediate terms from sygus-inst
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback