中文
相关论文

相关论文: Solution Bounds for a Hypothetical Polynomial Time…

200 篇论文

Fixed-parameter algorithms, approximation algorithms and moderately exponential algorithms are three major approaches to algorithms design. While each of them being very active in its own, there is an increasing attention to the connection…

计算复杂性 · 计算机科学 2012-11-29 Bruno Escoffier , EunJung Kim , Vangelis Th. Paschos

We describe an algorithm that takes as input n points in the plane and a parameter {\epsilon}, and produces as output an embedded planar graph having the given points as a subset of its vertices in which the graph distances are a (1 +…

计算几何 · 计算机科学 2016-03-22 Glencora Borradaile , David Eppstein

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 propose a new polynomial-time deterministic algorithm that produces an approximated solution for the traveling salesperson problem. The proposed algorithm ranks cities based on their priorities calculated using a power function of means…

数据结构与算法 · 计算机科学 2018-11-19 Ali Jazayeri , Hiroki Sayama

The Traveling Tournament Problem (TTP) is a challenging combinatorial optimization problem that has attracted the interest of researchers around the world. This paper proposes an improved search neighbourhood for the TTP that has been…

数据结构与算法 · 计算机科学 2010-07-06 Glenn Langford

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 problem of deciding if a Traveling Salesman Problem (TSP) tour is minimal was proved to be coNP-complete by Papadimitriou and Steiglitz. We give an alternative proof based on a polynomial time reduction from 3SAT. Like the original…

计算复杂性 · 计算机科学 2014-03-24 Marzio De Biasi

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…

数据结构与算法 · 计算机科学 2009-07-16 Vladimir Deineko , Alexander Tiskin

A popular method in combinatorial optimization is to express polytopes P, which may potentially have exponentially many facets, as solutions of linear programs that use few extra variables to reduce the number of constraints down to a…

计算复杂性 · 计算机科学 2017-03-21 Thomas Rothvoss

We consider the Travelling Salesman Problem with Neighbourhoods (TSPN) on the Euclidean plane ($\mathbb{R}^2$) and present a Polynomial-Time Approximation Scheme (PTAS) when the neighbourhoods are parallel line segments with lengths between…

数据结构与算法 · 计算机科学 2025-04-17 Benyamin Ghaseminia , Mohammad R. Salavatipour

We study the edge-length polytope, motivated both by algorithmic research on the Circulant Traveling Salesman Problem (Circulant TSP) and number-theoretic research related to the Buratti-Horak-Rosa conjecture. Circulant TSP is a special…

离散数学 · 计算机科学 2025-06-13 Samuel C. Gutekunst

We present an algorithm to obtain the maximum likelihood estimates of the correlation parameters of elliptical copulas. Previously existing methods for this task were either fast but only approximate or exact but very time-consuming,…

应用统计 · 统计学 2014-12-22 Lorenzo Hernández , Jorge Tejero , Jaime Vinuesa

We revisit the classic task of finding the shortest tour of $n$ points in $d$-dimensional Euclidean space, for any fixed constant $d \geq 2$. We determine the optimal dependence on $\varepsilon$ in the running time of an algorithm that…

计算几何 · 计算机科学 2024-09-13 Sándor Kisfaludi-Bak , Jesper Nederlof , Karol Węgrzycki

A method is presented to obtain an inner-approximation of the backward reachable set (BRS) of a given target tube, along with an admissible controller that maintains trajectories inside this tube. The proposed optimization algorithms are…

系统与控制 · 电气工程与系统科学 2019-07-09 He Yin , Murat Arcak , Andrew Packard , Peter Seiler

We study the Travelling Salesman Problem (TSP) on the metric completion of cubic and subcubic graphs, which is known to be NP-hard. The problem is of interest because of its relation to the famous 4/3 conjecture for metric TSP, which says…

数据结构与算法 · 计算机科学 2011-07-07 Sylvia Boyd , René Sitters , Suzanne van der Ster , Leen Stougie

In the Many-visits Path TSP, we are given a set of $n$ cities along with their pairwise distances (or cost) $c(uv)$, and moreover each city $v$ comes with an associated positive integer request $r(v)$. The goal is to find a minimum-cost…

离散数学 · 计算机科学 2020-07-23 Kristóf Bérczi , Matthias Mnich , Roland Vincze

The standard series expansion for the period of a finite amplitude pendulum as a function of energy (and hence amplitude) provides a lower limit on the period when the series is truncated. An adjustment to the last term in the truncated…

经典物理 · 物理学 2007-07-09 Ian R. Gatland

Let M be an nXn symetric matrix, n, even, T, an upper bound for T_OPT, an optimal tour, sigma_T, the smaller-valued perfect matching obtained from alternate edges of T expressed as a product of 2-cycles. Applying the modified Floyd-Warshall…

组合数学 · 数学 2007-05-23 Howard Kleiman

We examine the possibility of approximating Maximum Vertex-Disjoint Shortest Paths. In this problem, the input is an edge-weighted (directed or undirected) $n$-vertex graph $G$ along with $k$ terminal pairs…

数据结构与算法 · 计算机科学 2025-04-23 Matthias Bentert , Fedor V. Fomin , Petr A. Golovach

We consider the following surveillance problem: Given a set $P$ of $n$ sites in a metric space and a set of $k$ robots with the same maximum speed, compute a patrol schedule of minimum latency for the robots. Here a patrol schedule…