中文
相关论文

相关论文: A distributed algorithm to find k-dominating sets

200 篇论文

Given a directed graph $D$, a set $S \subseteq V(D)$ is a total dominating set of $D$ if each vertex in $D$ has an in-neighbor in $S$. The total domination number of $D$, denoted $\gamma_t(D)$, is the minimum cardinality among all total…

组合数学 · 数学 2023-11-29 Sarah E. Anderson , Tanja Dravec , Daniel Johnston , Kirsti Kuenzel

Locating-dominating sets and identifying codes are two closely related notions in the area of separating systems. Roughly speaking, they consist in a dominating set of a graph such that every vertex is uniquely identified by its…

组合数学 · 数学 2015-11-25 Camino Balbuena , Florent Foucaud , Adriana Hansberg

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

A subset $D\subseteq V_G$ is a dominating set of $G$ if every vertex in $V_G\setminus D$ has a neighbor in $D$, while $D$ is a 2-dominating set of $G$ if every vertex belonging to $V_G\setminus D$ is joined by at least two edges with a…

组合数学 · 数学 2021-08-24 Michael A. Henning , Jerzy Topp

In the study of deterministic distributed algorithms it is commonly assumed that each node has a unique $O(\log n)$-bit identifier. We prove that for a general class of graph problems, local algorithms (constant-time distributed algorithms)…

分布式、并行与集群计算 · 计算机科学 2013-12-24 Mika Göös , Juho Hirvonen , Jukka Suomela

The minimum dominating set problem asks for a dominating set with minimum size. First, we determine some vertices contained in the minimum dominating set of a graph. By applying a particular scheme, we ensure that the resulting graph is…

组合数学 · 数学 2025-12-15 Misa Nakanishi

We study the problem of computing approximate minimum edge cuts by distributed algorithms. We use a standard synchronous message passing model where in each round, $O(\log n)$ bits can be transmitted over each edge (a.k.a. the CONGEST…

数据结构与算法 · 计算机科学 2013-11-21 Mohsen Ghaffari , Fabian Kuhn

We study partial and budgeted versions of the well studied connected dominating set problem. In the partial connected dominating set problem, we are given an undirected graph G = (V,E) and an integer n', and the goal is to find a minimum…

数据结构与算法 · 计算机科学 2013-11-12 Samir Khuller , Manish Purohit , Kanthi Sarpatwar

We show that there is a deterministic local algorithm (constant-time distributed graph algorithm) that finds a 5-approximation of a minimum dominating set on outerplanar graphs. We show there is no such algorithm that finds a…

分布式、并行与集群计算 · 计算机科学 2022-11-22 Marthe Bonamy , Linda Cook , Carla Groenland , Alexandra Wesolek

A primary challenge in metagenomics is reconstructing individual microbial genomes from the mixture of short fragments created by sequencing. Recent work leverages the sparsity of the assembly graph to find $r$-dominating sets which enable…

数据结构与算法 · 计算机科学 2023-01-24 Yosuke Mizutani , Annie Staker , Blair D. Sullivan

We study the problem of finding the smallest set of nodes in a network whose removal results in an empty $k$-core; where the $k$-core is the sub-network obtained after the iterative removal of all nodes of degree smaller than $k$. This…

物理与社会 · 物理学 2019-02-27 Christian Schmidt , Henry D. Pfister , Lenka Zdeborová

A subset $S$ of a vertex set of a graph $G$ is a total $(k,r)$-dominating set if every vertex $u \in V(G)$ is within distance $k$ of at least $r$ vertices in $S$. The minimum cardinality among all total $(k,r)$-dominating sets of $G$ is…

离散数学 · 计算机科学 2015-11-24 Louisa Harutyunyan

Inspired by the great success of machine learning in the past decade, people have been thinking about the possibility of improving the theoretical results by exploring data distribution. In this paper, we revisit a fundamental problem…

数据结构与算法 · 计算机科学 2020-06-24 Hao Wu , Junhao Gan , Rui Zhang

Motivated by the increasing need to understand the algorithmic foundations of distributed large-scale graph computations, we study a number of fundamental graph problems in a message-passing model for distributed computing where $k \geq 2$…

分布式、并行与集群计算 · 计算机科学 2016-07-07 Gopal Pandurangan , Peter Robinson , Michele Scquizzato

In this paper, we consider the problem of finding weak independent sets in a distributed network represented by a hypergraph. In this setting, each edge contains a set of r vertices rather than simply a pair, as in a standard graph. A…

分布式、并行与集群计算 · 计算机科学 2024-11-21 Duncan Adamson , Will Rosenbaum , Paul G. Spirakis

We present time-efficient distributed algorithms for decomposing graphs with large edge or vertex connectivity into multiple spanning or dominating trees, respectively. As their primary applications, these decompositions allow us to achieve…

数据结构与算法 · 计算机科学 2013-11-22 Keren Censor-Hillel , Mohsen Ghaffari , Fabian Kuhn

In distributed networks, it is often useful for the nodes to be aware of dense subgraphs, e.g., such a dense subgraph could reveal dense subtructures in otherwise sparse graphs (e.g. the World Wide Web or social networks); these might…

分布式、并行与集群计算 · 计算机科学 2012-08-08 Atish Das Sarma , Ashwin Lall , Danupon Nanongkai , Amitabh Trehan

A dominating set of a graph $G$ is a set $D\subseteq V_G$ such that every vertex in $V_G-D$ is adjacent to at least one vertex in $D$, and the domination number $\gamma(G)$ of $G$ is the minimum cardinality of a dominating set of $G$. A set…

组合数学 · 数学 2021-01-18 Andrzej Lingas , Mateusz Miotk , Jerzy Topp , Paweł Żyliński

We study the fair k-set selection problem where we aim to select $k$ sets from a given set system such that the (weighted) occurrence times that each element appears in these $k$ selected sets are balanced, i.e., the maximum (weighted)…

数据结构与算法 · 计算机科学 2025-05-20 Shi Li , Chenyang Xu , Ruilong Zhang

We consider several problems related to packing forests in graphs. The first one is to find $k$ edge-disjoint forests in a directed graph $G$ of maximal size such that the indegree of each vertex in these forests is at most $k$. We describe…

数据结构与算法 · 计算机科学 2026-01-26 Pavel Arkhipov , Vladimir Kolmogorov