<div class="csl-bib-body">
<div class="csl-entry">Chiari, M., Geatti, L., Gigante, N., & Pradella, M. (2024). SMT-Based Symbolic Model-Checking for Operator Precedence Languages. In <i>Computer Aided Verification</i> (pp. 387–408). Springer, Cham. https://doi.org/10.1007/978-3-031-65627-9_19</div>
</div>
-
dc.identifier.uri
http://hdl.handle.net/20.500.12708/200165
-
dc.description.abstract
Operator Precedence Languages (OPL) have been recently identified as a suitable formalism for model checking recursive procedural programs, thanks to their ability of modeling the program stack. OPL requirements can be expressed in the Precedence Oriented Temporal Logic (POTL), which features modalities to reason on the natural matching between function calls and returns, exceptions, and other advanced programming constructs that previous approaches, such as Visibly Pushdown Languages, cannot model effectively. Existing approaches for model checking of POTL have been designed following the explicit-state, automata-based approach, a feature that severely limits their scalability. In this paper, we give the first symbolic, SMT-based approach for model checking POTL properties. While previous approaches construct the automaton for both the POTL formula and the model of the program, we encode them into a (sequence of) SMT formulas. The search of a trace of the model witnessing a violation of the formula is then carried out by an SMT-solver, in a Bounded Model Checking fashion. We carried out an experimental evaluation, which shows the effectiveness of the proposed solution.
en
dc.language.iso
en
-
dc.relation.ispartofseries
Lecture Notes in Computer Science
-
dc.rights.uri
http://creativecommons.org/licenses/by/4.0/
-
dc.subject
Operator Precedence Languages
en
dc.subject
SMT-based Model Checking
en
dc.subject
Temporal Logic
en
dc.subject
Tree-shaped Tableau
en
dc.title
SMT-Based Symbolic Model-Checking for Operator Precedence Languages