summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arr2.smtv1.smt2
blob: 0cd01a0b8f5c03f0cd880e5411c0361fc966c640 (plain)
1
2
3
4
5
6
7
8
9
10
(set-option :incremental false)
(set-info :status unsat)
(set-logic QF_AUF)
(declare-sort Index 0)
(declare-sort Element 0)
(declare-fun a () (Array Index Element))
(declare-fun i1 () Index)
(declare-fun i2 () Index)
(declare-fun i3 () Index)
(check-sat-assuming ( (not (=> (and (= i1 i2) (= i2 i3)) (= (select a i1) (select a i3)))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback