Method IsEmpty
IsEmpty(Automaton)
Returns true
if the given automaton accepts no strings.
Declaration
public static bool IsEmpty(Automaton a)
Parameters
Type | Name | Description |
---|---|---|
Automaton | a |
Returns
Type | Description |
---|---|
System.Boolean |