Publication Details

A Symbolic Algorithm for the Case-Split Rule in String Constraint Solving

HAVLENA Vojtěch, CHEN Yu-Fang, LENGÁL Ondřej and TURRINI Andrea. A Symbolic Algorithm for the Case-Split Rule in String Constraint Solving. In: Proceedings of APLAS'20. Heidelberg: Springer Verlag, 2020, pp. 343-363. ISSN 0302-9743.
Czech title
Symbolický algoritmus pro pravidlo "Case-Split" při řešení omezení nad řetězci
Type
conference paper
Language
english
Authors
Havlena Vojtěch, Ing., Ph.D. (DITS FIT BUT)
Chen Yu-Fang (ASIN)
Lengál Ondřej, Ing., Ph.D. (DITS FIT BUT)
Turrini Andrea (Chinese Academy of Sciences)
Keywords

string solving
regular model checking
Nielsen transformation
symbolic encoding

Abstract

Case split is a core proof rule in current decision procedures for the theory of string constraints. Its use is the primary cause of the state space explosion in string constraint solving, since it is the only rule that creates branches in the proof tree. Moreover, explicit handling of the case split rule may cause recomputation of the same tasks in multiple branches of the proof tree. In this paper, we propose a symbolic algorithm that significantly reduces such a redundancy. In particular, we encode a string constraint as a regular language and proof rules as rational transducers. This allows to perform similar steps in the proof tree only once, alleviating the state space explosion. In our preliminary experimental results, we validated that our technique (implemented in a Python prototype) works in many practical cases where other state-of-the-art solvers, such as CVC4 or Z3 fail to provide an answer.

Published
2020
Pages
343-363
Journal
Lecture Notes in Computer Science, no. 12470, ISSN 0302-9743
Proceedings
Proceedings of APLAS'20
Conference
18th Asian Symposium on Programming Languages and Systems -- APLAS'20, Fukuoka City, JP
Publisher
Springer Verlag
Place
Heidelberg, DE
DOI
EID Scopus
BibTeX
@INPROCEEDINGS{FITPUB12347,
   author = "Vojt\v{e}ch Havlena and Yu-Fang Chen and Ond\v{r}ej Leng\'{a}l and Andrea Turrini",
   title = "A Symbolic Algorithm for the Case-Split Rule in String Constraint Solving",
   pages = "343--363",
   booktitle = "Proceedings of APLAS'20",
   journal = "Lecture Notes in Computer Science",
   number = 12470,
   year = 2020,
   location = "Heidelberg, DE",
   publisher = "Springer Verlag",
   ISSN = "0302-9743",
   doi = "10.1007/978-3-030-64437-6\_18",
   language = "english",
   url = "https://www.fit.vut.cz/research/publication/12347"
}
Back to top