Generalized nondeterministic finite automaton: Difference between revisions

Content deleted Content added
Dcoetzee (talk | contribs)
Formal definition: More detail on equivlence to DFA, NFA
read -> reads
Line 1:
In the [[theory of computation]], a '''generalized nondeterministic finite state machine''' or '''generalized nondeterministic finite automaton (GNFA)''' is a [[nondeterministic finite state machine|NFA]] where each transition may be labeled with any regular expression. The GNFA readreads blocks of symbols from the input which constitute a string as defined by the regular expression on the transition.
 
==Formal definition==