Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <OneTapeDTM.h>
Static Public Member Functions | |
static bool | available (const automaton::OneTapeDTM< SymbolType, StateType > &automaton, const SymbolType &symbol) |
static void | valid (const automaton::OneTapeDTM< SymbolType, StateType > &automaton, const SymbolType &symbol) |
Helper class specifying constraints for the automaton's internal blank symbol element.
SymbolType | used for the terminal alphabet of the automaton. |
StateType | used for the terminal alphabet of the automaton. |
|
inlinestatic |
Determines whether the blank symbol is available in the automaton's tape alphabet.
automaton | the tested automaton |
symbol | the tested symbol |
|
inlinestatic |
Blank symbol can't be in the automaton's input alphabet.
automaton | the tested automaton |
symbol | the tested symbol |