Kernel: Python 3
automaton.is_ambigous
Whether the automaton is ambiguous.
Preconditions:
the labelset is free.
Postconditions:
automaton.ambiguous_word does not raise.
See also:
Examples
In [1]:
Out[1]:
In [2]:
Out[2]:
False
In [3]:
Out[3]:
In [4]:
Out[4]:
True