A Fast Algorithm Finding the Shortest Reset Words
Abstract
In this paper we present a new fast algorithm finding minimal reset words for finite synchronizing automata. The problem is know to be computationally hard, and our algorithm is exponential. Yet, it is faster than the algorithms used so far and it works well in practice. The main idea is to use a bidirectional BFS and radix (Patricia) tries to store and compare resulted subsets. We give both theoretical and practical arguments showing that the branching factor is reduced efficiently. As a practical test we perform an experimental study of the length of the shortest reset word for random automata with states and 2 input letters. We follow Skvorsov and Tipikin, who have performed such a study using a SAT solver and considering automata up to states. With our algorithm we are able to consider much larger sample of automata with up to states. In particular, we obtain a new more precise estimation of the expected length of the shortest reset word .
Cite
@article{arxiv.1203.2822,
title = {A Fast Algorithm Finding the Shortest Reset Words},
author = {Andrzej Kisielewicz and Jakub Kowalski and Marek Szykuła},
journal= {arXiv preprint arXiv:1203.2822},
year = {2014}
}
Comments
COCOON 2013. The final publication is available at http://link.springer.com/chapter/10.1007%2F978-3-642-38768-5_18