Method Reverse
Reverse(Automaton)
Reverses the language of the given (non-singleton) automaton while returning the set of new initial states.
Declaration
public static ISet<State> Reverse(Automaton a)
Parameters
Type | Name | Description |
---|---|---|
Automaton | a |
Returns
Type | Description |
---|---|
ISet<State> |