summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/div.02.smt2
blob: 4706c2a555dbd33391e209e6bfcb0b2a78f4750d (plain)
1
2
3
4
5
6
7
8
9
10
; COMMAND-LINE: -q
; EXPECT: sat
(set-logic QF_NIA)
(set-info :smt-lib-version 2.6)
(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