summaryrefslogtreecommitdiff
path: root/test/regress/regress1/arith/mod.02.smt2
blob: 770de4c4514165e660089bab79855324eadef1c1 (plain)
1
2
3
4
5
6
7
8
9
10
; EXPECT: unsat
(set-logic QF_NIA)
(set-info :smt-lib-version 2.6)
(set-info :status unsat)
(declare-fun n () Int)

(assert (distinct n 0))
(assert (> (mod n n) 0))

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