Add type to uninterpreted constant values (#8891)
[cvc5.git] / test / regress / cli / regress0 / arr2.smtv1.smt2
1 (set-option :incremental false)
2 (set-info :status unsat)
3 (set-logic QF_AUF)
4 (declare-sort Index 0)
5 (declare-sort Element 0)
6 (declare-fun a () (Array Index Element))
7 (declare-fun i1 () Index)
8 (declare-fun i2 () Index)
9 (declare-fun i3 () Index)
10 (check-sat-assuming ( (not (=> (and (= i1 i2) (= i2 i3)) (= (select a i1) (select a i3)))) ))