Algorithmic aspects of k-part degree restricted domination in graphs

2020 ◽  
Vol 12 (05) ◽  
pp. 2050057
Author(s):  
S. S. Kamath ◽  
A. Senthil Thilak ◽  
M. Rashmi

The concept of network is predominantly used in several applications of computer communication networks. It is also a fact that the dominating set acts as a virtual backbone in a communication network. These networks are vulnerable to breakdown due to various causes, including traffic congestion. In such an environment, it is necessary to regulate the traffic so that these vulnerabilities could be reasonably controlled. Motivated by this, [Formula: see text]-part degree restricted domination is defined as follows. For a positive integer [Formula: see text], a dominating set [Formula: see text] of a graph [Formula: see text] is said to be a [Formula: see text]-part degree restricted dominating set ([Formula: see text]-DRD set) if for all [Formula: see text], there exists a set [Formula: see text] such that [Formula: see text] and [Formula: see text]. The minimum cardinality of a [Formula: see text]-DRD set of a graph [Formula: see text] is called the [Formula: see text]-part degree restricted domination number of [Formula: see text] and is denoted by [Formula: see text]. In this paper, we present a polynomial time reduction that proves the NP -completeness of the [Formula: see text]-part degree restricted domination problem for bipartite graphs, chordal graphs, undirected path graphs, chordal bipartite graphs, circle graphs, planar graphs and split graphs. We propose a polynomial time algorithm to compute a minimum [Formula: see text]-DRD set of a tree and minimal [Formula: see text]-DRD set of a graph.

2021 ◽  
Vol 55 ◽  
pp. 11
Author(s):  
P. Chakradhar ◽  
P. Venkata Subba Reddy

Let G = (V, E) be a simple, undirected and connected graph. A dominating set S is called a secure dominating set if for each u ∈ V \ S, there exists v ∈ S such that (u, v) ∈ E and (S \{v}) ∪{u} is a dominating set of G. If further the vertex v ∈ S is unique, then S is called a perfect secure dominating set (PSDS). The perfect secure domination number γps(G) is the minimum cardinality of a perfect secure dominating set of G. Given a graph G and a positive integer k, the perfect secure domination (PSDOM) problem is to check whether G has a PSDS of size at most k. In this paper, we prove that PSDOM problem is NP-complete for split graphs, star convex bipartite graphs, comb convex bipartite graphs, planar graphs and dually chordal graphs. We propose a linear time algorithm to solve the PSDOM problem in caterpillar trees and also show that this problem is linear time solvable for bounded tree-width graphs and threshold graphs, a subclass of split graphs. Finally, we show that the domination and perfect secure domination problems are not equivalent in computational complexity aspects.


Author(s):  
Nitisha Singhwal ◽  
Palagiri Venkata Subba Reddy

Let [Formula: see text] be a simple, undirected and connected graph. A vertex [Formula: see text] of a simple, undirected graph [Formula: see text]-dominates all edges incident to at least one vertex in its closed neighborhood [Formula: see text]. A set [Formula: see text] of vertices is a vertex-edge dominating set of [Formula: see text], if every edge of graph [Formula: see text] is [Formula: see text]-dominated by some vertex of [Formula: see text]. A vertex-edge dominating set [Formula: see text] of [Formula: see text] is called a total vertex-edge dominating set if the induced subgraph [Formula: see text] has no isolated vertices. The total vertex-edge domination number [Formula: see text] is the minimum cardinality of a total vertex-edge dominating set of [Formula: see text]. In this paper, we prove that the decision problem corresponding to [Formula: see text] is NP-complete for chordal graphs, star convex bipartite graphs, comb convex bipartite graphs and planar graphs. The problem of determining [Formula: see text] of a graph [Formula: see text] is called the minimum total vertex-edge domination problem (MTVEDP). We prove that MTVEDP is linear time solvable for chain graphs and threshold graphs. We also show that MTVEDP can be approximated within approximation ratio of [Formula: see text]. It is shown that the domination and total vertex-edge domination problems are not equivalent in computational complexity aspects. Finally, an integer linear programming formulation for MTVEDP is presented.


2019 ◽  
Vol 39 (1) ◽  
pp. 55-71 ◽  
Author(s):  
Andrzej Lingas ◽  
Mateusz Miotk ◽  
Jerzy Topp ◽  
Paweł Żyliński

Abstract A dominating set of a graph G is a set $$D\subseteq V_G$$D⊆VG such that every vertex in $$V_G-D$$VG-D is adjacent to at least one vertex in D, and the domination number $$\gamma (G)$$γ(G) of G is the minimum cardinality of a dominating set of G. A set $$C\subseteq V_G$$C⊆VG is a covering set of G if every edge of G has at least one vertex in C. The covering number $$\beta (G)$$β(G) of G is the minimum cardinality of a covering set of G. The set of connected graphs G for which $$\gamma (G)=\beta (G)$$γ(G)=β(G) is denoted by $${\mathcal {C}}_{\gamma =\beta }$$Cγ=β, whereas $${\mathcal {B}}$$B denotes the set of all connected bipartite graphs in which the domination number is equal to the cardinality of the smaller partite set. In this paper, we provide alternative characterizations of graphs belonging to $${\mathcal {C}}_{\gamma =\beta }$$Cγ=β and $${\mathcal {B}}$$B. Next, we present a quadratic time algorithm for recognizing bipartite graphs belonging to $${\mathcal {B}}$$B, and, as a side result, we conclude that the algorithm of Arumugam et al. (Discrete Appl Math 161:1859–1867, 2013) allows to recognize all the graphs belonging to the set $${\mathcal {C}}_{\gamma =\beta }$$Cγ=β in quadratic time either. Finally, we consider the related problem of patrolling grids with mobile guards, and show that it can be solved in $$O(n \log n + m)$$O(nlogn+m) time, where n is the number of line segments of the input grid and m is the number of its intersection points.


2021 ◽  
Vol vol. 23 no. 1 (Discrete Algorithms) ◽  
Author(s):  
Michael A. Henning ◽  
Arti Pandey ◽  
Vikash Tripathi

A dominating set $D$ of a graph $G$ without isolated vertices is called semipaired dominating set if $D$ can be partitioned into $2$-element subsets such that the vertices in each set are at distance at most $2$. The semipaired domination number, denoted by $\gamma_{pr2}(G)$ is the minimum cardinality of a semipaired dominating set of $G$. Given a graph $G$ with no isolated vertices, the \textsc{Minimum Semipaired Domination} problem is to find a semipaired dominating set of $G$ of cardinality $\gamma_{pr2}(G)$. The decision version of the \textsc{Minimum Semipaired Domination} problem is already known to be NP-complete for chordal graphs, an important graph class. In this paper, we show that the decision version of the \textsc{Minimum Semipaired Domination} problem remains NP-complete for split graphs, a subclass of chordal graphs. On the positive side, we propose a linear-time algorithm to compute a minimum cardinality semipaired dominating set of block graphs. In addition, we prove that the \textsc{Minimum Semipaired Domination} problem is APX-complete for graphs with maximum degree $3$.


Author(s):  
Mihai Talmaciu ◽  
Elena Nechita

<p>During the last decades, different types of decompositions have been processed in the field of graph theory. In various problems, for example in the construction of recognition algorithms, frequently appears the so-called weakly decomposition of graphs.<br />Polar graphs are a natural extension of some classes of graphs like bipartite graphs, split graphs and complements of bipartite graphs. Recognizing a polar graph is known to be NP-complete. For this class of graphs, polynomial algorithms for the maximum stable set problem are unknown and algorithms for the dominating set problem are also NP-complete.<br />In this paper we characterize the polar graphs using the weakly decomposition, give a polynomial time algorithm for recognizing graphs that are both trivially perfect and polar, and directly calculate the domination number. For the stability number and clique number, we give polynomial time algorithms. </p>


2020 ◽  
Vol 18 (1) ◽  
pp. 873-885
Author(s):  
Gülnaz Boruzanlı Ekinci ◽  
Csilla Bujtás

Abstract Let k be a positive integer and let G be a graph with vertex set V(G) . A subset D\subseteq V(G) is a k -dominating set if every vertex outside D is adjacent to at least k vertices in D . The k -domination number {\gamma }_{k}(G) is the minimum cardinality of a k -dominating set in G . For any graph G , we know that {\gamma }_{k}(G)\ge \gamma (G)+k-2 where \text{&#x0394;}(G)\ge k\ge 2 and this bound is sharp for every k\ge 2 . In this paper, we characterize bipartite graphs satisfying the equality for k\ge 3 and present a necessary and sufficient condition for a bipartite graph to satisfy the equality hereditarily when k=3 . We also prove that the problem of deciding whether a graph satisfies the given equality is NP-hard in general.


Author(s):  
Mohsen Alambardar Meybodi

A set [Formula: see text] of a graph [Formula: see text] is called an efficient dominating set of [Formula: see text] if every vertex [Formula: see text] has exactly one neighbor in [Formula: see text], in other words, the vertex set [Formula: see text] is partitioned to some circles with radius one such that the vertices in [Formula: see text] are the centers of partitions. A generalization of this concept, introduced by Chellali et al. [k-Efficient partitions of graphs, Commun. Comb. Optim. 4 (2019) 109–122], is called [Formula: see text]-efficient dominating set that briefly partitions the vertices of graph with different radiuses. It leads to a partition set [Formula: see text] such that each [Formula: see text] consists a center vertex [Formula: see text] and all the vertices in distance [Formula: see text], where [Formula: see text]. In other words, there exist the dominators with various dominating powers. The problem of finding minimum set [Formula: see text] is called the minimum [Formula: see text]-efficient domination problem. Given a positive integer [Formula: see text] and a graph [Formula: see text], the [Formula: see text]-efficient Domination Decision problem is to decide whether [Formula: see text] has a [Formula: see text]-efficient dominating set of cardinality at most [Formula: see text]. The [Formula: see text]-efficient Domination Decision problem is known to be NP-complete even for bipartite graphs [M. Chellali, T. W. Haynes and S. Hedetniemi, k-Efficient partitions of graphs, Commun. Comb. Optim. 4 (2019) 109–122]. Clearly, every graph has a [Formula: see text]-efficient dominating set but it is not correct for efficient dominating set. In this paper, we study the following: [Formula: see text]-efficient domination problem set is NP-complete even in chordal graphs. A polynomial-time algorithm for [Formula: see text]-efficient domination in trees. [Formula: see text]-efficient domination on sparse graphs from the parametrized complexity perspective. In particular, we show that it is [Formula: see text]-hard on d-degenerate graphs while the original dominating set has Fixed Parameter Tractable (FPT) algorithm on d-degenerate graphs. [Formula: see text]-efficient domination on nowhere-dense graphs is FPT.


Author(s):  
Hadi Alizadeh ◽  
Didem Gözüpek

A dominating set in a graph $G=(V,E)$ is a set $S$ such that every vertex of $G$ is either in $S$ or adjacent to a vertex in $S$. While the minimum cardinality of a dominating set in $G$ is called the domination number of $G$ denoted by $\gamma(G)$, the maximum cardinality of a minimal dominating set in $G$ is called the upper domination number of $G$ denoted by $\Gamma(G)$. We call the difference between these two parameters the \textit{domination gap} of $G$ and denote it by $\mu_d(G) = \Gamma(G) - \gamma(G)$. While a graph $G$ with $\mu_d(G)=0$ is said to be a \textit{well-dominated} graph, we call a graph $G$ with $\mu_d(G)=1$ an \textit{almost well-dominated} graph. In this work, we first establish an upper bound for the cardinality of bipartite graphs with $\mu_d(G)=k$, where $k\geq1$, and minimum degree at least two. We then provide a complete structural characterization of almost well-dominated bipartite graphs with minimum degree at least two. While the results by Finbow et al.~\cite{domination} imply that a 4-cycle is the only well-dominated bipartite graph with minimum degree at least two, we prove in this paper that there exist precisely 31 almost well-dominated bipartite graphs with minimum degree at least two.


2007 ◽  
Vol 72 (4) ◽  
pp. 1197-1203
Author(s):  
Rick Statman

AbstractWe consider three problems concerning alpha conversion of closed terms (combinators).(1) Given a combinator M find the an alpha convert of M with a smallest number of distinct variables.(2) Given two alpha convertible combinators M and N find a shortest alpha conversion of M to N.(3) Given two alpha convertible combinators M and N find an alpha conversion of M to N which uses the smallest number of variables possible along the way.We obtain the following results.(1) There is a polynomial time algorithm for solving problem (1). It is reducible to vertex coloring of chordal graphs.(2) Problem (2) is co-NP complete (in recognition form). The general feedback vertex set problem for digraphs is reducible to problem (2).(3) At most one variable besides those occurring in both M and N is necessary. This appears to be the folklore but the proof is not familiar. A polynomial time algorithm for the alpha conversion of M to N using at most one extra variable is given.There is a tradeoff between solutions to problem (2) and problem (3) which we do not fully understand.


Sign in / Sign up

Export Citation Format

Share Document