summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/div-chainable.smt2
blob: 76bc4095f8b461cd691350a2da846d1da6fad26b (plain)
1
2
3
4
5
6
7
8
9
10
(set-logic QF_LIA)
(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