English

Targeting Completeness: Automated Complexity Analysis of Integer Programs

Logic in Computer Science 2025-08-13 v2

Abstract

There exist several approaches to infer runtime or resource bounds for integer programs automatically. In this paper, we study the subclass of periodic rational solvable loops (prs-loops), where questions regarding the runtime and the size of variable values are decidable and where we can therefore obtain techniques that are complete for such subclasses. We show how to use these results for the complexity analysis of arbitrary general integer programs. To this end, we present a modular approach which computes local runtime and size bounds for subprograms which correspond to prs-loops. These local bounds are then lifted to global runtime and size bounds for the whole integer program. Furthermore, we introduce several techniques to transform larger programs into prs-loops to increase the scope of the approach. The power of the procedure is shown by our implementation in the complexity analysis tool KoAT.

Keywords

Cite

@article{arxiv.2412.01832,
  title  = {Targeting Completeness: Automated Complexity Analysis of Integer Programs},
  author = {Nils Lommen and Éléanore Meyer and Jürgen Giesl},
  journal= {arXiv preprint arXiv:2412.01832},
  year   = {2025}
}

Comments

Journal version of IJCAR'22 (arXiv:2205.08869) and FroCoS'23 (arXiv:2307.06921) papers