vix.ing · top · new · best · stats · spec

Implementation of the algorithm for testing an automaton for synchronization in linear expected time

2017/09/30 by Ageev, Pavel
#FOS: Computer and information sciences #Formal Languages and Automata Theory (cs.FL)

paper · doi:10.48550/arxiv.1710.00258

Abstract

Berlinkov has suggested an algorithm that, given a deterministic finite automaton A, verifies whether or not A is synchronizing in linear (of the number of states and letters) expected time. We present a modification of Berlinkov's algorithm which we have implemented and tested. Our experiments show that the implementation outperforms the standard quadratic algorithm even for automata of modest size and allow us to give a statistically accurate approximation of the ratio of non-synchronizing automata amongst all automata with a given number of states.

Related