summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/div.02.smt2
blob: 328ed0cc6b93588bc5bf2a7ef3009ac30a166054 (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: sat
(set-logic QF_NIA)
(set-info :smt-lib-version 2.0)
(set-info :status sat)
(declare-fun n () Int)

(assert (distinct (div n n) 1))

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