Publication Details

Simplifying Alternating Automata for Emptiness Testing

HOLÍK Lukáš and VARGOVČÍK Pavol. Simplifying Alternating Automata for Emptiness Testing. In: Programming Languages and Systems - 19th Asian Symposium, APLAS 2021, Chicago, IL, USA, October 17-18, 2021, Proceedings. Cham: Springer International Publishing, 2021, pp. 243-264. ISBN 978-3-030-89051-3. Available from: https://doi.org/10.1007/978-3-030-89051-3_14
Czech title
Zjednodušení alternujících automatů pro testování prázdnosti
Type
conference paper
Language
english
Authors
URL
Keywords

alternating automata, language emptyness, determinisation

Abstract

We propose preprocessing techniques that improve efficiency of testing language emptiness of alternating automata. We target mainly automata that come from practical application such as processing regular expressions, LTL formulae, or string solving. Such automata often have large alphabets and transition relations represented by succinct and complex Boolean formulae that are more or less unrestricted and may even mix symbols with states. Our main contribution are simplification methods that can be seen as originating from a limited form of determinisation. Our transformations simplify the transition formulae and decrease the number of states. We evaluate experimentally that our preprocessing is beneficial when used together with most of the existing algorithms. It generally improves running times and allows to solve examples that could not be solved before within the given timeout.

Published
2021
Pages
243-264
Proceedings
Programming Languages and Systems - 19th Asian Symposium, APLAS 2021, Chicago, IL, USA, October 17-18, 2021, Proceedings
Conference
19th Asian Symposium on Programming Languages and Systems -- APLAS'21, Chicago, US
ISBN
978-3-030-89051-3
Publisher
Springer International Publishing
Place
Cham, DE
DOI
UT WoS
000783821500014
EID Scopus
BibTeX
@INPROCEEDINGS{FITPUB12675,
   author = "Luk\'{a}\v{s} Hol\'{i}k and Pavol Vargov\v{c}\'{i}k",
   title = "Simplifying Alternating Automata for Emptiness Testing",
   pages = "243--264",
   booktitle = "Programming Languages and Systems - 19th Asian Symposium, APLAS 2021, Chicago, IL, USA, October 17-18, 2021, Proceedings",
   year = 2021,
   location = "Cham, DE",
   publisher = "Springer International Publishing",
   ISBN = "978-3-030-89051-3",
   doi = "10.1007/978-3-030-89051-3\_14",
   language = "english",
   url = "https://www.fit.vut.cz/research/publication/12675"
}
Back to top