Multiway systems [emulation]
It is straightforward to emulate a k-color multiway system with a 2-color one, just by encoding successive colors by strings like "AAABBB"
✖
"AAABBB"
, "AAABAB"
✖
"AAABAB"
and "AABABB"
✖
"AABABB"
that have no overlaps. (Compare page 1033.)