Given a graph with weights on the edges a tour is a simple cycle that includes all the vertices of the graph. For examples of tours, see Figure 6.30.
Given a graph with weights on the edges, find a tour having a minimum sum of edge weights.