English
Related papers

Related papers: The Lawn Mowing Problem: From Algebra to Algorithm…

200 papers

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…

Optimization and Control · Mathematics 2021-09-30 Ulrich Pferschy , Rostislav Stanek

The Metric Traveling Salesman Problem (TSP) is a classical NP-hard optimization problem. The double-tree shortcutting method for Metric TSP yields an exponentially-sized space of TSP tours, each of which approximates the optimal solution…

Data Structures and Algorithms · Computer Science 2009-07-16 Vladimir Deineko , Alexander Tiskin

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.…

Artificial Intelligence · Computer Science 2024-04-18 Bowen Fang , Xu Chen , Xuan Di

In the Traveling Salesperson Problem with Neighborhoods (TSPN), we are given a collection of geometric regions in some space. The goal is to output a tour of minimum length that visits at least one point in each region. Even in the…

Data Structures and Algorithms · Computer Science 2019-06-14 Antonios Antoniadis , Krzysztof Fleszar , Ruben Hoeksma , Kevin Schewior

We introduce the Polychromatic Traveling Salesman Problem (PCTSP), where the input is an edge weighted graph whose vertices are partitioned into $k$ equal-sized color classes, and the goal is to find a minimum-length Hamiltonian cycle that…

Computational Geometry · Computer Science 2025-07-08 Thomas Schibler , Subhash Suri , Jie Xue

The question of whether all problems in NP class are also in P class is generally considered one of the most important open questions in mathematics and theoretical computer science as it has far-reaching consequences to other problems in…

Data Structures and Algorithms · Computer Science 2016-12-20 Wenhong Tian

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…

Optimization and Control · Mathematics 2022-04-18 Enrico Angelelli , Renata Mansini , Romeo Rizzi

A generalization of the classical TSP is the so-called quadratic travelling salesman problem (QTSP), in which a cost coefficient is associated with the transition in every vertex, i.e. with every pair of edges traversed in succession. In…

Discrete Mathematics · Computer Science 2021-09-30 Rostislav Staněk , Peter Greistorfer , Klaus Ladner , Ulrich Pferschy

We study the Lawn Mowing Problem restricted to periodic billiard paths in the unit square. Given the combinatorial data of a trajectory, we determine the optimal covering radius, and identify the shortest path that covers the square for any…

Dynamical Systems · Mathematics 2026-05-22 Natnaree Sriprasert , Sangsan Warakkagun

We present a new problem called the incomplete Traveling Tournament problem, which introduces the well known Traveling Tournament Problem into the realm of incomplete round-robin tournaments. We focus on the case where teams can face each…

Optimization and Control · Mathematics 2026-03-23 Karel Devriesere , David Van Bulck , Dries Goossens

We introduce the Observation Route Problem ($\textsf{ORP}$) defined as follows: Given a set of $n$ pairwise disjoint compact regions in the plane, find a shortest tour (route) such that an observer walking along this tour can see (observe)…

Computational Geometry · Computer Science 2024-11-04 Adrian Dumitrescu , Csaba D. Tóth

In this paper we consider the Recoverable Traveling Salesman Problem (TSP). Here the task is to find two tours simultaneously, such that the intersection between the tours is at least a given minimum size, while the sum of travel distances…

Data Structures and Algorithms · Computer Science 2021-11-19 Marc Goerigk , Stefan Lendl , Lasse Wulf

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…

Data Structures and Algorithms · Computer Science 2015-03-17 Zhihan Gao

If one places N cities randomly on a lattice of size L, we find that the normalized optimal travel distances per city in the Euclidean and Manhattan metrics vary monotonically with the city concentration p. We have studied such optimal…

Statistical Mechanics · Physics 2009-10-31 Anirban Chakraborti , Bikas K. Chakrabarti

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…

Data Structures and Algorithms · Computer Science 2019-07-24 Hadrien Cambazard , Nicolas Catusse

We show that certain ways of solving some combinatorial optimization problems can be understood as using query planes to divide the space of problem instances into polyhedra that could fit into those that characterize the problem's various…

Computational Complexity · Computer Science 2023-04-24 Jian Yang

We introduce the Constrained Least-cost Tour (CLT) problem: given an undirected graph with weight and cost functions on the edges, minimise the total cost of a tour rooted at a start vertex such that the total weight lies within a given…

Data Structures and Algorithms · Computer Science 2019-06-20 Patrick O'Hara , M. S. Ramanujan , Theodoros Damoulas

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…

Data Structures and Algorithms · Computer Science 2007-05-23 Sandor P. Fekete , Henk Meijer , Andre Rohe , Walter Tietze

We propose that the statistics of the optimal tour in the planar random Euclidean traveling salesman problem is conformally invariant on large scales. This is exhibited in power-law behavior of the probabilities for the tour to zigzag…

Statistical Mechanics · Physics 2009-11-10 J. L. Jacobsen , N. Read , H. Saleur

In some domestic professional sports leagues, the home stadiums are located in cities connected by a common train line running in one direction. For these instances, we can incorporate this geographical information to determine optimal or…

Artificial Intelligence · Computer Science 2014-01-24 Richard Hoshino , Ken-ichi Kawarabayashi