summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/mod-simp.smt2
blob: 7294cd8638d92bdc9527fc5a60be951918bf18e0 (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: --rewrite-divk
; EXPECT: unsat
(set-logic QF_LIA)
(set-info :status unsat)

(declare-fun x () Int)

(assert (not (= (mod (* 3 x) 10) (mod (* 3 (+ x 10)) 10))))

(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback