中文
相关论文

相关论文: The Parameterized Complexity of Domination-type Pr…

200 篇论文

Let $G$ be a finite undirected graph with edge set $E$. An edge set $E' \subseteq E$ is an {\em induced matching} in $G$ if the pairwise distance of the edges of $E'$ in $G$ is at least two; $E'$ is {\em dominating} in $G$ if every edge $e…

离散数学 · 计算机科学 2011-06-15 Andreas Brandstadt , Raffaele Mosca

Domination and coloring are two classic problems in graph theory. The major focus of this paper is the CD-COLORING problem which combines the flavours of domination and colouring. Let $G$ be an undirected graph. A proper vertex coloring of…

数据结构与算法 · 计算机科学 2024-10-01 Dhanyamol Antony , L. Sunil Chandran , Ankit Gayen , Shirish Gosavi , Dalu Jacob

An upper dominating set is a minimal dominating set in a graph. In the \textsc{Upper Dominating Set} problem, the goal is to find an upper dominating set of maximum size. We study the complexity of parameterized algorithms for \textsc{Upper…

数据结构与算法 · 计算机科学 2021-01-20 Louis Dublois , Michael Lampis , Vangelis Th. Paschos

Given a graph $G = (V, E)$, a signed Roman dominating function is a function $f: V \rightarrow \{-1, 1, 2\}$ such that for every vertex $u \in V$: $\sum_{v \in N[u]} f(v) \geq 1$ and for every vertex $u \in V$ with $f(u) = -1$, there exists…

数据结构与算法 · 计算机科学 2025-12-03 Sangam Balchandar Reddy

Given a positive integer $k$, a $k$-dominating set in a graph $G$ is a set of vertices such that every vertex not in the set has at least $k$ neighbors in the set. A total $k$-dominating set, also known as a $k$-tuple total dominating set,…

The dominating set problem (DSP) is one of the most famous problems in combinatorial optimization. It is defined as follows. For a given simple graph $G=(V,E)$, a dominating set of $G$ is a subset $S\subseteq V$ such that every vertex in $…

组合数学 · 数学 2022-11-01 Nima Ghanbari , Gerold Jäger , Tuomo Lehtilä

We investigate the parameterized complexity of generalisations and variations of the dominating set problem on classes of graphs that are nowhere dense. In particular, we show that the distance-d dominating-set problem, also known as the…

数据结构与算法 · 计算机科学 2009-07-27 Anuj Dawar , Stephan Kreutzer

Given a dominating set, how much smaller a dominating set can we find through elementary operations? Here, we proceed by iterative vertex addition and removal while maintaining the property that the set forms a dominating set of bounded…

离散数学 · 计算机科学 2020-05-06 Alexandre Blanché , Haruka Mizuta , Paul Ouvrard , Akira Suzuki

For a graph $G=(V,E)$ with no isolated vertices, a set $D\subseteq V$ is called a semipaired dominating set of G if $(i)$ $D$ is a dominating set of $G$, and $(ii)$ $D$ can be partitioned into two element subsets such that the vertices in…

离散数学 · 计算机科学 2019-04-02 Michael A. Henning , Arti Pandey , Vikash Tripathi

A set $D\subseteq V$ is called a $k$-tuple dominating set of a graph $G=(V,E)$ if $\left| N_G[v] \cap D \right| \geq k$ for all $v \in V$, where $N_G[v]$ denotes the closed neighborhood of $v$. A set $D \subseteq V$ is called a liar's…

计算复杂性 · 计算机科学 2014-08-19 Arijit Bishnu , Arijit Ghosh , Subhabrata Paul

A locating-dominating set $D$ of a graph $G$ is a dominating set of $G$ where each vertex not in $D$ has a unique neighborhood in $D$, and the Locating-Dominating Set problem asks if $G$ contains such a dominating set of bounded size. This…

数据结构与算法 · 计算机科学 2023-10-10 Márcia R. Cappelle , Guilherme C. M. Gomes , Vinicius F. dos Santos

A class domination coloring (also called cd-Coloring or dominated coloring) of a graph is a proper coloring in which every color class is contained in the neighbourhood of some vertex. The minimum number of colors required for any…

离散数学 · 计算机科学 2022-03-18 R. Krithika , Ashutosh Rai , Saket Saurabh , Prafullkumar Tale

A set $W\subseteq V(G)$ is called a resolving set, if for each two distinct vertices $u,v\in V(G)$ there exists $w\in W$ such that $d(u,w)\neq d(v,w)$, where $d(x,y)$ is the distance between the vertices $x$ and $y$. The minimum cardinality…

组合数学 · 数学 2011-12-13 Behrooz Bagheri Gh. , Mohsen Jannesari , Behnaz Omoomi

For a graph $H$, a graph $G$ is an $H$-graph if it is an intersection graph of connected subgraphs of some subdivision of $H$. $H$-graphs naturally generalize several important graph classes like interval or circular-arc graph. This class…

数据结构与算法 · 计算机科学 2020-02-24 Fedor V. Fomin , Petr A. Golovach , Jean-Florent Raymond

We settle the parameterized complexities of several variants of independent set reconfiguration and dominating set reconfiguration, parameterized by the number of tokens. We show that both problems are XL-complete when there is no limit on…

计算复杂性 · 计算机科学 2023-10-24 Hans L. Bodlaender , Carla Groenland , Céline M. F. Swennenhuis

A subset $S$ of vertices in a graph $G=(V, E)$ is a Dominating Set if each vertex in $V(G)\setminus S$ is adjacent to at least one vertex in $S$. Chellali et al. in 2013, by restricting the number of neighbors in $S$ of a vertex outside…

计算复杂性 · 计算机科学 2024-11-20 Mohsen Alambardar Meybodi , Abolfazl Poureidi

Given a graph~$G$, the domination number, denoted by~$\gamma(G)$, is the minimum cardinality of a dominating set in~$G$. Dual to the notion of domination number is the packing number of a graph. A packing of~$G$ is a set of vertices whose…

组合数学 · 数学 2024-02-09 Renzo Gómez , Juan Gutiérrez

For $k \geq 1$, in a graph $G=(V,E)$, a set of vertices $D$ is a distance $k$-dominating set of $G$, if any vertex in $V\setminus D$ is at distance at most $k$ from some vertex in $D$. The minimum cardinality of a distance $k$-dominating…

Partial vertex cover and partial dominating set are two well-investigated optimization problems. While they are $\rm W[1]$-hard on general graphs, they have been shown to be fixed-parameter tractable on many sparse graph classes, including…

数据结构与算法 · 计算机科学 2025-07-01 Jakub Balabán , Daniel Mock , Peter Rossmanith

The dominating number $\gamma(G)$ of a graph $G$ is the minimum size of a vertex set whose closed neighborhoods cover all vertices of $G$, while the packing number $\rho(G)$ is the maximum size of a vertex set whose closed neighborhoods are…

组合数学 · 数学 2026-03-18 Ákos Dúcz , Anna Gujgiczer