summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/mod.01.smt2
blob: c83954628f89d968820896e4de6356e13291a01f (plain)
1
2
3
4
5
6
7
8
9
10
11
; EXPECT: sat
(set-logic QF_NIA)
(set-info :smt-lib-version 2.6)
(set-info :status sat)
(declare-fun n () Int)
(declare-fun x () Int)

(assert (>= n 1))
(assert (< (mod x n) n))

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