Hubbry Logo
search button
Sign in
Traveling purchaser problem
Traveling purchaser problem
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Traveling purchaser problem
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Traveling purchaser problem Wikipedia article. Here, you can discuss, collect, and organize anything related to Traveling purchaser problem. The purpose of...
Add your contribution
Traveling purchaser 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.

Relation to traveling salesman problem (TSP)

[edit]

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

[edit]

Approaches for solving the traveling purchaser problem include dynamic programming[2] and tabu search algorithms.[3]

See also

[edit]

References

[edit]
  1. ^ "Heuristics for the traveling purchaser problem" (PDF). Archived from the original (PDF) on 2015-09-24.
  2. ^ "A Dynamic Programming Approach for a Travelling Purchaser Problem With Additional Constraints" (PDF). Archived from the original (PDF) on 2019-09-29.
  3. ^ "A Tabu Search Approach for solving the Travelling Purchase Problem" (PDF). Archived from the original (PDF) on 2016-06-10.