Generalized nondeterministic finite automaton: Difference between revisions

Content deleted Content added
m moved regular expression link to first ocurrence
m link finite set
Line 4:
 
A GNFA can be defined as a [[n-tuple|5-tuple]], (''S'', Σ, ''T'', ''s'', ''a''), consisting of
* a [[finite set]] of states (''S'');
* a finite set called the alphabet (Σ);
* a transition [[function (mathematics)|function]] (''T'' : (''S'' -{''a''}) × (''S'' - {''s''}) → ''R'');