Discussion:
runMach - Machine isn't in a state
(too old to reply)
jch
2005-04-10 06:00:38 UTC
Permalink
What should we use to represent if the machine is in a nonexistant state.
bushk
2005-04-10 06:06:33 UTC
Permalink
unsure of the question.

our DFA's can very well have an implicit rejection state for all cases
where the transition function isn't defined.

if you're simply looking to test runmach from nonexistant init states,
i'd rec just doing it manually.
Nedialko B. Dimitrov
2005-04-10 17:22:22 UTC
Permalink
Yes, I dont understand what you mean by a "nonexistant state" for your
DFAs. The spec says that DFAs must have a single transition for each
alphabet character. Thus, it will always be well defined where you should
go/end up.

Ned.

Loading...