中文
相关论文

相关论文: A Novel Solution to the ATT48 Benchmark Problem

200 篇论文

This paper explores a variation of the Traveling Salesperson Problem, where the agent places a circular obstacle next to each node once it visits it. Referred to as the Traveling Salesperson Problem with Circle Placement (TSP-CP), the aim…

机器人学 · 计算机科学 2024-10-16 David Woller , Masoumeh Mansouri , Miroslav Kulich

In this paper, we provide a novel strategy for solving Traveling Salesman Problem, which is a famous combinatorial optimization problem studied intensely in the TCS community. In particular, we consider the imitation learning framework,…

机器学习 · 计算机科学 2022-10-13 Pingbang Hu

The Generalized Traveling Salesman Problem (GTSP) is an extension of the well-known Traveling Salesman Problem (TSP), where the node set is partitioned into clusters, and the objective is to find the shortest cycle visiting each cluster…

人工智能 · 计算机科学 2012-07-06 Mohammad Reihaneh , Daniel Karapetyan

We introduce multiple symmetric LP relaxations for minimum cut problems. The relaxations give optimal and approximate solutions when the input is a Hamiltonian cycle. We show that this leads to one of two interesting results. In one case,…

数据结构与算法 · 计算机科学 2020-05-26 Robert D. Carr , Jennifer Iglesias , Giuseppe Lanciac , Benjamin Moseley

In this work we revisit the Hopfield-Tank algorithm for the traveling salesman problem (TSP) and report encouraging results, with a different dynamics, that makes the algorithm more efficient finding better solutions in much less…

软凝聚态物质 · 物理学 2009-10-30 M. Argollo de Menezes , T. J. P. Penna

This paper considers a Min-Max Multiple Traveling Salesman Problem (MTSP), where the goal is to find a set of tours, one for each agent, to collectively visit all the cities while minimizing the length of the longest tour. Though MTSP has…

人工智能 · 计算机科学 2024-08-26 Yifan Guo , Zhongqiang Ren , Chen Wang

The Travelling Salesman Problem (TSP) is an important combinatorial optimisation problem, and is usually solved on a quantum computer using a Quadratic Unconstrained Binary Optimisation (QUBO) formulation or a Higher Order Binary…

量子物理 · 物理学 2024-06-21 Daniel Goldsmith , Joe Day-Evans

The Traveling-Salesperson-Problem (TSP) is arguably one of the best-known NP-hard combinatorial optimization problems. The two sophisticated heuristic solvers LKH and EAX and respective (restart) variants manage to calculate close-to…

人工智能 · 计算机科学 2020-05-28 Jakob Bossek , Pascal Kerschke , Heike Trautmann

The traveling salesman problem is one of the most studied combinatorial optimization problems, because of the simplicity in its statement and the difficulty in its solution. We characterize the optimal cycle for every convex and increasing…

无序系统与神经网络 · 物理学 2018-05-23 Sergio Caracciolo , Andrea Di Gioacchino , Marco Gherardi , Enrico M. Malatesta

In recent years, there has been much interest in phase transitions of combinatorial problems. Phase transitions have been successfully used to analyze combinatorial optimization problems, characterize their typical-case features and locate…

人工智能 · 计算机科学 2011-07-04 W. Zhang

We show that the traveling salesman problem (TSP) and its many variants may be modeled as functional optimization problems over a graph. In this formulation, all vertices and arcs of the graph are functionals; i.e., a mapping from a space…

最优化与控制 · 数学 2020-05-08 I. M. Ross , R. J. Proulx , M. Karpenko

We consider the Travelling Salesman Problem with Vertex Requisitions, where for each position of the tour at most two possible vertices are given. It is known that the problem is strongly NP-hard. The proposed algorithm for this problem has…

数据结构与算法 · 计算机科学 2017-03-14 Anton Eremeev , Yulia Kovalenko

In this paper we discuss the application of Artificial Intelligence (AI) to the exemplary industrial use case of the two-dimensional commissioning problem in a high-bay storage, which essentially can be phrased as an instance of Traveling…

神经与进化计算 · 计算机科学 2024-04-16 Stefan Wintersteller , Martin Uray , Michael Lehenauer , Stefan Huber

We introduce a topological feedback mechanism for the Travelling Salesman Problem (TSP) by analyzing the divergence between a tour and the minimum spanning tree (MST). Our key contribution is a canonical decomposition theorem that expresses…

In the maximum asymmetric traveling salesman problem (Max ATSP) we are given a complete directed graph with nonnegative weights on the edges and we wish to compute a traveling salesman tour of maximum weight. In this paper we give a fast…

数据结构与算法 · 计算机科学 2014-01-16 Katarzyna Paluch

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

In the Travelling Salesman Problem (TSP), we are given a complete graph $K_n$ together with an integer weighting $w$ on the edges of $K_n$, and we are asked to find a Hamilton cycle of $K_n$ of minimum weight. Let $h(w)$ denote the average…

数据结构与算法 · 计算机科学 2014-08-05 Gregory Gutin , Viresh Patel

Asymmetric Travelling Salesman Problem (ATSP) and its special case Directed Hamiltonicity are among the most fundamental problems in computer science. The dynamic programming algorithm running in time $O^*(2^n)$ developed almost 60 years…

数据结构与算法 · 计算机科学 2020-10-02 Łukasz Kowalik , Konrad Majewski

The Dubins Traveling Salesman Problem (DTSP) has generated significant interest over the last decade due to its occurrence in several civil and military surveillance applications. Currently, there is no algorithm that can find an optimal…

最优化与控制 · 数学 2018-03-07 Satyanarayana Manyam , Sivakumar Rathinam

We provide improved space-time tradeoffs for permutation problems over additively idempotent semi-rings. In particular, there is an algorithm for the Traveling Salesperson Problem that solves $N$-vertex instances using space $S$ and time…

数据结构与算法 · 计算机科学 2026-04-09 Afrouz Jabal Ameli , Jesper Nederlof , Shengzhe Wang