Proceedings paper

Title:
Infinite-State Liveness-to-Safety via Implicit Abstraction and Well-Founded Relations
Authors:
J. Daniel, A. Cimatti, A. Griggio, S. Tonetta, S. Mover
Publication:
CAV'16
DOI:
Year:
2016
ISBN:
978-3-319-41528-4
Link:

Abstract:
We present a fully-symbolic LTL model checking approach for infinite-state transition systems. We extend liveness-to-safety, a prominent approach in the finite-state case, by means of implicit abstraction, to effectively prove the absence of abstract fair loops without explicitly constructing the abstract state space. We increase the effectiveness of the approach by integrating termination techniques based on well-founded relations derived from ranking functions. The idea is to prove that any existing abstract fair loop is covered by a given set of well-founded relations. Within this framework, 𝑘kk-liveness is integrated as a generic ranking function. The algorithm iterates by attempting to remove spurious abstract fair loops: either it finds new predicates, to avoid spurious abstract prefixes, or it introduces new well-founded relations, based on the analysis of the abstract lasso. The implementation fully leverages the efficiency and incrementality of the underlying safety checker IC3ia. The proposed approach outperforms other temporal checkers on a wide class of benchmarks.

BibTeX:
@inproceedings{daniel_infinitestate_2016,
    title = {{Infinite-State Liveness-to-Safety via Implicit Abstraction and Well-Founded Relations}},
    author = {Daniel, Jakub and Cimatti, Alessandro and Griggio, Alberto and Tonetta, Stefano and Mover, Sergio},
    year = {2016},
    booktitle = {{CAV'16}},
    editor = {Chaudhuri, Swarat and Farzan, Azadeh},
    publisher = {Springer International Publishing},
    series = {{Lecture Notes in Computer Science}},
    doi = {10.1007/978-3-319-41528-4_15},
    isbn = {978-3-319-41528-4},
    pages = {271--291},
    url = {https://link.springer.com/chapter/10.1007\%2F978-3-319-41528-4_15},
}