In an automaton, we might have a state that once reached cannot be left.
It is for example for Ø in
Is there a common/official name for such a state ?
In an automaton, we might have a state that once reached cannot be left.
It is for example for Ø in
Is there a common/official name for such a state ?
On
From Theory and Applications of Models of Computation. 9th Annual Conference:
A sink state in an S-automaton is a state whose all outgoing transitions loop into the state itself.
Such a state is usually called a sink state or sometimes a dead state or a zero state. "Sink state" seems to be the most largely accepted terminology in the literature.