English
Related papers

Related papers: Defensive alliances in graphs: a survey

200 papers

A defensive $k$-alliance in a graph is a set $S$ of vertices with the property that every vertex in $S$ has at least $k$ more neighbors in $S$ than it has outside of $S$. A defensive $k$-alliance $S$ is called global if it forms a…

Combinatorics · Mathematics 2010-07-29 Ismael G. Yero , Sergio Bermudo , Juan A. Rodriguez-Velazquez , Jose M. Sigarreta

Let $\Gamma=(V,E)$ be a simple graph. For a nonempty set $X\subseteq V$, and a vertex $v\in V$, $\delta_{X}(v)$ denotes the number of neighbors $v$ has in $X$. A nonempty set $S\subseteq V$ is a \emph{defensive $k$-alliance} in…

Combinatorics · Mathematics 2008-12-08 J. A. Rodriguez-Velazquez , I. G. Yero , J. M. Sigarreta

If $G=(V_G, E_G)$ is a graph, then $S\subseteq V_G$ is a global defensive $k$-alliance in $G$ if (i) each vertex not in $S$ has a neighbor in $S$ and (ii) each vertex of $S$ has at least $k$ more neighbors inside $S$ than outside of it. The…

Combinatorics · Mathematics 2018-12-10 Mostafa Tavakoli , Sandi Klavžar

Let $\Gamma=(V,E)$ be a simple graph. For a nonempty set $X\subseteq V$, and a vertex $v\in V$, $\delta_{X}(v)$ denotes the number of neighbors $v$ has in $X$. A nonempty set $S\subseteq V$ is a \emph{defensive $k$-alliance} in…

Combinatorics · Mathematics 2010-03-26 J. A. Rodriguez , J. M. Sigarreta

A set $S$ of vertices of a graph is a defensive alliance if, for each element of $S$, the majority of its neighbours are in $S$. We study the parameterized complexity of the Defensive Alliance problem, where the aim is to find a minimum…

Computational Complexity · Computer Science 2021-11-11 Ajinkya Gaikwad , Soumen Maity

Let $G=(V,E)$ be a graph. For a non-empty subset of vertices $S\subseteq V$, and vertex $v\in V$, let $\delta_S(v)=|\{u\in S:uv\in E\}|$ denote the cardinality of the set of neighbors of $v$ in $S$, and let $\bar{S}=V-S$. Consider the…

Combinatorics · Mathematics 2011-12-12 Ismael G. Yero , Juan A. Rodriguez-Velazquez , Sergio Bermudo

A set $S$ of vertices of graph $G$ is a \textit{defensive alliance} of $G$ if for every $v \in S$, it holds $|N[v] \cap S| \geq |N[v]-S|$. An alliance $S$ is called $global$ if it is also a dominating set. In this paper, we determine the…

Combinatorics · Mathematics 2018-10-22 Rommel M. Barbosa , Mitre C. Dourado , Leila R. S. da Silva

In this paper, we propose and investigate the concept of $k$-coalitions in graphs, where $k\ge 1$ is an integer. A $k$-coalition refers to a pair of disjoint vertex sets that jointly constitute a $k$-dominating set of the graph, meaning…

Combinatorics · Mathematics 2024-07-15 Abbas Jafari , Saeid Alikhani , Davood Bakhshesh

Let $G=(V,E)$ be a simple graph. For a nonempty set $X\subset V,$ and a vertex $v\in V,$ $\delta_{X}(v)$ denotes the number of neighbors $v$ has in $X.$ A nonempty set $S\subset V$ is an \emph{offensive $r$-alliance} in $G$ if…

Combinatorics · Mathematics 2010-07-29 H. Fernau , J. A. Rodriguez , J. M. Sigarreta

In this paper, we study the task of enumerating (and counting) locally and globally minimal defensive alliances in graphs. We consider general graphs as well as special graph classes. From an input-sensitive perspective, our presented…

Computational Complexity · Computer Science 2024-05-30 Zhidan Feng , Henning Fernau , Kevin Mann

Let $G = (V,E)$ be a simple graph. A subset $S \subseteq V$ is called a $k$-fair dominating set if every vertex not in $S$ has exactly $k$ neighbors in $S$. Two disjoint sets $A, B \subseteq V$ form a $k$-fair coalition of $G$ if neither…

Combinatorics · Mathematics 2025-09-16 Abbas Jafari , Saeid Alikhani

Given a graph $G = (V, E)$, a non-empty set $S \subseteq V$ is a defensive alliance, if for every vertex $v \in S$, the majority of its closed neighbours are in $S$, that is, $|N_G[v] \cap S| \geq |N_G[v] \setminus S|$. The decision version…

Data Structures and Algorithms · Computer Science 2023-07-20 Sangam Balchandar Reddy , Anjeneya Swami Kare

The global defensive $k$-alliance is a very well studied notion in graph theory, it provides a method of classification of graphs based on relations between members of a particular set of vertices. In this paper we explore this notion in…

Commutative Algebra · Mathematics 2021-07-20 Driss Bennis , Brahim El Alaoui , Khalid Ouarghi

A set S of vertices of a graph is a defensive alliance if, for each element of S, the majority of its neighbors is in S. The problem of finding a defensive alliance of minimum size in a given graph is NP-hard and there are polynomial-time…

Computational Complexity · Computer Science 2017-07-17 Bernhard Bliem , Stefan Woltran

A \emph{defensive} (\emph{offensive}) $k$-\emph{alliance} in $\Gamma=(V,E)$ is a set $S\subseteq V$ such that every $v$ in $S$ (in the boundary of $S$) has at least $k$ more neighbors in $S$ than it has in $V\setminus S$. A set $X\subseteq…

Combinatorics · Mathematics 2013-12-02 J. A. Rodriguez-Velazquez , J. M. Sigarreta , I. G. Yero , S. Bermudo

A global offensive alliance in a graph $G$ is a set $S$ of vertices with the property that every vertex not belonging to $S$ has at least one more neighbor in $S$ than it has outside of $S$. The global offensive alliance number of $G$,…

Combinatorics · Mathematics 2012-07-26 Ismael G. Yero , Juan A. Rodríguez-Velázquez

For a graph $G=(V,E)$, a set $S\subseteq V$ is a dominating set if every vertex in $V-S$ has at least a neighbor in $S$. A dominating set $S$ is a global offensive alliance if for each vertex $v$ in $V-S$ at least half the vertices from the…

Combinatorics · Mathematics 2015-11-17 Mohamed Bouzefrane , Saliha Ouatiki

A set $D$ of vertices of a graph is a \emph{defensive alliance} if, for each element of $D$, the majority of its neighbours are in $D$. We consider the notion of local minimality in this paper. We are interested in finding a locally minimal…

Data Structures and Algorithms · Computer Science 2023-03-05 Ajinkya Gaikwad , Soumen Maity , Saket Saurabh

In this paper we obtain several tight bounds on different types of alliance numbers of a graph: (global) defensive alliance number, global offensive alliance number and global dual alliance number. In particular, we investigate the…

Combinatorics · Mathematics 2007-05-23 J. A. Rodriguez , J. M. Sigarreta

In this paper, we initiate the study of global offensive $k$-alliances in digraphs. Given a digraph $D=(V(D),A(D))$, a global offensive $k$-alliance in a digraph $D$ is a subset $S\subseteq V(D)$ such that every vertex outside of $S$ has at…

Combinatorics · Mathematics 2023-04-25 Doost Ali Mojdeh , Babak Samadi , Ismael G. Yero
‹ Prev 1 2 3 10 Next ›