English
Related papers

Related papers: A 3/4 Differential Approximation Algorithm for Tra…

200 papers

In the maximum asymmetric traveling salesman problem (Max ATSP) we are given a complete directed graph with nonnegative weights on the edges and we wish to compute a traveling salesman tour of maximum weight. In this paper we give a fast…

Data Structures and Algorithms · Computer Science 2014-01-16 Katarzyna Paluch

Among various variants of the traveling salesman problem, the s-t-path graph TSP has the special feature that we know the exact integrality ratio, 3/2, and an approximation algorithm matching this ratio. In this paper, we go below this…

Discrete Mathematics · Computer Science 2018-09-18 Vera Traub , Jens Vygen

We give improved approximations for two metric Traveling Salesman Problem (TSP) variants. In Ordered TSP (OTSP) we are given a linear ordering on a subset of nodes $o_1, \ldots, o_k$. The TSP solution must have that $o_{i+1}$ is visited at…

Data Structures and Algorithms · Computer Science 2026-03-23 Martin Böhm , Zachary Friggstad , Tobias Mömke , Joachim Spoerhase

The $k-$traveling salesman problem ($k$-TSP) seeks a tour of minimal length that visits a subset of $k\leq n$ points. The traveling repairman problem (TRP) seeks a complete tour with minimal latency. This paper provides constant-factor…

Discrete Mathematics · Computer Science 2022-11-22 Moïse Blanchard , Alexandre Jacquillat , Patrick Jaillet

Traveling salesman problem is a NP-hard problem. Until now, researchers have not found a polynomial time algorithm for traveling salesman problem. Among the existing algorithms, dynamic programming algorithm can solve the problem in time…

Data Structures and Algorithms · Computer Science 2015-10-16 Yunpeng Li

In this paper we consider the Recoverable Traveling Salesman Problem (TSP). Here the task is to find two tours simultaneously, such that the intersection between the tours is at least a given minimum size, while the sum of travel distances…

Data Structures and Algorithms · Computer Science 2021-11-19 Marc Goerigk , Stefan Lendl , Lasse Wulf

This paper introduces a new learning-based approach for approximately solving the Travelling Salesman Problem on 2D Euclidean graphs. We use deep Graph Convolutional Networks to build efficient TSP graph representations and output tours in…

Machine Learning · Computer Science 2019-10-15 Chaitanya K. Joshi , Thomas Laurent , Xavier Bresson

Given a complete edge-weighted graph G, we present a polynomial time algorithm to compute a degree-four-bounded spanning Eulerian subgraph of 2G that has at most 1.5 times the weight of an optimal TSP solution of G. Based on this algorithm…

Data Structures and Algorithms · Computer Science 2014-12-23 Tobias Mömke

We give a 7/9 - Approximation Algorithm for the Maximum Traveling Salesman Problem.

Computer Science and Game Theory · Computer Science 2015-05-13 Katarzyna Paluch , Marcin Mucha , Aleksander Madry

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…

Optimization and Control · Mathematics 2019-06-17 Johnny Seay , Edwin Gonzalez , Stephen Lowe , Jesse Crawford , Bryant Wyatt

This work presents a tensor-network formulation of the Traveling Salesman Problem (TSP) and several of its variants. The approach represents candidate tours with tensor-network layers, weights them by Boltzmann factors, and enforces…

Quantum Physics · Physics 2026-05-18 Alejandro Mata Ali , Iñigo Perez Delgado , Aitor Moreno Fdez. de Leceta

We revisit the constant-factor approximation algorithm for the asymmetric traveling salesman problem by Svensson, Tarnawski, and V\'egh. We improve on each part of this algorithm. We avoid the reduction to irreducible instances and thus…

Discrete Mathematics · Computer Science 2021-06-09 Vera Traub , Jens Vygen

We investigate semi-streaming algorithms for the Traveling Salesman Problem (TSP). Specifically, we focus on a variant known as the $(1,2)$-TSP, where the distances between any two vertices are either one or two. Our primary emphasis is on…

Data Structures and Algorithms · Computer Science 2025-01-30 Sharareh Alipour , Ermiya Farokhnejad , Tobias Mömke

We revisit the traveling salesman problem with neighborhoods (TSPN) and present the first constant-ratio approximation for disks in the plane: Given a set of $n$ disks in the plane, a TSP tour whose length is at most $O(1)$ times the…

Computational Geometry · Computer Science 2016-08-10 Adrian Dumitrescu , Csaba D. Tóth

We show that the traveling salesman problem (TSP) and its many variants may be modeled as functional optimization problems over a graph. In this formulation, all vertices and arcs of the graph are functionals; i.e., a mapping from a space…

Optimization and Control · Mathematics 2020-05-08 I. M. Ross , R. J. Proulx , M. Karpenko

We present a new $(\frac32+\frac1{\mathrm{e}})$-approximation algorithm for the Ordered Traveling Salesperson Problem (Ordered TSP). Ordered TSP is a variant of the classical metric Traveling Salesperson Problem (TSP) where a specified…

Data Structures and Algorithms · Computer Science 2024-05-13 Susanne Armbruster , Matthias Mnich , Martin Nägele

The Colored Points Traveling Salesman Problem (Colored Points TSP) is introduced in this work as a novel variation of the traditional Traveling Salesman Problem (TSP) in which the set of points is partitioned into multiple classes, each of…

Computational Geometry · Computer Science 2024-01-09 Saeed Asaeedi

Many recent approximation algorithms for different variants of the traveling salesman problem (asymmetric TSP, graph TSP, s-t-path TSP) exploit the well-known fact that a solution of the natural linear programming relaxation can be written…

Discrete Mathematics · Computer Science 2016-01-06 Jens Vygen

Given a set $P$ of $n$ points with their pairwise distances, the traveling salesman problem (TSP) asks for a shortest tour that visits each point exactly once. A TSP instance is rectilinear when the points lie in the plane and the distance…

Data Structures and Algorithms · Computer Science 2019-07-24 Hadrien Cambazard , Nicolas Catusse

In the maximum asymmetric traveling salesman problem (Max ATSP) we are given a complete directed graph with nonnegative weights on the edges and we wish to compute a traveling salesman tour of maximum weight. In this paper we give a fast…

Data Structures and Algorithms · Computer Science 2020-12-23 Katarzyna Paluch