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