中文
相关论文

相关论文: Tuple domination on graphs with the consecutive-ze…

200 篇论文

A subset $D$ of vertices of a graph $G$ is a \textit{dominating set} if for each $u\in V(G)\setminus D$, $u$ is adjacent to some vertex $v\in D$. The \textit{dominating number}, $\gamma(G)$ of $G$, is the minimum cardinality of a dominating…

组合数学 · 数学 2018-04-10 Doost Ali Mojdeh , Seyed Reza Musawi , Esmaeil Nazari , Nader Jafari Rad

A set $S\subseteq V$ of a graph $G=(V,E)$ is a dominating set if each vertex has a neighbor in $S$ or belongs to $S$. Dominating Set is the problem of deciding, given a graph $G$ and an integer $k\geq 1$, if $G$ has a dominating set of size…

In this paper we introduce and study a new graph invariant derived from the degree sequence of a graph $G$, called the sub-$k$-domination number and denoted $sub_k(G)$. We show that $sub_k(G)$ is a computationally efficient sharp lower…

离散数学 · 计算机科学 2016-11-09 David Amos , John Asplund , Boris Brimkov , Randy Davila

A set $S$ of vertices in a graph $G$ is a dominating set if every vertex of $G$ is in $S$ or is adjacent to a vertex in $S$. If, in addition, $S$ is an independent set, then $S$ is an independent dominating set. The domination number…

组合数学 · 数学 2020-10-27 Martin Knor , Riste Škrekovski , Aleksandra Tepeh

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

Let $G=(V,E)$ be a connected, finite undirected graph. A set $S \subseteq V$ is said to be a total dominating set of $G$ if every vertex in $V$ is adjacent to some vertex in $S$. The total domination number, $\gamma_{t}(G)$, is the minimum…

组合数学 · 数学 2025-06-10 Jean-Pierre Appel , Gabby Fischberg , Kyle Kelley , Nathan Shank , Eliel Sosis

A dominating set of a graph is a set of vertices such that every vertex not in the set has at least one neighbor in the set. The problem of counting dominating sets is #P-complete for chordal graphs but solvable in polynomial time for its…

离散数学 · 计算机科学 2022-07-04 Min-Sheng Lin

Let $G=(V, E)$ be a simple and undirected graph. For some integer $k\geq 1$, a set $D\subseteq V$ is said to be a k-dominating set in $G$ if every vertex $v$ of $G$ outside $D$ has at least $k$ neighbors in $D$. Furthermore, for some real…

计算复杂性 · 计算机科学 2017-02-03 Davood Bakhshesh , Mohammad Farshi , Mahdieh Hasheminezhad

A dominating set in a graph is a set of vertices with the property that every vertex in the graph is either in the set or adjacent to something in the set. The domination sequence of the graph is the sequence whose $k$th term is the number…

组合数学 · 数学 2024-08-26 David Galvin , Yufei Zhang

Let $G=(V(G),E(G))$ be a simple connected and undirected graph with vertex set $V(G)$ and edge set $E(G)$. A set $S \subseteq V(G)$ is a $dominating$ $set$ if for each $v \in V(G)$ either $v \in S$ or $v$ is adjacent to some $w \in S$. That…

组合数学 · 数学 2015-03-19 Haoli Wang , Xirong Xu , Yuansheng Yang , Guoqing Wang

The domination problem is a well-studied problem in graph theory. In this paper, we study two natural variants: the hop domination problem and the $2$-step domination problem. Let $G$ be a graph with vertex set $V$ and edge set $E$. For a…

离散数学 · 计算机科学 2026-05-21 Sandip Das , Sweta Das , Sk Samim Islam

The Grundy domination number of a graph $G = (V,E)$ is the length of the longest sequence of unique vertices $S = (v_1, \ldots, v_k)$ satisfying $N[v_i] \setminus \cup_{j=1}^{i-1}N[v_j] \neq \emptyset$ for each $i \in [k]$. Recently, a…

组合数学 · 数学 2022-12-21 Rebekah Herrman , Stephen G. Z. Smith

Given a graph $G=(V,E)$, the dominating set problem asks for a minimum subset of vertices $D\subseteq V$ such that every vertex $u\in V\setminus D$ is adjacent to at least one vertex $v\in D$. That is, the set $D$ satisfies the condition…

计算几何 · 计算机科学 2019-11-26 Sandip Banerjee , Sujoy Bhore

For a graph $G=(V,E)$, a set $D\subseteq V$ is called a \emph{disjunctive dominating set} of $G$ if for every vertex $v\in V\setminus D$, $v$ is either adjacent to a vertex of $D$ or has at least two vertices in $D$ at distance $2$ from it.…

离散数学 · 计算机科学 2015-03-05 B. S. Panda , Arti Pandey , S. Paul

A binary matrix has the consecutive ones property (C1P) if it is possible to order the columns so that all 1s are consecutive in every row. In [McConnell, SODA 2004 768-777] the notion of incompatibility graph of a binary matrix was…

数据结构与算法 · 计算机科学 2011-09-06 Mehrnoush Malekesmaeili , Cedric Chauve , Tamon Stephen

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

A $(0,1)$-matrix has the consecutive-ones property (C1P) if its columns can be permuted to make the $1$'s in each row appear consecutively. This property was characterised in terms of forbidden submatrices by Tucker in 1972. Several graph…

组合数学 · 数学 2022-07-05 Guillermo Durán , Nina Pardal , Martín D. Safe

We consider two graph optimization problems called vector domination and total vector domination. In vector domination one seeks a small subset S of vertices of a graph such that any vertex outside S has a prescribed number of neighbors in…

离散数学 · 计算机科学 2015-03-17 Ferdinando Cicalese , Martin Milanic , Ugo Vaccaro

The domination problem and its variants represent a classical domain within algorithmic graph theory. Among these variants, the paired-domination problem holds particular prominence due to its real-world implications in security and…

数据结构与算法 · 计算机科学 2024-12-02 Ta-Yu Mu , Ching-Chi Lin

For $k \geq 1$ and a graph $G$ without isolated vertices, a \emph{total (distance) $k$-dominating set} of $G$ is a set of vertices $S \subseteq V(G)$ such that every vertex in $G$ is within distance $k$ to some vertex of $S$ other than…

组合数学 · 数学 2024-06-14 Randy Davila