中文
相关论文

相关论文: Remarks on d-Dimensional TSP Optimal Tour Length B…

200 篇论文

We analyze two classic variants of the Traveling Salesman Problem using the toolkit of fine-grained complexity. Our first set of results is motivated by the Bitonic TSP problem: given a set of $n$ points in the plane, compute a shortest…

数据结构与算法 · 计算机科学 2016-07-12 Mark de Berg , Kevin Buchin , Bart M. P. Jansen , Gerhard Woeginger

Let $P$ be a set of $n$ points and $Q$ a convex $k$-gon in ${\mathbb R}^2$. We analyze in detail the topological (or discrete) changes in the structure of the Voronoi diagram and the Delaunay triangulation of $P$, under the convex distance…

计算几何 · 计算机科学 2014-04-21 Pankaj K. Agarwal , Haim Kaplan , Natan Rubin , Micha Sharir

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…

离散数学 · 计算机科学 2022-11-22 Moïse Blanchard , Alexandre Jacquillat , Patrick Jaillet

In this paper we study a natural special case of the Traveling Salesman Problem (TSP) with point-locational-uncertainty which we will call the {\em adversarial TSP} problem (ATSP). Given a metric space $(X, d)$ and a set of subsets $R =…

计算几何 · 计算机科学 2017-05-18 Gui Citovsky , Tyler Mayer , Joseph S. B. Mitchell

In this paper we study extremal behaviors of the mean to max ratio of the $p$-torsion function with respect to the geometry of the domain. For $p$ larger than the dimension of the space $N$, we prove that the upper bound is uniformly below…

偏微分方程分析 · 数学 2023-01-24 Luca Briani , Dorin Bucur

We report a new statistical general property in traveling salesman problem, that the $n$th-nearest-neighbor distribution of optimal tours verifies with very high accuracy an exponential decay as a function of the order of neighbor $n$. With…

统计力学 · 物理学 2009-11-11 Yong Chen , Pan Zhang

We provide a new upper bound for traveling salesman problem (TSP) in cubic graphs, i.e. graphs with maximum vertex degree three, and prove that the problem for an $n$-vertex graph can be solved in $O(1.2553^n)$ time and in linear space. We…

数据结构与算法 · 计算机科学 2012-12-03 Maciej Liskiewicz , Martin R. Schuster

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

Using an elaborate set of simulational tools and statistically optimized methods of data analysis we investigate the scaling behavior of the correlation lengths of three-dimensional classical O($n$) spin models. Considering…

统计力学 · 物理学 2011-07-19 Martin Weigel , Wolfhard Janke

In this paper, we study the problem of computing the diameter of a set of $n$ points in $d$-dimensional Euclidean space for a fixed dimension $d$, and propose a new $(1+\varepsilon)$-approximation algorithm with $O(n+ 1/\varepsilon^{d-1})$…

计算几何 · 计算机科学 2019-05-08 Mahdi Imanparast , Seyed Naser Hashemi , Ali Mohades

The traveling salesman problem (TSP) is one of the most challenging NP-hard problems. It has widely applications in various disciplines such as physics, biology, computer science and so forth. The best known approximation algorithm for…

数据结构与算法 · 计算机科学 2016-12-13 Wenhong Tian , Chaojie Huang , Xinyang Wang , Qin Xiong

A set of n segments in the plane may form a Euclidean TSP tour, a tree, or a matching, among others. Optimal TSP tours as well as minimum spanning trees and perfect matchings have no crossing segments, but several heuristics and…

计算几何 · 计算机科学 2025-01-22 Guilherme D. da Fonseca , Yan Gerard , Bastien Rivier

We study the traveling salesman problem in the hyperbolic plane of Gaussian curvature $-1$. Let $\alpha$ denote the minimum distance between any two input points. Using a new separator theorem and a new rerouting argument, we give an…

计算几何 · 计算机科学 2020-02-14 Sándor Kisfaludi-Bak

Given a set of $n$ disks of radius $R$ in the Euclidean plane, the Traveling Salesman Problem With Neighborhoods (TSPN) on uniform disks asks for the shortest tour that visits all of the disks. The problem is a generalization of the…

计算几何 · 计算机科学 2018-09-20 Ioana O. Bercea

We study the variant of the Euclidean Traveling Salesman problem where instead of a set of points, we are given a set of lines as input, and the goal is to find the shortest tour that visits each line. The best known upper and lower bounds…

数据结构与算法 · 计算机科学 2024-04-23 Antonios Antoniadis , Sándor Kisfaludi-Bak , Bundit Laekhanukit , Daniel Vaz

The subtour relaxation of the traveling salesman problem (TSP) plays a central role in approximation algorithms and polyhedral studies of the TSP. A long-standing conjecture asserts that the integrality gap of the subtour relaxation for the…

组合数学 · 数学 2026-05-01 William Cook , Stefan Hougardy , Moritz Petrich

This paper aims to develop a learning method for a special class of traveling salesman problems (TSP), namely, the pickup-and-delivery TSP (PDTSP), which finds the shortest tour along a sequence of one-to-one pickup-and-delivery nodes.…

人工智能 · 计算机科学 2024-04-18 Bowen Fang , Xu Chen , Xuan Di

The Traveling Thief Problem (TTP) is a multi-component optimization problem that captures the interplay between routing and packing decisions by combining the classical Traveling Salesperson Problem (TSP) and the Knapsack Problem (KP). The…

数据结构与算法 · 计算机科学 2026-04-22 Jan Eube , Kelin Luo , Aneta Neumann , Frank Neumann , Heiko Röglin

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…

数据结构与算法 · 计算机科学 2019-07-24 Hadrien Cambazard , Nicolas Catusse

Consider $n$ points generated uniformly at random in the unit square, and let $L_n$ be the length of their optimal traveling salesman tour. Beardwood, Halton, and Hammersley (1959) showed $L_n / \sqrt n \to \beta$ almost surely as $n\to…

计算几何 · 计算机科学 2026-02-13 Julia Gaudio , Charlie K. Guan