Reachability Analysis Using Constrained Polynomial Logical Zonotopes
Ahmad Hafez, Frank J. Jiang, Karl H. Johansson, Amr Alanwar
TL;DR
This work tackles reachability analysis for logical (Boolean) systems by introducing constrained polynomial logical zonotopes (CPLZ), which extend polynomial logical zonotopes with constraint structure to enable exact intersections without sacrificing efficiency. The framework defines comprehensive CPLZ set operations, including Minkowski and exact logical operations (XOR, AND, NOT, NAND, etc.), and proves exact intersection capabilities alongside computational complexity bounds. Through case studies, CPLZ demonstrate exact reachability in high-dimensional Boolean functions and outperform overapproximate methods and BDD-based approaches in scalability and precision. The proposed approach provides a practical, reproducible toolkit for robust formal verification of logical systems, with demonstrated improvements in accuracy of intersections and reachability sets.
Abstract
In this paper, we propose reachability analysis using constrained polynomial logical zonotopes. We perform reachability analysis to compute the set of states that could be reached. To do this, we utilize a recently introduced set representation called polynomial logical zonotopes for performing computationally efficient and exact reachability analysis on logical systems. Notably, polynomial logical zonotopes address the "curse of dimensionality" when analyzing the reachability of logical systems since the set representation can represent $2^h$ binary vectors using $h$ generators. After finishing the reachability analysis, the formal verification involves verifying whether the intersection of the calculated reachable set and the unsafe set is empty or not. Polynomial logical zonotopes lack closure under intersections, prompting the formulation of constrained polynomial logical zonotopes, which preserve the computational efficiency and exactness of polynomial logical zonotopes for reachability analysis while enabling exact intersections. Additionally, an extensive empirical study is presented to demonstrate and validate the advantages of constrained polynomial logical zonotopes.
