Abstract
We present CGAAL, our efficient on-the-fly model checker for alternating-time temporal logic (ATL) on concurrent game structures (CGS). We present how our tool encodes ATL as extended dependency graphs with negation edges, and employs the distributed on-the-fly algorithm by Dalsgaard et al. Our tool offers multiple novel search strategies for the algorithm, including DHS which is inspired by PageRank and uses the in-degree of configurations as an heuristic, IHS which estimates instability of assignment values, and LPS which estimates the distance to a state satisfying the constituent property using linear programming. CGS are input using our modeling language LCGS, where composition and synchronisation are easily described. We prove the correctness of our encoding, and our experiments show that our tool CGAAL is often one to three orders of magnitude faster than the popular tool PRISM-games on case-studies from PRISM’s documentation and among case-studies we have developed. In our evaluation we also compare and evaluate our search strategies, and find that our custom search strategies are often significantly faster than the usual breadth-first and depth-first search strategies.
Originalsprog | Engelsk |
---|---|
Titel | Proceedings af the Fourteenth International Symposium on Games, Automata, Logics, and Formal Verification (GandALF 2023) |
Antal sider | 16 |
Vol/bind | 390 |
Udgivelsessted | Italien |
Forlag | Open Publishing Association |
Publikationsdato | 30 sep. 2023 |
Sider | 99-114 |
Kapitel | 7 |
DOI | |
Status | Udgivet - 30 sep. 2023 |
Begivenhed | Fourteenth International Symposium on Games, Automata, Logics, and Formal Verification - Università degli Studi di Udine, Palazzo Antonini-Cernazai, Udine, Italien Varighed: 18 sep. 2023 → 20 sep. 2023 Konferencens nummer: 14 https://gandalf23.uniud.it/ |
Konference
Konference | Fourteenth International Symposium on Games, Automata, Logics, and Formal Verification |
---|---|
Nummer | 14 |
Lokation | Università degli Studi di Udine, Palazzo Antonini-Cernazai |
Land/Område | Italien |
By | Udine |
Periode | 18/09/2023 → 20/09/2023 |
Internetadresse |
Navn | Electronic Proceedings in Theoretical Computer Science |
---|---|
ISSN | 2075-2180 |
Bibliografisk note
Asger Geel Weirsøe is a former student of Aalborg UniversityEmneord
- ATL logic
- dependency graphs
- on-the-fly
- heuristics
- distributed algorithm