summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arr1.smtv1.smt2
blob: db9714cebf55cb9d21299378d3e23c7d599c212b (plain)
1
2
3
4
5
6
7
8
9
(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)
(check-sat-assuming ( (not (=> (= i1 i2) (= (select a i1) (select a i2)))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback