summaryrefslogtreecommitdiff
path: root/test/regress/regress1/proofs/qgu-fuzz-arrays-1-dd-te-auto.smt2
blob: b55fb3d49a2322f801c4da2faf6457d9d7a5b6b3 (plain)
1
2
3
4
5
6
7
(set-logic ALL)
(set-info :status unsat)
(declare-const x Int)
(declare-fun b () (Array Int Int))
(declare-fun y () Int)
(assert (and (= b (store b x y)) (= b (store b y y)) (= y (ite (> y 0) 0 y)) (= (store b 0 0) (store (store b y 1) 1 1))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback