中文
相关论文

相关论文: On distance r-dominating and 2r-independent sets i…

200 篇论文

We provide a new constant factor approximation algorithm for the (connected) distance-$r$ dominating set problem on graph classes of bounded expansion. Classes of bounded expansion include many familiar classes of sparse graphs such as…

分布式、并行与集群计算 · 计算机科学 2018-06-08 Saeed Akhoondian Amiri , Patrice Ossona de Mendez , Roman Rabinovich , Sebastian Siebertz

The dominating set problem and its generalization, the distance-$r$ dominating set problem, are among the well-studied problems in the sequential settings. In distributed models of computation, unlike for domination, not much is known about…

分布式、并行与集群计算 · 计算机科学 2019-10-08 Saeed Akhoondian Amiri , Ben Wiederhake

The k-domination number of a graph is the minimum size of a set X such that every vertex of G is in distance at most k from X. We give a linear time constant-factor approximation algorithm for k-domination number in classes of graphs with…

组合数学 · 数学 2011-10-25 Zdenek Dvorak

Inspired by the potential of improving tractability via gap- or above-guarantee parametrisations, we investigate the complexity of Dominating Set when given a suitable lower-bound witness. Concretely, we consider being provided with a…

数据结构与算法 · 计算机科学 2019-06-24 Carl Einarson , Felix Reidl

We show that the dominating set problem admits a constant factor approximation in a constant number of rounds in the LOCAL model of distributed computing on graph classes with bounded expansion. This generalizes a result of Czygrinow et al.…

离散数学 · 计算机科学 2022-07-07 Ozan Heydt , Simeon Kublenz , Patrice Ossona de Mendez , Sebastian Siebertz , Alexandre Vigny

The Minimum Dominating Set (MDS) problem is not only one of the most fundamental problems in distributed computing, it is also one of the most challenging ones. While it is well-known that minimum dominating sets cannot be approximated…

分布式、并行与集群计算 · 计算机科学 2016-02-15 Saeed Akhoondian Amiri , Stefan Schmid , Sebastian Siebertz

For a positive integer $r$, a distance-$r$ independent set in an undirected graph $G$ is a set $I\subseteq V(G)$ of vertices pairwise at distance greater than $r$, while a distance-$r$ dominating set is a set $D\subseteq V(G)$ such that…

离散数学 · 计算机科学 2020-12-25 Michał Pilipczuk , Sebastian Siebertz

The notions of bounded expansion and nowhere denseness have been applied very successfully in algorithmic graph theory. We study the corresponding notions of directed bounded expansion and nowhere crownfulness on directed graphs. We show…

离散数学 · 计算机科学 2017-07-10 Stephan Kreutzer , Patrice Ossona de Mendez , Roman Rabinovich , Sebastian Siebertz

Statistical analysis of large and sparse graphs is a challenging problem in data science due to the high dimensionality and nonlinearity of the problem. This paper presents a fast and scalable algorithm for partitioning such graphs into…

数据结构与算法 · 计算机科学 2018-12-24 Hannu Reittu , Lasse Leskelä , Tomi Räty , Marco Fiorucci

We show that graphs excluding $K_{2,t}$ as a minor admit a $f(t)$-round $50$-approximation deterministic distributed algorithm for Minimum Dominating Set. The result extends to Minimum Vertex Cover. Though fast and approximate distributed…

分布式、并行与集群计算 · 计算机科学 2025-05-14 Marthe Bonamy , Cyril Gavoille , Timothé Picavet , Alexandra Wesolek

We prove that a simple distributed algorithm finds a constant approximation of an optimal distance-$k$ dominating set in graphs with no $K_{2,t}$-minor. The algorithm runs in a constant number of rounds. We further show how this procedure…

数据结构与算法 · 计算机科学 2022-03-08 Andrzej Czygrinow , Michał Hanćkowiak , Marcin Witkowski

We first devise a branching algorithm that computes a minimum independent dominating set on any graph with running time O*(2^0.424n) and polynomial space. This improves the O*(2^0.441n) result by (S. Gaspers and M. Liedloff, A…

数据结构与算法 · 计算机科学 2015-05-13 Nicolas Bourgeois , Bruno Escoffier , Vangelis Th. Paschos

In this note we consider a more general version of local sparsity introduced recently by Anderson, Kuchukova, and the author. In particular, we say a graph $G = (V, E)$ is $(k, r)$-locally-sparse if for each vertex $v \in V(G)$, the…

组合数学 · 数学 2025-07-22 Abhishek Dhawan

A distance graph is an undirected graph on the integers where two integers are adjacent if their difference is in a prescribed distance set. The independence ratio of a distance graph $G$ is the maximum density of an independent set in $G$.…

The study of domination in graphs has led to a variety of domination problems studied in the literature. Most of these follow the following general framework: Given a graph $G$ and an integer $k$, decide if there is a set $S$ of $k$…

数据结构与算法 · 计算机科学 2024-09-13 Marvin Künnemann , Mirza Redzic

We consider a generic algorithmic paradigm that we call progressive exploration, which can be used to develop simple and efficient parameterized graph algorithms. We identify two model-theoretic properties that lead to efficient progressive…

计算机科学中的逻辑 · 计算机科学 2018-11-19 Grzegorz Fabiański , Michał Pilipczuk , Sebastian Siebertz , Szymon Toruńczyk

We develop efficient parameterized, with additive error, approximation algorithms for the (Connected) $r$-Domination problem and the (Connected) $p$-Center problem for unweighted and undirected graphs. Given a graph $G$, we show how to…

数据结构与算法 · 计算机科学 2017-06-26 Arne Leitert , Feodor F. Dragan

We consider structural parameterizations of the fundamental Dominating Set problem and its variants in the parameter ecology program. We give improved FPT algorithms and lower bounds under well-known conjectures for dominating set in graphs…

数据结构与算法 · 计算机科学 2024-05-20 Dishant Goyal , Ashwin Jacob , Kaushtubh Kumar , Diptapriyo Majumdar , Venkatesh Raman

For a fixed integer $r \geq 1$, a distance-$r$ dominating set (D$r$DS) of a graph $G = (V, E)$ is a vertex subset $D \subseteq V$ such that every vertex in $V$ is within distance $r$ from some member of $D$. Given two D$r$DSs $D_s, D_t$ of…

数据结构与算法 · 计算机科学 2026-03-10 Niranka Banerjee , Duc A. Hoang

The Minimum Dominating Set (MDS) problem is one of the most fundamental and challenging problems in distributed computing. While it is well-known that minimum dominating sets cannot be approximated locally on general graphs, over the last…

分布式、并行与集群计算 · 计算机科学 2019-04-18 Saeed Akhoondian Amiri , Stefan Schmid , Sebastian Siebertz
‹ 上一页 1 2 3 10 下一页 ›