summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/issue5740-2-mod00.smt2
blob: 01930da6d7996c41c0df533074fa2a6a6c0de9c7 (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --ext-rewrite-quant --sygus-inst --no-check-models
; EXPECT: sat
(set-logic ALL)
(set-info :status sat)
(declare-fun c (Int) Bool)
(define-fun d ((e Int)) Bool (forall ((a Int) (b Int)) (! true :pattern ((c a) (c b)))))
(assert (exists ((e Int)) (distinct (d e) (= (ite (= e 0) (mod 0 e) 0) 0))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback