summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/mod-simp.smt2
blob: 57ccd465213fe0c3f76b5e756938e50104a0a076 (plain)
1
2
3
4
5
6
7
8
(set-logic QF_NIA)
(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