中文
相关论文

相关论文: The traveling salesman problem for cubic graphs

200 篇论文

We study the problem of finding the cycle of minimum cost-to-time ratio in a directed graph with $ n $ nodes and $ m $ edges. This problem has a long history in combinatorial optimization and has recently seen interesting applications in…

数据结构与算法 · 计算机科学 2018-03-02 Karl Bringmann , Thomas Dueholm Hansen , Sebastian Krinninger

Finding Hamitonian Cycles in square grid graphs is a well studied and important questions. More recent work has extended these results to triangular and hexagonal grids, as well as further restricted versions. In this paper, we examine a…

计算复杂性 · 计算机科学 2018-05-09 Kaiying Hou , Jayson Lynch

The Steiner Multicycle problem consists of, given a complete graph, a weight function on its vertices, and a collection of pairwise disjoint non-unitary sets called terminal sets, finding a minimum weight collection of vertex-disjoint…

数据结构与算法 · 计算机科学 2023-08-16 Cristina G. Fernandes , Carla N. Lintzmayer , Phablo F. S. Moura

Given a weighted graph $G$ with $n$ vertices and $m$ edges, and a positive integer $p$, the Hamiltonian $p$-median problem consists in finding $p$ cycles of minimum total weight such that each vertex of $G$ is in exactly one cycle. We…

数据结构与算法 · 计算机科学 2022-04-28 Dilson Lucas Pereira , Michel Wan Der Maas Soares

We present the first nontrivial approximation algorithm for the bottleneck asymmetric traveling salesman problem. Given an asymmetric metric cost between n vertices, the problem is to find a Hamiltonian cycle that minimizes its bottleneck…

数据结构与算法 · 计算机科学 2020-12-29 Hyung-Chan An , Robert Kleinberg , David B. Shmoys

There is a sizable literature on investigating the minimum and maximum numbers of cycles in a class of graphs. However, the answer is known only for special classes. This paper presents a result on the smallest number of cycles in…

离散数学 · 计算机科学 2016-03-08 Bader F. AlBdaiwi

We describe an algorithm for the exhaustive generation of non-isomorphic graphs with a given number $k \ge 0$ of hamiltonian cycles, which is especially efficient for small $k$. Our main findings, combining applications of this algorithm…

组合数学 · 数学 2019-07-16 Jan Goedgebeur , Barbara Meersman , Carol T. Zamfirescu

In this note we present an algorithm that lists all $4$-cycles in a graph in time $\tilde{O}(\min(n^2,m^{4/3})+t)$ where $t$ is their number. Notably, this separates $4$-cycle listing from triangle-listing, since the latter has a…

数据结构与算法 · 计算机科学 2022-11-21 Amir Abboud , Seri Khoury , Oree Leibowitz , Ron Safier

We prove that if an $n$-vertex graph with minimum degree at least $3$ contains a Hamiltonian cycle, then it contains another cycle of length $n-o(n)$; this implies, in particular, that a well-known conjecture of Sheehan from 1975 holds…

组合数学 · 数学 2017-09-19 António Girão , Teeradej Kittipassorn , Bhargav Narayanan

The semi-random graph process is an adaptive random graph process in which an online algorithm is initially presented an empty graph on $n$ vertices. In each round, a vertex $u$ is presented to the algorithm independently and uniformly at…

组合数学 · 数学 2024-12-24 Alan Frieze , Pu Gao , Calum MacRury , Paweł Prałat , Gregory Sorkin

We introduce a new setting of algorithmic problems in random graphs, studying the minimum number of queries one needs to ask about the adjacency between pairs of vertices of ${\mathcal G}(n,p)$ in order to typically find a subgraph…

组合数学 · 数学 2016-08-05 Asaf Ferber , Michael Krivelevich , Benny Sudakov , Pedro Vieira

We consider the fundamental algorithmic problem of finding a cycle of minimum weight in a weighted graph. In particular, we show that the minimum weight cycle problem in an undirected n-node graph with edge weights in {1,...,M} or in a…

数据结构与算法 · 计算机科学 2011-04-15 Liam Roditty , Virginia Vassilevska Williams

We study the Hamilton cycle problem with input a random graph G=G(n,p) in two settings. In the first one, G is given to us in the form of randomly ordered adjacency lists while in the second one we are given the adjacency matrix of G. In…

组合数学 · 数学 2021-11-30 Michael Anastos

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

For all integers $k$ with $k\geq 2$, if $G$ is a balanced $k$-partite graph on $n\geq 3$ vertices with minimum degree at least \[…

组合数学 · 数学 2020-05-28 Louis DeBiasio , Nicholas Spanier

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…

计算几何 · 计算机科学 2025-07-08 Thomas Schibler , Subhash Suri , Jie Xue

Although, the Hamiltonicity of solid grid graphs are polynomial-time decidable, the complexity of the longest cycle problem in these graphs is still open. In this paper, by presenting a linear-time constant-factor approximation algorithm,…

数据结构与算法 · 计算机科学 2015-02-26 Asghar Asgharian Sardroud , Alireza Bagheri

We propose the following conjecture extending Dirac's theorem: if $G$ is a graph with $n\ge 3$ vertices and minimum degree $\delta(G)\ge n/2$, then in every orientation of $G$ there is a Hamilton cycle with at least $\delta(G)$ edges…

组合数学 · 数学 2023-03-13 Lior Gishboliner , Michael Krivelevich , Peleg Michaeli

In this paper, an iterative algorithm is designed to compute the sparse graphs for traveling salesman problem (TSP) according to the frequency quadrilaterals so that the computation time of the algorithms for TSP will be lowered. At each…

离散数学 · 计算机科学 2018-01-30 Yong Wang , Jeffrey Remmel

The generalized traveling salesman problem (GTSP) is an extension of the well-known traveling salesman problem. In GTSP, we are given a partition of cities into groups and we are required to find a minimum length tour that includes exactly…

数据结构与算法 · 计算机科学 2010-03-30 Gregory Gutin , Daniel Karapetyan