Combining Explicit and Symbolic Approaches for Better On-the-Fly LTL Model Checking
Alexandre Duret-Lutz, Kais Klai, Denis Poitrenaud, Yann, Thierry-Mieg

TL;DR
This paper introduces two hybrid automata-theoretic techniques for LTL model checking that combine explicit and symbolic methods, enabling more efficient on-the-fly verification with improved state space management.
Contribution
The paper proposes two novel hybrid automata products that replace traditional synchronized products, allowing on-the-fly model checking with symbolic state aggregation for LTL properties.
Findings
Both approaches outperform existing methods in experiments.
The Symbolic Observation Product works under a global stuttering assumption.
The Self-Loop Aggregation Product handles full LTL without global stuttering.
Abstract
We present two new hybrid techniques that replace the synchronized product used in the automata-theoretic approach for LTL model checking. The proposed products are explicit graphs of aggregates (symbolic sets of states) that can be interpreted as B\"uchi automata. These hybrid approaches allow on the one hand to use classical emptiness-check algorithms and build the graph on-the-fly, and on the other hand, to have a compact encoding of the state space thanks to the symbolic representation of the aggregates. The Symbolic Observation Product assumes a globally stuttering property (e.g., LTL \ X) to aggregate states. The Self-Loop Aggregation Product} does not require the property to be globally stuttering (i.e., it can tackle full LTL), but dynamically detects and exploits a form of stuttering where possible. Our experiments show that these two variants, while incomparable with each…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFormal Methods in Verification · Software Testing and Debugging Techniques · Model-Driven Software Engineering Techniques
