中文
相关论文

相关论文: The Geometric Maximum Traveling Salesman Problem

200 篇论文

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…

最优化与控制 · 数学 2019-06-17 Johnny Seay , Edwin Gonzalez , Stephen Lowe , Jesse Crawford , Bryant Wyatt

The traveling salesman problem (TSP) is one of the most prominent combinatorial optimization problems. Given a complete graph G = (V, E) and non-negative distances d for every edge, the TSP asks for a shortest tour through all vertices with…

最优化与控制 · 数学 2021-09-30 Ulrich Pferschy , Rostislav Stanek

The standard LP relaxation of the asymmetric traveling salesman problem has been conjectured to have a constant integrality gap in the metric case. We prove this conjecture when restricted to shortest path metrics of node-weighted digraphs.…

数据结构与算法 · 计算机科学 2015-08-14 Ola Svensson

We present a near-optimal polynomial-time approximation algorithm for the asymmetric traveling salesman problem for graphs of bounded orientable or non-orientable genus. Our algorithm achieves an approximation factor of O(f(g)) on graphs…

数据结构与算法 · 计算机科学 2013-05-14 Jeff Erickson , Anastasios Sidiropoulos

Among the most important variants of the traveling salesman problem (TSP) are those relaxing the constraint that every locus should necessarily get visited, rather taking into account a revenue (prize) for visiting customers. In the…

最优化与控制 · 数学 2022-04-18 Enrico Angelelli , Renata Mansini , Romeo Rizzi

The asymptotic behavior of the optimal TSP tour length is well known from the classical Beardwood--Halton--Hammersley theorem. We extend this result to the Traveling Salesman Problem with Drone (TSPD), a cooperative routing problem in which…

最优化与控制 · 数学 2026-03-03 Jae Hyeok Lee , Taekang Hwang , Changhyun Kwon

The dynamic programming solution to the traveling salesman problem due to Bellman, and independently Held and Karp, runs in time $O(2^n n^2)$, with no improvement in the last sixty years. We break this barrier for the first time by…

数据结构与算法 · 计算机科学 2024-05-28 Mihail Stoian

We present an algorithm for the asymmetric traveling salesman problem on instances which satisfy the triangle inequality. Like several existing algorithms, it achieves approximation ratio O(log n). Unlike previous algorithms, it uses…

数据结构与算法 · 计算机科学 2009-09-07 Michel X. Goemans , Nicholas J. A. Harvey , Kamal Jain , Mohit Singh

TSP (Traveling Salesman Problem), a classic NP-complete problem in combinatorial optimization, is of great significance in multiple fields. Exact algorithms for TSP are not practical due to their exponential time cost. Thus, approximate…

数据结构与算法 · 计算机科学 2019-11-12 Yang Li , Junbin Gao , Mingyuan Bai , Chengjun Li , Gang Liu

We address the Diverse Traveling Salesman Problem (D-TSP), a bi-criteria optimization challenge that seeks a set of $k$ distinct TSP tours. The objective requires every selected tour to have a length at most $c|T^*|$ (where $|T^*|$ is the…

计算几何 · 计算机科学 2026-01-12 Hao-Tsung Yang , Ssu-Yuan Lo , Kuan-Lun Chen , Ching-Kai Wang

In the Traveling Salesperson Problem (TSP) we are given a list of locations and the distances between each pair of them. The goal is to find the shortest possible tour that visits each location exactly once and returns to the starting…

数据结构与算法 · 计算机科学 2024-07-12 Evripidis Bampis , Bruno Escoffier , Michalis Xefteris

The geometric transportation problem takes as input a set of points $P$ in $d$-dimensional Euclidean space and a supply function $\mu : P \to \mathbb{R}$. The goal is to find a transportation map, a non-negative assignment $\tau : P \times…

计算几何 · 计算机科学 2022-05-03 Kyle Fox , Jiashuai Lu

We develop an asymptotic approximation and bounds for the traveling salesman problem with time slots, i.e. when the time windows of points to visit are a partition of a given time horizon. Although this problem is relevant in several…

最优化与控制 · 数学 2023-03-27 Omar Rifki , Thierry Garaix

In the maximum scatter traveling salesman problem the objective is to find a tour that maximizes the shortest distance between any two consecutive nodes. This model can be applied to manufacturing processes, particularly laser melting…

离散数学 · 计算机科学 2017-07-17 Isabella Hoffmann , Sascha Kurz , Jörg Rambau

In this work we consider the mean field traveling salesman problem, where the intercity distances are taken to be i.i.d. with some distribution $F$. This paper focus on the \emph{nearest neighbor tour} which is to move to the nearest…

概率论 · 数学 2013-03-21 Antar Bandyopadhyay , Farkhondeh Sajadi

In the online metric traveling salesperson problem, $n$ points of a metric space arrive one by one and have to be placed (immediately and irrevocably) into empty cells of a size-$n$ array. The goal is to minimize the sum of distances…

数据结构与算法 · 计算机科学 2025-07-08 Christian Bertram

The $k$-Opt algorithm is a local search algorithm for the traveling salesman problem. Starting with an initial tour, it iteratively replaces at most $k$ edges in the tour with the same number of edges to obtain a better tour. Krentel (FOCS…

数据结构与算法 · 计算机科学 2026-03-13 Sophia Heimann , Hung P. Hoang , Stefan Hougardy

Routing problems are optimization problems that consider a set of goals in a graph to be visited by a vehicle (or a fleet of them) in an optimal way, while numerous constraints have to be satisfied. We present a solution based on…

机器人学 · 计算机科学 2017-08-01 Miroslav Kulich , Roman Sushkov , Libor Přeučil

The aim of the paper is to compare different approximation algorithms for the travelling salesperson problem. We pick the most popular and widespread methods known in the literature and contrast them with a novel approach (the polygonal…

组合数学 · 数学 2021-09-03 Mateusz Krukowski , Filip Turoboś

We show that the problem of counting the number of 2-optimal tours in instances of the Travelling Salesperson Problem (TSP) on complete graphs is #P-complete. In addition, we show that the expected number of 2-optimal tours in random…

数据结构与算法 · 计算机科学 2024-10-25 Bodo Manthey , Jesse van Rhijn