Global Information Lookup Global Information

Travelling salesman problem information


Solution of a travelling salesperson problem: the black line shows the shortest possible loop that connects every red dot.

The travelling salesman problem, also known as the travelling salesperson problem (TSP), asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city?" It is an NP-hard problem in combinatorial optimization, important in theoretical computer science and operations research.

The travelling purchaser problem and the vehicle routing problem are both generalizations of TSP.

In the theory of computational complexity, the decision version of the TSP (where given a length L, the task is to decide whether the graph has a tour whose length is at most L) belongs to the class of NP-complete problems. Thus, it is possible that the worst-case running time for any algorithm for the TSP increases superpolynomially (but no more than exponentially) with the number of cities.

The problem was first formulated 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, many heuristics and exact algorithms are known, so that some instances with tens of thousands of cities can be solved completely, and even problems with millions of cities can be approximated within a small fraction of 1%.[1]

The TSP has several applications even in its purest formulation, such as planning, logistics, and the manufacture of microchips. Slightly modified, it appears as a sub-problem in many areas, such as DNA sequencing. In these applications, the concept city represents, for example, customers, soldering points, or DNA fragments, and the concept distance represents travelling times or cost, or a similarity measure between DNA fragments. The TSP also appears in astronomy, as astronomers observing many sources want to minimize the time spent moving the telescope between the sources; in such problems, the TSP can be embedded inside an optimal control problem. In many applications, additional constraints such as limited resources or time windows may be imposed.

  1. ^ See the TSP world tour problem which has already been solved to within 0.05% of the optimal solution. [1]

and 21 Related for: Travelling salesman problem information

Request time (Page generated in 0.866 seconds.)

Travelling salesman problem

Last Update:

The travelling salesman problem, also known as the travelling salesperson problem (TSP), asks the following question: "Given a list of cities and the...

Word Count : 11464

Bottleneck traveling salesman problem

Last Update:

The Bottleneck traveling salesman problem (bottleneck TSP) is a problem in discrete or combinatorial optimization. The problem is to find the Hamiltonian...

Word Count : 943

Travelling salesman

Last Update:

peddler. Travelling salesman may also refer to: Travelling salesman problem, in discrete or combinatorial optimization The Traveling Salesman, a 1908 play...

Word Count : 146

Steiner travelling salesman problem

Last Update:

The Steiner traveling salesman problem (Steiner TSP, or STSP) is an extension of the traveling salesman problem. Given a list of cities, some of which...

Word Count : 358

Traveling purchaser problem

Last Update:

and traveling. The traveling salesman problem (TSP) is a special case of this problem. The problem can be seen as a generalization of the traveling salesman...

Word Count : 204

Chinese postman problem

Last Update:

unlike the Travelling Salesman Problem which is NP-hard. It is different from the Travelling Salesman Problem in that the travelling salesman cannot repeat...

Word Count : 1279

Vehicle routing problem

Last Update:

to deliver to a given set of customers?" It generalises the travelling salesman problem (TSP). It first appeared in a paper by George Dantzig and John...

Word Count : 2828

Nearest neighbour algorithm

Last Update:

the first algorithms used to solve the travelling salesman problem approximately. In that problem, the salesman starts at a random city and repeatedly...

Word Count : 466

Simulated annealing

Last Update:

example the traveling salesman problem, the boolean satisfiability problem, protein structure prediction, and job-shop scheduling). For problems where finding...

Word Count : 4596

Greedy algorithm

Last Update:

reasonable amount of time. For example, a greedy strategy for the travelling salesman problem (which is of high computational complexity) is the following...

Word Count : 1748

Combinatorial optimization

Last Update:

optimization problems are the travelling salesman problem ("TSP"), the minimum spanning tree problem ("MST"), and the knapsack problem. In many such problems, such...

Word Count : 1882

Hamiltonian path problem

Last Update:

the start of the cycle. The Hamiltonian cycle problem is a special case of the travelling salesman problem, obtained by setting the distance between two...

Word Count : 2517

P versus NP problem

Last Update:

film Travelling Salesman, by director Timothy Lanzone, is the story of four mathematicians hired by the US government to solve the P versus NP problem. In...

Word Count : 7720

Christofides algorithm

Last Update:

algorithm is an algorithm for finding approximate solutions to the travelling salesman problem, on instances where the distances form a metric space (they are...

Word Count : 1259

Spatial analysis

Last Update:

Research and Public Health" in 2018. The travelling salesman problem, also known as the travelling salesperson problem (TSP), asks the following question:...

Word Count : 9864

Tabu search

Last Update:

returned (line 26). The traveling salesman problem (TSP) is sometimes used to show the functionality of tabu search. This problem poses a straightforward...

Word Count : 1990

Galactic algorithm

Last Update:

breaks. For several decades, the best known approximation to the traveling salesman problem in a metric space was the very simple Christofides algorithm which...

Word Count : 1888

Ant colony optimization algorithms

Last Update:

stochastic problems, multi-targets and parallel implementations. It has also been used to produce near-optimal solutions to the travelling salesman problem. They...

Word Count : 9502

Minimum spanning tree

Last Update:

Christofides, Worst-case analysis of a new heuristic for the travelling salesman problem, Report 388, Graduate School of Industrial Administration, CMU...

Word Count : 5421

In Pursuit of the Traveling Salesman

Last Update:

In Pursuit of the Traveling Salesman: Mathematics at the Limits of Computation is a book on the travelling salesman problem, by William J. Cook, published...

Word Count : 1041

Function problem

Last Update:

examples include the travelling salesman problem, which asks for the route taken by the salesman, and the integer factorization problem, which asks for the...

Word Count : 1162

PDF Search Engine © AllGlobal.net