summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/div-chainable.smt2
blob: 90aca07c3a9a2ccb9264538949191f3202bb16c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; COMMAND-LINE: -q
; EXPECT: sat
(set-logic QF_NIA)
(set-info :status sat)

(declare-fun x () Int)

(assert (= (div 4 2 1) 2))

(assert (= (div x 2 1) 2))

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