Method AddEpsilons
AddEpsilons(Automaton, ICollection<StatePair>)
Adds epsilon transitions to the given automaton. This method adds extra character interval transitions that are equivalent to the given set of epsilon transitions.
Declaration
public static void AddEpsilons(Automaton a, ICollection<StatePair> pairs)
Parameters
Type | Name | Description |
---|---|---|
Automaton | a | Automaton. |
ICollection<StatePair> | pairs | Collection of StatePair objects representing pairs of source/destination states where epsilon transitions should be added. |