中文
相关论文

相关论文: Polynomial Time Data Reduction for Dominating Set

200 篇论文

We show that the dominating set problem parameterized by solution size is fixed-parameter tractable (FPT) in graphs that do not contain the claw (K(1,3)), the complete bipartite graph on four vertices where the two parts have one and three…

数据结构与算法 · 计算机科学 2015-03-17 Marek Cygan , Geevarghese Philip , Marcin Pilipczuk , Michał Pilipczuk , Jakub Onufry Wojtaszczyk

A minimum dominating set for a digraph (directed graph) is a smallest set of vertices such that each vertex either belongs to this set or has at least one parent vertex in this set. We solve this hard combinatorial optimization problem…

物理与社会 · 物理学 2016-02-17 Yusupjan Habibulla , Jin-Hua Zhao , Hai-Jun Zhou

We investigate the problem of simultaneously dominating all spanning trees of a given graph. We prove that on 2-connected graphs, a subset of the vertices dominates all spanning trees of the graph if and only if it is a vertex cover. Using…

组合数学 · 数学 2020-12-17 Sebastian S. Johann , Sven O. Krumke , Manuel Streicher

Many algorithms for ranked data become computationally intractable as the number of objects grows due to the complex geometric structure induced by rankings. An additional challenge is posed by partial rankings, i.e. rankings in which the…

机器学习 · 计算机科学 2022-07-19 Michelangelo Conserva , Marc Peter Deisenroth , K S Sesh Kumar

The problem of finding dominators in a directed graph has many important applications, notably in global optimization of computer code. Although linear and near-linear-time algorithms exist, they use sophisticated data structures. We…

数据结构与算法 · 计算机科学 2013-10-09 Wojciech Fraczak , Loukas Georgiadis , Andrew Miller , Robert E. Tarjan

The Transversal problem, i.e, the enumeration of all the minimal transversals of a hypergraph in output-polynomial time, i.e, in time polynomial in its size and the cumulated size of all its minimal transversals, is a fifty years old open…

数据结构与算法 · 计算机科学 2014-07-09 Mamadou Moustapha Kanté , Vincent Limouzy , Arnaud Mary , Lhouari Nourine , Takeaki Uno

Given an unweighted graph $G$, the *minimum $r$-dominating set problem* asks for the smallest-cardinality subset $S$ such that every vertex in $G$ is within radius $r$ of some vertex in $S$. While the $r$-dominating set problem on planar…

数据结构与算法 · 计算机科学 2026-04-02 Reilly Browne , Hsien-Chih Chang

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

The study of power domination in graphs arises from the problem of placing a minimum number of measurement devices in an electrical network while monitoring the entire network. A power dominating set of a graph is a set of vertices from…

组合数学 · 数学 2017-12-08 Boris Brimkov , Derek Mikesell , Logan Smith

We investigate polynomial-time preprocessing for the problem of hitting forbidden minors in a graph, using the framework of kernelization. For a fixed finite set of connected graphs F, the F-Deletion problem is the following: given a graph…

计算复杂性 · 计算机科学 2018-04-25 Bart M. P. Jansen , Astrid Pieterse

Dealing with NP-hard problems, kernelization is a fundamental notion for polynomial-time data reduction with performance guarantees: in polynomial time, a problem instance is reduced to an equivalent instance with size upper-bounded by a…

数据结构与算法 · 计算机科学 2022-12-26 Matthias Bentert , René van Bevern , Till Fluschnik , André Nichterlein , Rolf Niedermeier

A dominating set $D$ in a graph is a subset of its vertex set such that each vertex is either in $D$ or has a neighbour in $D$. In this paper, we are interested in the enumeration of (inclusion-wise) minimal dominating sets in graphs,…

离散数学 · 计算机科学 2014-07-09 Mamadou Moustapha Kanté , Vincent Limouzy , Arnaud Mary , Lhouari Nourine

Interdiction problems are leader-follower games in which the leader is allowed to delete a certain number of edges from the graph in order to maximally impede the follower, who is trying to solve an optimization problem on the impeded…

数据结构与算法 · 计算机科学 2013-10-02 Feng Pan , Aaron Schild

Let G be a finite undirected graph. A vertex dominates itself and all its neighbors in G. A vertex set D is an efficient dominating set (e.d. for short) of G if every vertex of G is dominated by exactly one vertex of D. The Efficient…

离散数学 · 计算机科学 2013-04-24 Andreas Brandstädt , Martin Milanic , Ragnar Nevries

A vertex set $D$ in a finite undirected graph $G$ is an {\em efficient dominating set} (e.d.s.\ for short) of $G$ if every vertex of $G$ is dominated by exactly one vertex of $D$. The \emph{Efficient Domination} (ED) problem, which asks for…

离散数学 · 计算机科学 2021-03-19 Andreas Brandstädt , Raffaele Mosca

We algorithmize the recent structural characterization for claw-free graphs by Chudnovsky and Seymour. Building on this result, we show that Dominating Set on claw-free graphs is (i) fixed-parameter tractable and (ii) even possesses a…

数据结构与算法 · 计算机科学 2019-01-16 Danny Hermelin , Matthias Mnich , Erik Jan van Leeuwen , Gerhard Woeginger

We prove that for every positive integer $r$ and for every graph class $\mathcal G$ of bounded expansion, the $r$-Dominating Set problem admits a linear kernel on graphs from $\mathcal G$. Moreover, when $\mathcal G$ is only assumed to be…

The complexity class NP of decision problems that can be solved nondeterministically in polynomial time is of great theoretical and practical importance where the notion of polynomial-time reductions between NP-problems is a key concept for…

计算复杂性 · 计算机科学 2022-12-23 Hans-Jörg Kreowski , Sabine Kuske , Aaron Lye , Aljoscha Windhorst

Let $G$ be a graph and $D_s$ and $D_t$ be two dominating sets of $G$ of size $k$. Does there exist a sequence $\langle D_0 = D_s, D_1, \ldots, D_{\ell-1}, D_\ell = D_t \rangle$ of dominating sets of $G$ such that $D_{i+1}$ can be obtained…

计算复杂性 · 计算机科学 2021-05-21 Marthe Bonamy , Paul Dorbec , Paul Ouvrard

Given a set $P$ of $n$ points in the plane and a collection of disks centered at these points, the disk graph $G(P)$ has vertex set $P$, with an edge between two vertices if their corresponding disks intersect. We study the dominating set…

计算几何 · 计算机科学 2026-02-02 Anastasiia Tkachenko , Haitao Wang