Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <SynchronizingWordExistence.h>
Static Public Member Functions | |
template<class SymbolType , class StateType > | |
static bool | exists (const automaton::DFA< SymbolType, StateType > &dfa) |
Algorithm determining the existence of a synchronizing word on an automaton.
|
static |
Checks whether the given DFA has a synchronizing word.
dfa | automaton |