Reachability Analysis for Multiloop Programs Using Transition Power Abstraction

TitleReachability Analysis for Multiloop Programs Using Transition Power Abstraction
Publication TypeConference Paper
Year of Publication2024
AuthorsBritikov, Konstantin, Blicha Martin, Sharygina Natasha, and Fedyukovich Grigory
Conference NameFM 24
Date Published09/2024
Abstract

A wide variety of algorithms is employed for the reachability analysis of programs with loops but most of them are restricted to single loop programs. Recently a new technique called Transition Power Abstraction (TPA) showed promising results for safety checks of software. In contrast to many other techniques TPA efficiently handles loops with a large number of iterations.
This paper introduces an algorithm that enables the effective use of TPA for analysis of multiloop programs. The TPA-enabled loop analysis reduces the dependency on the number of possible iterations. Our approach analyses loops in a modular manner and both computes and uses transition invariants incrementally, making program analysis efficient. The new algorithm is implemented in the Golem solver. Conducted experiments demonstrate that this approach outperforms the previous implementation of TPA and other competing tools on a wide range of multiloop benchmarks.