# N-body Approach to the Traveling Salesman Problem (TSP)

**Authors:** Johnny Seay, Edwin Gonzalez, Stephen Lowe, Jesse Crawford, Bryant, Wyatt

arXiv: 1906.05926 · 2019-06-17

## TL;DR

This paper introduces a novel N-body computational approach to solving the Traveling Salesman Problem, aiming to improve efficiency in finding optimal routes in complex, real-world applications.

## Contribution

The paper proposes a new N-body based method for TSP, offering an alternative to existing approximation techniques with potential for enhanced performance.

## Key findings

- Demonstrates the effectiveness of the N-body approach on benchmark TSP instances
- Shows potential for faster convergence compared to traditional methods
- Provides insights into the physical simulation analogy for combinatorial optimization

## Abstract

In the Traveling Salesman Problem (TSP), a list of cities and the distances between them are given. The goal is to find the shortest possible route that visits each city exactly once and returns to the original city. The TSP has a wide range of applications in many different industries including, but not limited to, optimizing mail and shipping routes, guiding industrial machines, mapping genomes, and improving autonomous vehicles. For centuries, traveling salesmen, politicians, and circuit preachers have tackled their own versions of the problem. Within the last century, the TSP has become one of the most important problems in the fields of mathematics and computer science. The time to find an exact solution is often impractically long, which has led to the development of numerous approximation techniques, ranging from linear programming methods to nature-inspired models. Here, we present a novel N-body approach to the TSP.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.05926/full.md

## Figures

71 figures with captions in the complete paper: https://tomesphere.com/paper/1906.05926/full.md

## References

8 references — full list in the complete paper: https://tomesphere.com/paper/1906.05926/full.md

---
Source: https://tomesphere.com/paper/1906.05926