English

Accelerating Loops with Arrays

Logic in Computer Science 2026-05-20 v1

Abstract

We propose a novel acceleration technique for loops operating on arrays. The goal of acceleration is to characterize the transitive closure of loops in a logic which is suitable for automated reasoning. Using the new notion of inductive lvalues, our technique can handle loops where previous techniques fail, and it unifies acceleration for arrays and scalar variables by regarding scalars as arrays of dimension 0. Moreover, our approach uses {\lambda}s instead of quantifiers. Then the resulting SMT problems can be solved via lemmas on demand. An empirical evaluation of our implementation in the tool LoAT shows the power of our approach.

Keywords

Cite

@article{arxiv.2605.19499,
  title  = {Accelerating Loops with Arrays},
  author = {Florian Frohn and Jürgen Giesl},
  journal= {arXiv preprint arXiv:2605.19499},
  year   = {2026}
}