Method SameLanguage
SameLanguage(Automaton, Automaton)
Returns true
if these two automata accept exactly the
same language. This is a costly computation! Note
also that a1
and a2
will be determinized as a side
effect.
Declaration
public static bool SameLanguage(Automaton a1, Automaton a2)
Parameters
Type | Name | Description |
---|---|---|
Automaton | a1 | |
Automaton | a2 |
Returns
Type | Description |
---|---|
System.Boolean |