中文
相关论文

相关论文: Solution Bounds for a Hypothetical Polynomial Time…

200 篇论文

We develop a new method for proving explicit approximation lower bounds for TSP problems with bounded metrics improving on the best up to now known bounds. They almost match the best known bounds for unbounded metric TSP problems. In…

计算复杂性 · 计算机科学 2012-08-09 Marek Karpinski , Richard Schmied

We provide a polynomial time 4/3 approximation algorithm for TSP on metrics arising from the metric completion of cubic 3-edge connected graphs.

数据结构与算法 · 计算机科学 2011-01-31 Nishita Aggarwal , Naveen Garg , Swati Gupta

The well-known $O(n^{1-1/d})$ behaviour of the optimal tour length for TSP in d-dimensional Cartesian space causes breaches of the triangle inequality. Other practical inadequacies of this model are discussed, including its use as basis for…

计算几何 · 计算机科学 2007-05-23 A. G. Yaneff

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…

数据结构与算法 · 计算机科学 2025-01-30 Sharareh Alipour , Ermiya Farokhnejad , Tobias Mömke

In the Euclidean TSP with neighborhoods (TSPN), we are given a collection of $n$ regions (neighborhoods) and we seek a shortest tour that visits each region. In the path variant, we seek a shortest path that visits each region. We present…

计算几何 · 计算机科学 2012-04-27 Adrian Dumitrescu

An NP-hard combinatorial optimization problem $\Pi$ is said to have an {\em approximation threshold} if there is some $t$ such that the optimal value of $\Pi$ can be approximated in polynomial time within a ratio of $t$, and it is NP-hard…

计算复杂性 · 计算机科学 2008-12-15 Uriel Feige

We show that if P$\neq$NP, then a wide class of TSP heuristics fail to approximate the length of the TSP to asymptotic optimality, even for random Euclidean instances. Previously, this result was not even known for any heuristics (greedy,…

计算复杂性 · 计算机科学 2019-08-02 Alan Frieze , Wesley Pegden

We consider the problem of estimating the average tour length of the asymmetric TSP arising from the disk scheduling problem with a linear seek function and a probability distribution on the location of I/O requests. The optimal disk…

最优化与控制 · 数学 2007-05-23 Eitan Bachmat

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…

离散数学 · 计算机科学 2018-09-18 Vera Traub , Jens Vygen

One of the most studied extensions of the famous Traveling Salesperson Problem (TSP) is the {\sc Multiple TSP}: a set of $m\geq 1$ salespersons collectively traverses a set of $n$ cities by $m$ non-trivial tours, to minimize the total…

数据结构与算法 · 计算机科学 2023-07-17 Max Deppert , Matthias Kaul , Matthias Mnich

We present a polynomial-time approximation scheme (PTAS) for the min-max multiple TSP problem in Euclidean space, where multiple traveling salesmen are tasked with visiting a set of $n$ points and the objective is to minimize the maximum…

数据结构与算法 · 计算机科学 2021-12-15 Mary Monroe , David M. Mount

We consider the problem of designing sublinear time algorithms for estimating the cost of a minimum metric traveling salesman (TSP) tour. Specifically, given access to a $n \times n$ distance matrix $D$ that specifies pairwise distances…

数据结构与算法 · 计算机科学 2020-06-11 Yu Chen , Sampath Kannan , Sanjeev Khanna

After reducing the undirected Hamiltonian cycle problem into the TSP problem with cost 0 or 1, we developed an effective algorithm to compute the optimal tour of the transformed TSP. Our algorithm is described as a growth process:…

数据结构与算法 · 计算机科学 2012-08-03 Wen-Qi Duan

We study the structure of solutions to linear programming formulations for the traveling salesperson problem (TSP). We perform a detailed analysis of the support of the subtour elimination linear programming relaxation, which leads to…

数据结构与算法 · 计算机科学 2015-03-27 Matthias Mnich , Tobias Mömke

The Traveling Tournament Problem (TTP) is a hard but interesting sports scheduling problem inspired by Major League Baseball, which is to design a double round-robin schedule such that each pair of teams plays one game in each other's home…

数据结构与算法 · 计算机科学 2022-12-26 Jingyang Zhao , Mingyu Xiao

The question of whether all problems in NP class are also in P class is generally considered one of the most important open questions in mathematics and theoretical computer science as it has far-reaching consequences to other problems in…

数据结构与算法 · 计算机科学 2016-12-20 Wenhong Tian

We improve proofs in "The Floyd-Warshall Algorithm, the AP and the TSP (III). We also simplify the method for obtaining a good upper bound for an optimal solution.

组合数学 · 数学 2007-05-23 Howard Kleiman

In the Traveling Salesperson Problem with Neighborhoods (TSPN), we are given a collection of geometric regions in some space. The goal is to output a tour of minimum length that visits at least one point in each region. Even in the…

数据结构与算法 · 计算机科学 2019-06-14 Antonios Antoniadis , Krzysztof Fleszar , Ruben Hoeksma , Kevin Schewior

We study the Many Visits TSP problem, where given a number $k(v)$ for each of $n$ cities and pairwise (possibly asymmetric) integer distances, one has to find an optimal tour that visits each city $v$ exactly $k(v)$ times. The currently…

数据结构与算法 · 计算机科学 2020-05-06 Łukasz Kowalik , Shaohua Li , Wojciech Nadara , Marcin Smulewicz , Magnus Wahlström

The Traveling Salesman Problem is one of the most studied problems in computational complexity and its approximability has been a long standing open question. Currently, the best known inapproximability threshold known is 220/219 due to…

计算复杂性 · 计算机科学 2012-06-13 Michael Lampis