summaryrefslogtreecommitdiff
path: root/test/regress/regress0/bug421.smt2
blob: 5776d2fc1720a751b213a5368091374a4bda7b13 (plain)
1
2
3
4
5
6
7
8
9
10
11
; COMMAND-LINE: --incremental --abstract-values
; EXPECT: sat
; EXPECT: ((a @1) (b @2))
; EXIT: 10
(set-logic QF_AUFLIA)
(set-option :produce-models true)
(declare-fun a () (Array Int Int))
(declare-fun b () (Array Int Int))
(assert (not (= a b)))
(check-sat)
(get-value (a b))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback