summaryrefslogtreecommitdiff
path: root/test/regress/regress0/eqrange1.smt2
AgeCommit message (Collapse)Author
2020-06-23Add support for eqrange predicate (#4562)Mathias Preiner
This commit adds support for an eqrange predicate. (eqrange a b i j) is true if arrays a and b are equal on all indices within indices i and j, i.e., \forall k . i <= k <= j --> a[k] = b[k]. Requires option --arrays-exp to be enabled.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback