•
• Formulation:
Given P={1,2,...,p} set of
colours.
• We want to determine S={s1,s2,...sn} sequence
of coloured slits.
Node: {ijk} Î
Number of nodes: p3 nodes.
Transition {ijk} Ù {rst} Þ j = r, k
= s
• The
problem is reduced to obtain the path which visits all the nodes of the graph only
once (a simple variation of the Salesman’s problem).
–Backtracking based solution.
–Deterministic and optimally solved by Griffin.