Method GetFiniteStrings
GetFiniteStrings(Automaton, Int32)
Returns the set of accepted strings, assuming that at most
limit
strings are accepted. If more than limit
strings are accepted, the first limit strings found are returned. If limit
<0, then
the limit is infinite.
Declaration
public static ISet<Int32sRef> GetFiniteStrings(Automaton a, int limit)
Parameters
Type | Name | Description |
---|---|---|
Automaton | a | |
System.Int32 | limit |
Returns
Type | Description |
---|---|
ISet<Int32sRef> |