summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/div-chainable.smt2
blob: 9ddc80e988fbb599801e9b1f6e80916a98b3f64c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; COMMAND-LINE: --rewrite-divk
; EXPECT: sat
(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