summaryrefslogtreecommitdiff
path: root/test/regress/regress1/decision/wishue149-2.smt2
blob: 6095a4940330fba90d5c3ecd397a4aa488b8d21f (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --decision=justification
; EXPECT: sat
(set-logic AUFLIA)
(declare-const v4 Bool)
(declare-const v6 Bool)
(declare-const arr0 (Array Bool Int))
(declare-const arr1 (Array Bool (Array Bool Int)))
(assert (= (store arr1 v6 (store arr0 true 0)) (store arr1 true (store (store (store arr0 true 0) v4 0) true 96)) arr1 arr1))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback