中文
相关论文

相关论文: On the minimum latency problem

200 篇论文

The Covering Salesman Problem (CSP) is a generalization of the Traveling Salesman Problem in which the tour is not required to visit all vertices, as long as all vertices are covered by the tour. The objective of CSP is to find a minimum…

数据结构与算法 · 计算机科学 2021-04-05 Lucas Porto Maziero , Fábio Luiz Usberti , Celso Cavellucci

We introduce a variant of the watchman route problem, which we call the quickest pair-visibility problem. Given two persons standing at points $s$ and $t$ in a simple polygon $P$ with no holes, we want to minimize the distance they travel…

计算几何 · 计算机科学 2019-06-05 Hee-Kap Ahn , Eunjin Oh , Lena Schlipf , Fabian Stehn , Darren Strash

The generalized traveling salesman problem (GTSP) is an extension of the well-known traveling salesman problem. In GTSP, we are given a partition of cities into groups and we are required to find a minimum length tour that includes exactly…

数据结构与算法 · 计算机科学 2010-03-30 Gregory Gutin , Daniel Karapetyan

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…

计算几何 · 计算机科学 2016-08-10 Adrian Dumitrescu , Csaba D. Tóth

Given a graph whose arc traversal times vary over time, the Time-Dependent Travelling Salesman Problem consists in finding a Hamiltonian tour of least total duration covering the vertices of the graph. The main goal of this work is to…

人工智能 · 计算机科学 2023-01-05 Tommaso Adamo , Gianpaolo Ghiani , Pierpaolo Greco , Emanuela Guerriero

We consider the following question. We are given a dense digraph $D$ with minimum in- and out-degree at least $\alpha n$, where $\alpha>1/2$ is a constant. The edges of $D$ are given edge costs $C(e),e\in E(D)$, where $C(e)$ is an…

数据结构与算法 · 计算机科学 2021-08-31 Alan Frieze

We present a unified framework for minimizing average completion time for many seemingly disparate online scheduling problems, such as the traveling repairperson problems (TRP), dial-a-ride problems (DARP), and scheduling on unrelated…

数据结构与算法 · 计算机科学 2021-05-18 Marcin Bienkowski , Artur Kraska , Hsiang-Hsuan Liu

The Steiner Multicycle problem consists of, given a complete graph, a weight function on its vertices, and a collection of pairwise disjoint non-unitary sets called terminal sets, finding a minimum weight collection of vertex-disjoint…

数据结构与算法 · 计算机科学 2023-08-16 Cristina G. Fernandes , Carla N. Lintzmayer , Phablo F. S. Moura

We give a constant factor approximation algorithm for the asymmetric traveling salesman problem when the support graph of the solution of the Held-Karp linear programming relaxation has bounded orientable genus.

数据结构与算法 · 计算机科学 2011-01-17 Shayan Oveis Gharan , Amin Saberi

We introduce a fast, quasi-linear-time heuristic for the Close-Enough Traveling Salesman Problem (CETSP), a continuous generalization of the Euclidean TSP in which each target is a disk that must be intersected. The method adapts the…

计算几何 · 计算机科学 2026-04-07 Khoi Duong

We study the random link traveling salesman problem, where lengths l_ij between city i and city j are taken to be independent, identically distributed random variables. We discuss a theoretical approach, the cavity method, that has been…

无序系统与神经网络 · 物理学 2015-06-25 A. G. Percus , O. C. Martin

In the bipartite travelling salesman problem (BTSP), we are given $n=2k$ cities along with an $n\times n$ distance matrix and a partition of the cities into $k$ red and $k$ blue cities. The task is to find a shortest tour which alternately…

最优化与控制 · 数学 2023-02-13 Vladimir G. Deineko , Bettina Klinz , Gerhard J. Woeginger

The famous Travelling Salesman Problem (TSP) is an important category of optimization problems that is mostly encountered in various areas of science and engineering. Studying optimization problems motivates to develop advanced techniques…

量子物理 · 物理学 2018-05-29 Karthik Srinivasan , Saipriya Satyajit , Bikash K. Behera , Prasanta K. Panigrahi

We consider the following question. We are given a dense digraph $D$ with $n$ vertices and minimum in- and out-degree at least $\alpha n$, where $\alpha>1/2$ is a constant. The edges $E(D)$ of $D$ are given independent edge costs $C(e),e\in…

组合数学 · 数学 2025-05-29 Alan Frieze

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

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 Traveling Salesperson problem asks for the shortest cyclic tour visiting a set of cities given their pairwise distances and belongs to the NP-hard complexity class, which means that with all known algorithms in the worst case instances…

无序系统与神经网络 · 物理学 2016-10-18 Hendrik Schawe , Alexander K. Hartmann

In this case study, the renowned Travelling Salesmen problem has been studied. Travelling Salesman problem is a most demanding computational problem in Computer Science. The Travelling Salesmen problem has been solved by two different ways…

人工智能 · 计算机科学 2022-03-01 Gyanateet Dutta

We study the metric $s$-$t$ path Traveling Salesman Problem (TSP). [An, Kleinberg, and Shmoys, STOC 2012] improved on the long standing $\frac{5}{3}$-approximation factor and presented an algorithm that achieves an approximation factor of…

数据结构与算法 · 计算机科学 2015-03-17 Zhihan Gao

The traveling salesman problem is a fundamental combinatorial optimization problem with strong exact algorithms. However, as problems scale up, these exact algorithms fail to provide a solution in a reasonable time. To resolve this, current…

机器学习 · 计算机科学 2025-01-09 Yong Liang Goh , Wee Sun Lee , Xavier Bresson , Thomas Laurent , Nicholas Lim