Variations
• Hamiltonian Cycle
– Is there a cycle that visits each vertex exactly once
– Ignores costs
• Triangle inequality constraint
– C(u,v) < C(u,x) + C(x,v)
• Euclidean Traveling Salesman
– Vertices are points on the plane and the cost is
the Euclidian distance between them
– Implies triangle inequality