Method GetCommonPrefix
GetCommonPrefix(Automaton)
Returns the longest string that is a prefix of all accepted strings and visits each state at most once.
Declaration
public static string GetCommonPrefix(Automaton a)
Parameters
Type | Name | Description |
---|---|---|
Automaton | a |
Returns
Type | Description |
---|---|
System.String | Common prefix. |