Traveling Salesman: Difference between revisions
Jump to navigation
Jump to search
(replaced image with animation) |
m (category) |
||
Line 11: | Line 11: | ||
''under construction'' | ''under construction'' | ||
[[Category:BlueM.Opt | [[Category:BlueM.Opt]] |
Latest revision as of 03:07, 22 January 2018
BlueM.Opt | Download | Usage | Development
The Travelling Salesman problem (TSP) is a problem in combinatorial optimization studied in operations research and theoretical computer science. Given a list of cities and their pairwise distances, the task is to find a shortest possible tour that visits each city exactly once.
The problem was first formulated as a mathematical problem in 1930 and is one of the most intensively studied problems in optimization. It is used as a benchmark for many optimization methods. Even though the problem is computationally difficult, a large number of heuristics and exact methods are known, so that some instances with tens of thousands of cities can be solved.
TSP in BlueM.Opt
under construction