Jump to content

Set TSP problem

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by ClueBot NG (talk | contribs) at 17:30, 11 December 2014 (Reverting possible vandalism by 123.63.3.26 to version by Jonesey95. False positive? Report it. Thanks, ClueBot NG. (2060978) (Bot)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In combinatorial optimization, the set TSP, also known as the, generalized TSP, group TSP, One-of-a-Set TSP, Multiple Choice TSP or Covering Salesman Problem, is a generalization of the Traveling salesman problem (TSP), whereby it is required to find a shortest tour in a graph which visits all specified disjoint subsets of the vertices of a graph. The ordinary TSP is a special case of the set TSP when all subsets to be visited are singletons. Therefore the set TSP is also NP-hard.

There is a direct reduction from set TSP to asymmetric TSP, and thus from set TSP to TSP.[1] The idea is to arbitrarily assign a directed cycle to each set. The salesman, when visiting a vertex in some set, then walks around the cycle for free. To not use the cycle would ultimately be very costly.

References

  1. ^ Arash Behzad, Mohammad Modarres (2002). "A New Efficient Transformation of Generalized Traveling Salesman Problem into Traveling Salesman Problem" (PDF). {{cite journal}}: Cite journal requires |journal= (help)