A multiway machine is given by a list of integer rule numbers; each rule contributes its transitions, and the union is what makes the machine nondeterministic.
▪
A
{state,symbol}
that maps to more than one triple is a branching point: the machine can take any of those transitions. This is the multivalued counterpart of