next up previous
Next: Up: Previous:

Traveling Salesman Problem

Given a complete graph with weights on the edges, find a cycle of least total weight that visits each vertex exactly once.

Decision Problem:

TSP = \(\{\langle G, k \rangle \vert\)G is a complete graph with weights on edges that contains a cycle of total weight \(\leq k\) visiting each vertex exactly once}



\psfig{figure=figures/f27-10.ps}


next up previous
Next: Up: Previous: