Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Traveling purchaser problem
NP-hard problem generalizing the traveling salesman problem

The traveling purchaser problem (TPP) is an NP-hard problem studied in Operations research and theoretical computer science. Given a list of marketplaces, the cost of travelling between different marketplaces, and a list of available goods together with the price of each such good at each marketplace, the task is to find, for a given list of articles, the route with the minimum combined cost of purchases and traveling. The traveling salesman problem (TSP) is a special case of this problem.

We don't have any images related to Traveling purchaser problem yet.
We don't have any YouTube videos related to Traveling purchaser problem yet.
We don't have any PDF documents related to Traveling purchaser problem yet.
We don't have any Books related to Traveling purchaser problem yet.
We don't have any archived web articles related to Traveling purchaser problem yet.

Relation to traveling salesman problem (TSP)

The problem can be seen as a generalization of the traveling salesman problem, which can be viewed as the special case of TPP where each article is available at one market only and each market sells only one item. Since TSP is NP-hard, TPP is NP-hard.1

Solving TPP

Approaches for solving the traveling purchaser problem include dynamic programming2 and tabu search algorithms.3

See also

References

  1. "Heuristics for the traveling purchaser problem" (PDF). Archived from the original (PDF) on 2015-09-24. https://web.archive.org/web/20150924015724/http://www.fsa.ulaval.ca/personnel/renaudj/pdf/Recherche/tpp(purchaser)%20COR.pdf

  2. "A Dynamic Programming Approach for a Travelling Purchaser Problem With Additional Constraints" (PDF). Archived from the original (PDF) on 2019-09-29. https://web.archive.org/web/20190929213713/http://www.di.unipi.it/optimize/Events/proceedings/T/C/4/TC4-1.pdf

  3. "A Tabu Search Approach for solving the Travelling Purchase Problem" (PDF). Archived from the original (PDF) on 2016-06-10. https://web.archive.org/web/20160610114059/http://infos2008.fci.cu.edu.eg/infos/DSS_04_P024-030.pdf