中文
相关论文

相关论文: The Geometric Maximum Traveling Salesman Problem

200 篇论文

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

A well known N P-hard problem called the Generalized Traveling Salesman Problem (GTSP) is considered. In GTSP the nodes of a complete undirected graph are partitioned into clusters. The objective is to find a minimum cost tour passing…

人工智能 · 计算机科学 2017-08-15 Camelia-M. Pintea , Petrica C. Pop , Camelia Chira

We give a short proof that any comparison-based n^(1-epsilon)-approximation algorithm for the 1-dimensional Traveling Salesman Problem (TSP) requires Omega(n log n) comparisons.

数据结构与算法 · 计算机科学 2013-03-28 Neal E. Young

A fundamental problem in shape matching and geometric similarity is computing the maximum area overlap between two polygons under translation. For general simple polygons, the best-known algorithm runs in $O((nm)^2 \log(nm))$ time [Mount,…

计算几何 · 计算机科学 2025-11-07 Mikkel Abrahamsen , Sujoy Bhore , Maike Buchin , Jacobus Conradi , Ce Jin , André Nusser , Carolin Rehs

We show that the average cost for the traveling-salesman problem in two dimensions, which is the archetypal problem in combinatorial optimization, in the bipartite case, is simply related to the average cost of the assignment problem with…

无序系统与神经网络 · 物理学 2018-10-03 Riccardo Capelli , Sergio Caracciolo , Andrea Di Gioacchino , Enrico M. Malatesta

We consider some generalizations of the Asymmetric Traveling Salesman Path problem. Suppose we have an asymmetric metric G = (V,A) with two distinguished nodes s,t. We are also given a positive integer k. The goal is to find k paths of…

数据结构与算法 · 计算机科学 2011-12-15 Zachary Friggstad

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

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

Parameterized runtime analysis seeks to understand the influence of problem structure on algorithmic runtime. In this paper, we contribute to the theoretical understanding of evolutionary algorithms and carry out a parameterized analysis of…

神经与进化计算 · 计算机科学 2012-10-10 Andrew M. Sutton , Frank Neumann

In this paper, we present a new linear programming (LP) formulation of the Traveling Salesman Problem (TSP). The proposed model has O(n^8) variables and O(n^7) constraints, where n is the number of cities. Our numerical experimentation…

离散数学 · 计算机科学 2016-10-21 Moustapha Diaby

Consider~\(n\) nodes~\(\{X_i\}_{1 \leq i \leq n}\) distributed independently across~\(N\) cities contained with the unit square~\(S\) according to a distribution~\(f.\) Each city is modelled as an~\(r_n \times r_n\) square contained…

概率论 · 数学 2018-01-10 Ghurumuruhan Ganesan

The two-watchman route problem is that of computing a pair of closed tours in an environment so that the two tours together see the whole environment and some length measure on the two tours is minimized. Two standard measures are: the…

计算几何 · 计算机科学 2023-09-26 Bengt J. Nilsson , Eli Packer

Local search is a widely-employed strategy for finding good solutions to Traveling Salesman Problem. We analyze the problem of determining whether the weight of a given cycle can be decreased by a popular $k$-opt move. Earlier work has…

数据结构与算法 · 计算机科学 2019-09-04 Édouard Bonnet , Yoichi Iwata , Bart M. P. Jansen , Łukasz Kowalik

We consider geometric instances of the Maximum Weighted Matching Problem (MWMP) and the Maximum Traveling Salesman Problem (MTSP) with up to 3,000,000 vertices. Making use of a geometric duality relationship between MWMP, MTSP, and the…

数据结构与算法 · 计算机科学 2007-05-23 Sandor P. Fekete , Henk Meijer , Andre Rohe , Walter Tietze

In Asymmetric A Priori TSP (with independent activation probabilities) we are given an instance of the Asymmetric Traveling Salesman Problem together with an activation probability for each vertex. The task is to compute a tour that…

数据结构与算法 · 计算机科学 2025-10-21 Manuel Christalla , Luise Puhlmann , Vera Traub

We investigate how the complexity of Euclidean TSP for point sets $P$ inside the strip $(-\infty,+\infty)\times [0,\delta]$ depends on the strip width $\delta$. We obtain two main results. First, for the case where the points have distinct…

计算几何 · 计算机科学 2024-04-08 Henk Alkema , Mark de Berg , Remco van der Hofstad , Sándor Kisfaludi-Bak

This paper proposes a hybrid genetic algorithm for solving the Multiple Traveling Salesman Problem (mTSP) to minimize the length of the longest tour. The genetic algorithm utilizes a TSP sequence as the representation of each individual,…

神经与进化计算 · 计算机科学 2023-10-31 Sasan Mahmoudinazlou , Changhyun Kwon

If one places N cities on a continuum in an unit area, extensive numerical results and their analysis (scaling, etc.) suggest that the best normalized optimal travel distance becomes 0.72 for the Euclidean metric and 0.92 for the Manhattan…

统计力学 · 物理学 2007-05-23 Anirban Chakraborti , Bikas K. Chakrabarti

For a given polygonal region $P$, the Lawn Mowing Problem (LMP) asks for a shortest tour $T$ that gets within Euclidean distance 1 of every point in $P$; this is equivalent to computing a shortest tour for a unit-disk cutter $C$ that covers…

计算几何 · 计算机科学 2022-11-14 Sándor P. Fekete , Dominik Krupke , Michael Perk , Christian Rieck , Christian Scheffer

The maximum traveling salesman problem (Max~TSP) consists of finding a Hamiltonian cycle with the maximum total weight of the edges in a given complete weighted graph. We prove that, in the case when the edge weights are induced by a metric…

数据结构与算法 · 计算机科学 2022-01-12 Vladimir Shenmaier