summaryrefslogtreecommitdiff
path: root/test/regress/regress0/auflia/a17.smtv1.smt2
blob: b902fe4c96afbc4c37ec3811ac156b2719778e89 (plain)
1
2
3
4
5
6
7
8
9
(set-option :incremental false)
(set-info :status sat)
(set-logic QF_AUFLIA)
(declare-fun a () (Array Int Int))
(declare-fun x1 () Int)
(declare-fun y1 () Int)
(declare-fun z0 () Int)
(declare-fun p ((Array Int Int)) Bool)
(check-sat-assuming ( (let ((_let_0 (store a (+ x1 z0) 1))) (and (>= (select _let_0 x1) 1) (p a) (p _let_0) (p (store _let_0 y1 1)) (>= x1 1) (>= z0 0) (<= z0 0) (<= y1 1) (>= y1 1))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback