On the domination numbers of generalized de Bruijn digraphs and generalized Kautz digraphs

Size: px
Start display at page:

Download "On the domination numbers of generalized de Bruijn digraphs and generalized Kautz digraphs"

Transcription

1 Information Processing Letters 86 (2003) On the domination numbers of generalized de Bruijn digraphs and generalized Kautz digraphs Yosuke Kikuchi, Yukio Shibata Department of Computer Science, Gunma University, Kiryu, Gunma , Japan Received 11 March 2002; received in revised form 22 October 2002 Communicated by M. Yamashita Abstract This work deals with the domination numbers of generalized de Bruijn digraphs and generalized Kautz digraphs. Dominating sets for digraphs are not familiar compared with dominating sets for undirected graphs. Whereas dominating sets for digraphs have more applications than those for undirected graphs. We construct dominating sets of generalized de Bruijn digraphs where obtained dominating sets have some qualifications. For generalized Kautz digraphs, there is a minimum dominating set in those constructed dominating sets Elsevier Science B.V. All rights reserved. Keywords: Generalized de Bruijn digraphs; Generalized Kautz digraphs; Dominating set; Domination number; Absorbant; Kernel; Interconnection networks 1. Introduction It is one of major areas in theoretical and algorithmic observation to study domination and its related topics for undirected graphs [1,10]. For an undirected graph, domination of a vertex is the neighborhood of the vertex intuitively. Besides domination has been defined on digraphs, concepts of solution and kernel which are peculiar to digraphs have been defined. Solution is the vertex set whose vertices are non-adjacent and other vertices are adjacent from some vertex in this set intuitively. Kernel is also the vertex set whose vertices are non-adjacent and other vertices are adjacent to some vertex in this set intuitively. The origin * Corresponding author. addresses: kikuchi@msc.cs.gunma-u.ac.jp (Y. Kikuchi), shibata@msc.cs.gunma-u.ac.jp (Y. Shibata). of solution and kernel was given in game theory [9]. Solution and kernel have applications for logic and facility location [4,6,8,17]. Considering applications of domination and its related topics for game theory and logic, digraphs are more natural and have more applications than undirected graphs. Although digraphs have many applications, there are only a few studies for domination on digraphs. Barkauskas and Host, and Bar-Yehuda and Vishkin [2,3] have studied algorithms for domination on digraphs. Barkauskas and Host showed that the problem of determining whether or not an arbitrary digraph has an efficient dominating set is NP-complete and gave a linear time algorithm for finding efficient dominating sets in directed trees [2]. There are some researches for kernel in the digraph with no odd circuits [16] and for domination in tournaments that is a class of digraphs [7,14] /03/$ see front matter 2003 Elsevier Science B.V. All rights reserved. doi: /s (02)

2 80 Y. Kikuchi, Y. Shibata / Information Processing Letters 86 (2003) Each edge has orientation in digraphs and these edges are called arcs. The purpose of this study is to investigate the minimum dominating sets of generalized de Bruijn digraphs and generalized Kautz digraphs. These digraphs have good properties as interconnection network topologies. The resource location problem in an interconnection network is one of the facility location problems. Constructing the dominating set corresponds to solve a kind of resource location problem. We introduce the notion of consecutive minimum dominating set. The consecutive minimum dominating set can be considered important to determine the domination number of generalized de Bruijn digraphs and generalized Kautz digraphs, due to the adjacency of vertices in those digraphs. The rest of the paper is organized as follows. Section 2 gives definition and terminology. In Section 3 we give simple lower and upper bounds for the domination number of generalized de Bruijn digraphs. We also investigate the condition when the domination number of generalized de Bruijn digraphs is equal to the lower bound of the domination number. In this investigation, the consecutive minimum dominating set is used. Section 4 deals with the domination number of generalized Kautz digraphs. Determining the domination number of generalized Kautz digraphs is easier than that of generalized de Bruijn digraphs. The difference between definition of generalized de Bruijn digraphs and that of generalized Kautz digraphs causes this easiness. Section 5 concludes with discussions and an open problem. An early version of the paper has been presented in [13]. 2. Definition and terminology V(G) and A(G) are the vertex set and the arc set of a digraph G(V, A), respectively. There is an arc from x to y if (x, y) A(G). Thevertexx is called a predecessor of y and y is called a successor of x. ThesetsO(v) ={w (v, w) A(G)} and I(v) = {u (u, v) A(G)} are called the outset and the inset of the vertex v, respectively. Similarly, we define O[v] =O(v) {v}, I[v] =I(v) {v}. IfS V(G) then O(S) = s S O(s), I(S)= s S I(s), O[S]= s S O[s],andI[S]= s S I[s]. AsetS V(G)is a dominating set of a digraph G if v is a successor of some vertex u S for all v/ S. AsetS V(G) is an absorbant of a digraph G if there is a vertex u S such that u is a successor of v for each v/ S. AsetS V(G) is independent if for any x,y S, (x, y) / A(G). IfS V(G) is independent and a dominating set of a digraph G, S is called a solution of G. IfS V(G) is independent and an absorbant of a digraph G, S is called a kernel of G [9]. X denotes the cardinality of a set X. Foravertexu V(G), O(u) is called the out degree of u. Weuse the notation γ(g), called domination number, forthe minimum cardinality of a set S V(G) which is a dominating set. If S is a dominating set of G whose cardinality is equal to γ(g), then S is called the minimum dominating set of G. Letm, n be positive integers. (m, n) denotes the greatest common divisor of m and n. m n and m n mean that m divides n and m does not divide n, respectively. In this paper, we will describe domination numbers of generalized de Bruijn digraphs and generalized Kautz digraphs. Furthermore we construct minimum dominating sets of generalized de Bruijn digraphs and generalized Kautz digraphs. Definitions of generalized de Bruijn digraphs and generalized Kautz digraphs are as follows. The generalized de Bruijn digraph G B (n, d) is defined by congruence equations. V(G B (n, d)) ={0, 1, 2,...,n 1}, A(G B (n, d)) ={(x, y) y dx + i(mod n), 0 i<d}. If n = d D, G B (n, d) is the de Bruijn digraph B(d,D). Whereas definition of the generalized Kautz digraph G K (n, d) is given by V(G K (n, d)) ={0, 1, 2,...,n 1}, A(G K (n, d)) ={(x, y) y dx i(mod n), 0 <i d}. If n = d(d 1) D 1, G K (n, d) is the Kautz digraph K(d 1,D). Generalized de Bruijn digraphs and generalized Kautz digraphs are introduced by Imase and Itoh [11,12] and Reddy et al. [15], so-called Imase Itoh digraphs. It is well known that de Bruijn digraphs and Kautz digraphs have good properties as network topologies for interconnection networks compared with hypercubes [5]. These generalizations remove the restriction on the cardinality of vertex

3 Y. Kikuchi, Y. Shibata / Information Processing Letters 86 (2003) sets of these digraphs and make these digraphs more valuable as network models. For generalized de Bruijn digraphs and generalized Kautz digraphs, dominating sets can be investigated on number systems. If S = {x,x + 1,...,x + k} (mod n) is a dominating set of G B (n, d), thens is called a consecutive dominating set. Similar definition is given on G K (n, d). 3. Domination numbers of generalized de Bruijn digraphs There is a simple lemma for determining domination number of a generalized de Bruijn digraph. Lemma 3.1. γ(g B (n, d)) n/(). Proof. Let S be a minimum dominating set of G B (n, d). We obtain S +d S n from the definition of G B (n, d). The above lemma gives a lower bound for the domination number of G B (n, d). We also obtain the following lemma with respect to the upper bound of the domination number of G B (n, d). Lemma 3.2. γ(g B (n, d)) n/d. Proof. For G B (n, d), lets ={1, 2,..., n/d }. Then O(S) ={d,,d + 2,..., n/d d + d 1} with duplications. O(S) = n/d d n. Thus S is a dominating set of G B (n, d). From the proof of Lemma 3.2, S ={1, 2,..., n/d } is a dominating set, but not minimum. For example, {1, 2, 3, 4, 5, 6} is a dominating set of G B (12, 2). Furthermore {1, 2, 3, 4} is not a dominating set of G B (12, 2), since the outset of a subset {1, 2, 3, 4} of G B (12, 2) is {2, 3, 4, 5, 6, 7, 8, 9}. Whereas γ(g B (12, 2)) = 4 because the vertex subset {4, 5, 6, 7} is a minimum dominating set of G B (12, 2). Thus {1, 2, 3, 4, 5, 6} is a dominating set but not minimum. The following theorem shows a sufficient condition for the domination number of G B (n, d) to be n/() and a method for determining a dominating set of G B (n, d). Theorem 3.3. Let n and d be positive integers with d 2. If there is a vertex x V(G B (n, d)) satisfying ( ) n (d 1)x l 0 (mod n) (1) for some l(0 l () n/() n), then γ ( G B (n, d) ) n =. Proof. From Lemma 3.1, we show the correctness of this statement by constructing a dominating set of G B (n, d) that contains x satisfying Eq. (1). Let D = {x,x + 1,...,x + n/() 1} V(G B (n, d)). Then out sets of vertices in D are given as follows. O(x)={dx,dx + 1,...,dx+ d 1}, O(x + 1) = { d(x + 1), d(x + 1) + 1,..., d(x + 1) + d 1 },. O ( x + n/() 1 ) = { d ( x + n/() 1 ), d ( x + n/() 1 ) + 1,..., d ( x + n/() 1 ) + d 1 }. Thus O(D) n = d and Since x satisfies Eq. (1), dx x + n/() l(mod n) D = n for some l (0 l () n/() n). If n/() l<0, D O(x) = D = n/() <l.if n/() l 0, then D O(x) =l. Thus we obtain D O(D) = D + O(D) D O(x). n/() + d n/() l n/() + d n/() { () n/() n } = n. Hence D is a minimum dominating set of G(n, d).

4 82 Y. Kikuchi, Y. Shibata / Information Processing Letters 86 (2003) One can see the following statement as a special case of Theorem 3.3. Corollary 3.4. For G B (n, d), γ(g B (n, d)) = 1 if and only if d n or n is odd and d = n 1. Proof. We only show the necessary condition because sufficiency is obvious. Since γ(g B (n, d)) = 1, there is a vertex x V(G B (n, d)) such that O[x] n. If O(x) n, thend n because of the definition of G B (n, d). If O(x) =n 1, then d = n 1andx V(G B (n, d)) has no loop. Hence, we obtain x + 1 (n 1)x (mod n). Therefore 2x (mod n),and n is odd. From Theorem 3.3, one can see the following corollary for the solution of G B (n, d). Corollary 3.5. Let n. If there is a vertex x V(G B (n, d)) such that (d 1)x n 0 (mod n), then there is a solution S of G B (n, d) such that S = n. We prepare the reversal of a digraph G, denoted by G 1. The reversal of a digraph G is defined by V(G 1 ) = V(G), (x, y) A(G 1 ) if and only if (y, x) A(G). For generalized de Bruijn digraphs, G B (n, d) is not necessarily isomorphic to G B (n, d) 1. For de Bruijn digraph B(d,D), one can see that B(d,D) = B(d,D) 1. Then there is one to one correspondence between the dominating sets and the absorbants in B(d,D).ForB(d,D), the minimum cardinality of an absorbant is equal to the domination number. Therefore, the following statement is derived. Corollary 3.6. For B(d,D), both the minimum cardinalities of the absorbants and the dominating sets are d D /(). Proof. We first assume that D is even. Then the value l in Theorem 3.3 takes an integer between 0 to d and from the definition of B(d,D), wehaved 2. The equations x d D 2 + d D 4 + +d D 2k + l = 1, + d (mod d D ), lead x to satisfy Eq. (1) in Theorem 3.3. Next let us assume that D is odd, then the value l in Theorem 3.3 takes an integer between 0 and 1. We put x d D 2 + d D 4 + +d D 2k + l = 1, + d 3 + d(mod d D ), then x satisfies Eq. (1) in Theorem 3.3. The minimum dominating set is not necessarily a set of vertices whose labels are consecutive. For G B (10, 5), both {1, 2} and {3, 6} are minimum dominating sets of G B (10, 5). Theset{1, 2} is constituted of consecutive vertices and the set {3, 6} is not constituted of consecutive vertices. Thus Theorem 3.3 gives a sufficient condition but not a necessary condition. It is not easy to find all minimum dominating sets of G B (n, d). It is not enough to determine that domination number of a given G B (n, d) is equal to n/(d +1) only using Theorem 3.3 because G B (n, d) may have a minimum dominating set which is constituted of non-consecutive vertices and whose cardinality is equal to n/(). Then we give a necessary and sufficient condition for G B (n, d) to have a minimum dominating set S with S = n/() and constituted of consecutive vertices. Theorem 3.7. G B (n, d) satisfies one of the following four conditions if and only if there is a vertex x V(G B (n, d)) such that {x,x + 1,...,x + n/(d + 1) 1} is a consecutive minimum dominating set. Conditions: (i) () n and n/() takes the value between 0 and n/() (n + 1) n under the modulus (d 1,n), (ii) () n and d is even, (iii) 2() n, d is odd and 4 (), (iv) 2 k () n, d is odd and contains only one 2 as a factor (d 1 = 2 k s and s is odd).

5 Y. Kikuchi, Y. Shibata / Information Processing Letters 86 (2003) Proof. It is obvious that γ(g B (n, d)) = 1, when d n. Suppose that d<n. We show that there is a vertex x in V(G B (n, d)) such that x + n/() dx + i(mod n), (2) 0 i min { d 1, n/() () n }. (3) From Eq. (2), we obtain (d 1)x n/() i(mod n). (4) If is not a divisor of n and n/() () n>d 1, the value i takes an integer between 0 and d 1 in Eq. (3). One can note that if n, then i = 0. G B (n, d) has a consecutive dominating set S with S = n/() if and only if there is a vertex x V(G B (n, d)) satisfying Eq. (4). If d +1 is not a divisor of n,let(d 1,n)= s.then there are q and r(0 r<s)such that n/() = qs+ r. One can put r = i from the ranges of r and i,if r n/() () n. Otherwise, there does not exist x that satisfies Eq. (4) in G B (n, d). Thus, when () n, r n/() () n if and only if there are x and i satisfying Eqs. (2) and (3). Next, if is a divisor of n,wehave (d 1)x n/() (mod n) (5) by Eq. (4). Eq. (5) has a solution if and only if ( ) (d 1), n n/(). (6) Hence if d is even, there is an integer x satisfying Eq. (5) in Z n. Whereas if d is odd, d 1, andn are even integers. One can put = 2 h α (h is an integer, α is an odd integer). If h 2, then d 1 = 2(2 h 1 α 1). It holds that 2 (d 1) and 4 (d 1),since2 h 1 α 1 is odd. Therefore n is divisible by 2 h+1.thenn is divisible by 2(). For = 2 h α, let us consider the case h = 1, then one can put d 1 = 2(α 1) = 2 k β (β is odd). 2 h+1 divides n by (6). Therefore n is divisible by 2 h (). Conversely if G B (n, d) has a consecutive minimum dominating set {x,x + 1,...,x + n/() 1}, then x satisfies Eq. (4) for some i (0 i min{d 1, n/() () n}). Therefore n and d satisfy one of above four conditions. Consider whether there exists G B (n, d) that does not have a minimum consecutive dominating set and γ(g B (n, d)) = n/(). We show that if n/(d + 1) =1, 2, or 3, then there exists G B (n, d) that does not have a minimum dominating set D with D = n/(). Theorem 3.8. For domination number of generalized de Bruijn digraphs, we obtain γ ( G B (2s,2s 1) ) = 2, (7) γ ( G B (8s 4, 4s 3) ) = 3, (8) and γ ( G B (6s,2s 1) ) = 4, (9) where s is a natural number. Proof. For Eq. (7), each vertex of G B (2s,2s 1) has a loop. Then γ(g B (2s,2s 1)) 1. For Eq. (8), let us contrary assume that γ(g B (8s 4, 4s 3)) = 2 and a vertex x is contained in a dominating set of G B (8s 4, 4s 3). Thenx + 1 or x + 4s 2 is contained in the dominating set of G B (8s 4, 4s 3). If the dominating set is {x,x+ 1}, then (4s 3)x x + 2 (mod 8s 4), 4(s 1)x 2 (mod 8s 4). Therefore we have a contradiction. If the dominating set is {x,x + 4s 2}, thenwe obtain (4s 3)x x + 1 (mod 8s 4) (10) or (4s 3)(x + 4s 2) x + 1 (mod 8s 4). (11) If Eq. (10) holds, then (4s 4)x 1 (mod 8s 4). This is a contradiction. If Eq. (11) holds, then (4s 4)x 4(5s 4s 2 ) 5 (mod 8s 4). This is also a contradiction. For Eq. (9), let us assume that γ(g b (6s,2s 1)) = 3. We should consider three cases; (1) any two vertices are not consecutive in the dominating set, (2) exactly two vertices are consecutive in the dominating set, and (3) vertices in the dominating set are consecutive. Case (1): let x be a vertex in the dominating set, then other vertices in the dominating set are x + 2s and x + 4s. Thus x satisfies (2s 1)x x + 2ts + 1 (mod 6s)

6 84 Y. Kikuchi, Y. Shibata / Information Processing Letters 86 (2003) for some t(t= 0, 1, 2). From this equation, we obtain 2(s 1)x 2ts + 1 (mod 6s), and this is a contradiction. Case (2): let x and x + 1 be consecutive vertices in the dominating set, then another vertex in the dominating set is x + 2s + 1 or x + 4s. If the dominating set is {x,x+ 1,x+ 2s + 1},then { (2s 1)(x + 2s + 1) x + 2 (mod 6s), (2s 1)(x + 1) + 2s 2 x 1 (mod 6s). By these simultaneous equations, we obtain 4s(s 1) 1 (mod 6s). Then this is a contradiction. If the dominating set is {x,x + 1,x+ 4s} then (2s 1)(x + 4s) + 2s 2 x 1 (mod 6s). By this equation, we obtain 2(s 1)x 8s 8s (mod 6s) and this is a contradiction. Case (3): let us assume that x, x + 1andx + 2 constitute a dominating set. Then (2s 1)x x + 3 (mod 6s). Hence we obtain 2(s 1)x 3 (mod 6s), and this is also a contradiction. 4. Domination numbers of generalized Kautz digraphs We can see the following lemma similar to Lemma 3.1. Lemma 4.1. γ(g K (n, d)) n/(). Besides the difficulty of determining domination numbers of generalized de Bruijn digraphs, it is easy to determine the domination number of the generalized Kautz digraph G K (n, d). Theorem 4.2. γ(g K (n, d)) = n/(). Proof. D = {0, 1, 2,..., n/() 1} V(G K (n, d)) is a dominating set of G K (n, d). 5. Conclusion We investigated domination numbers of generalized de Bruijn digraphs and generalized Kautz digraphs. The consecutive dominating set is important in our investigation. Finding a dominating set of a generalized de Bruijn digraph is more difficult than that of generalized Kautz digraph. We conjecture that there is a consecutive minimum dominating set of G B (n, d). Acknowledgement The authors would like to thank anonymous referees for their helpful suggestions. References [1] R.B. Allan, R. Laskar, On domination and independent domination number of a graph, Discrete Math. 23 (1978) [2] A.E. Barkauskas, L.H. Host, Finding efficient dominating sets in oriented graphs, Congr. Numer. 98 (1993) [3] R. Bar-Yehuda, U. Vishkin, Complexity of finding k-path-free dominating sets in graphs, Inform. Process. Lett. 14 (1982) [4] C. Berge, A.R. Rao, A combinatorial problem in logic, Discrete Math. 17 (1977) [5] J.-C. Bermond, C. Peyrat, De Bruijn and Kautz networks: a competitor for the hypercube?, in: F. Andrè, J.P. Verjus (Eds.), Hypercube and Distributed Computers, Elsevier/North- Holland, Amsterdam, [6] P. Duchet, H. Meyniel, Kernels in directed graphs: a poison game, Discrete Math. 115 (1993) [7] D. Fisher, J.R. Lundgren, S.K. Merz, K.B. Reid, Domination graphs of tournaments and digraphs, Congr. Numer. 108 (1995) [8] A.S. Fraenkel, Y. Yesha, Complexity of problems in games, graphs, and algebraic equations, Discrete Appl. Math. 1 (1979) [9] J. Ghoshal, R. Laskar, D. Pillone, Topics on domination in directed graphs, in: T.W. Haynes, S.T. Hedetniemi, P.J. Slater (Eds.), Domination in Graphs, Marcel Dekker, New York, 1998, pp [10] T.W. Haynes, S.T. Hedetniemi, P.J. Slater, Fundamentals of Domination in Graphs, Marcel Dekker, New York, [11] M. Imase, M. Itoh, Design to minimize diameter on buildingblock network, IEEE Trans. Comput. C-30 (1981) [12] M. Imase, M. Itoh, A design for directed graphs with minimum diameter, IEEE Trans. Comput. C-32 (1983) [13] Y. Kikuchi, Y. Shibata, On the domination numbers of generalized de Bruijn digraphs and generalized Kautz digraphs, in: Proc. 7th Annual International Conference, COCOON 2001,

7 Y. Kikuchi, Y. Shibata / Information Processing Letters 86 (2003) in: Lecture Notes in Computer Science, Vol. 2108, Springer, Berlin, 2001, pp [14] N. Megiddo, U. Vishkin, On finding a minimum dominating set in a tournament, Theoret. Comput. Sci. 61 (1988) [15] S.M. Reddy, D.K. Pradhan, J. Kuhl, Directed graphs with minimal diameter and maximum node connectivity, Tech. Report, School of Engineering Oakland University, [16] G. Chaty, J.L. Szwarcfiter, Enumerating the kernels of a directed graph with no odd circuits, Inform. Process. Lett. 51 (1994) [17] J. von Neumann, O. Morgenstern, Theory of Games and Economic Behaviour, Princeton University Press, Princeton, NJ, 1944.

Comparative Study of Domination Numbers of Butterfly Graph BF(n)

Comparative Study of Domination Numbers of Butterfly Graph BF(n) Comparative Study of Domination Numbers of Butterfly Graph BF(n) Indrani Kelkar 1 and B. Maheswari 2 1. Department of Mathematics, Vignan s Institute of Information Technology, Visakhapatnam - 530046,

More information

The Dual Neighborhood Number of a Graph

The Dual Neighborhood Number of a Graph Int. J. Contemp. Math. Sciences, Vol. 5, 2010, no. 47, 2327-2334 The Dual Neighborhood Number of a Graph B. Chaluvaraju 1, V. Lokesha 2 and C. Nandeesh Kumar 1 1 Department of Mathematics Central College

More information

Relation between number of kernels (and generalizations) of a digraph and its partial line digraphs

Relation between number of kernels (and generalizations) of a digraph and its partial line digraphs Available online at www.sciencedirect.com Electronic Notes in Discrete Mathematics 54 (2016) 265 269 Relation between number of kernels (and generalizations) of a digraph and its partial line digraphs

More information

A note on isolate domination

A note on isolate domination Electronic Journal of Graph Theory and Applications 4 (1) (016), 94 100 A note on isolate domination I. Sahul Hamid a, S. Balamurugan b, A. Navaneethakrishnan c a Department of Mathematics, The Madura

More information

Bounds on the signed domination number of a graph.

Bounds on the signed domination number of a graph. Bounds on the signed domination number of a graph. Ruth Haas and Thomas B. Wexler September 7, 00 Abstract Let G = (V, E) be a simple graph on vertex set V and define a function f : V {, }. The function

More information

A Characterization of Connected (1,2)- Domination Graphs of Tournaments

A Characterization of Connected (1,2)- Domination Graphs of Tournaments Marquette University e-publications@marquette Mathematics, Statistics and Computer Science Faculty Research and Publications Mathematics, Statistics and Computer Science, Department of 1-1-2011 A Characterization

More information

Note: Simultaneous Graph Parameters: Factor Domination and Factor Total Domination

Note: Simultaneous Graph Parameters: Factor Domination and Factor Total Domination Note: Simultaneous Graph Parameters: Factor Domination and Factor Total Domination Peter Dankelmann a Michael A. Henning b Wayne Goddard c Renu Laskar d a School of Mathematical Sciences, University of

More information

Chromatic Transversal Domatic Number of Graphs

Chromatic Transversal Domatic Number of Graphs International Mathematical Forum, 5, 010, no. 13, 639-648 Chromatic Transversal Domatic Number of Graphs L. Benedict Michael Raj 1, S. K. Ayyaswamy and I. Sahul Hamid 3 1 Department of Mathematics, St.

More information

On the number of quasi-kernels in digraphs

On the number of quasi-kernels in digraphs On the number of quasi-kernels in digraphs Gregory Gutin Department of Computer Science Royal Holloway, University of London Egham, Surrey, TW20 0EX, UK gutin@dcs.rhbnc.ac.uk Khee Meng Koh Department of

More information

POWER DOMINATION OF MIDDLE GRAPH OF PATH, CYCLE AND STAR

POWER DOMINATION OF MIDDLE GRAPH OF PATH, CYCLE AND STAR Volume 114 No. 5 2017, 13-19 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu POWER DOMINATION OF MIDDLE GRAPH OF PATH, CYCLE AND STAR B. Thenmozhi

More information

DOUBLE DOMINATION CRITICAL AND STABLE GRAPHS UPON VERTEX REMOVAL 1

DOUBLE DOMINATION CRITICAL AND STABLE GRAPHS UPON VERTEX REMOVAL 1 Discussiones Mathematicae Graph Theory 32 (2012) 643 657 doi:10.7151/dmgt.1633 DOUBLE DOMINATION CRITICAL AND STABLE GRAPHS UPON VERTEX REMOVAL 1 Soufiane Khelifi Laboratory LMP2M, Bloc of laboratories

More information

Outer-2-independent domination in graphs

Outer-2-independent domination in graphs Proc. Indian Acad. Sci. (Math. Sci.) Vol. 126, No. 1, February 2016, pp. 11 20. c Indian Academy of Sciences Outer-2-independent domination in graphs MARCIN KRZYWKOWSKI 1,2,, DOOST ALI MOJDEH 3 and MARYEM

More information

PAijpam.eu TOTAL CO-INDEPENDENT DOMINATION OF JUMP GRAPH

PAijpam.eu TOTAL CO-INDEPENDENT DOMINATION OF JUMP GRAPH International Journal of Pure and Applied Mathematics Volume 110 No. 1 2016, 43-48 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: 10.12732/ijpam.v110i1.4

More information

Rainbow game domination subdivision number of a graph

Rainbow game domination subdivision number of a graph Rainbow game domination subdivision number of a graph J. Amjadi Department of Mathematics Azarbaijan Shahid Madani University Tabriz, I.R. Iran j-amjadi@azaruniv.edu Abstract The rainbow game domination

More information

TREES WITH UNIQUE MINIMUM DOMINATING SETS

TREES WITH UNIQUE MINIMUM DOMINATING SETS TREES WITH UNIQUE MINIMUM DOMINATING SETS Sharada B Department of Studies in Computer Science, University of Mysore, Manasagangothri, Mysore ABSTRACT A set D of vertices of a graph G is a dominating set

More information

Some Domination Parameters of Arithmetic Graph Vn

Some Domination Parameters of Arithmetic Graph Vn IOSR Journal of Mathematics (IOSRJM) ISSN: 78-578 Volume, Issue 6 (Sep-Oct. 0), PP 4-8 Some Domination Parameters of Arithmetic Graph Vn S.Uma Maheswari and B.Maheswari.Lecturer in Mathematics, J.M.J.College,

More information

k-tuple domination in graphs

k-tuple domination in graphs Information Processing Letters 87 (2003) 45 50 www.elsevier.com/locate/ipl k-tuple domination in graphs Chung-Shou Liao a, Gerard J. Chang b, a Institute of Information Sciences, Academia Sinica, Nankang,

More information

Domination and Irredundant Number of 4-Regular Graph

Domination and Irredundant Number of 4-Regular Graph Domination and Irredundant Number of 4-Regular Graph S. Delbin Prema #1 and C. Jayasekaran *2 # Department of Mathematics, RVS Technical Campus-Coimbatore, Coimbatore - 641402, Tamil Nadu, India * Department

More information

Triple Connected Domination Number of a Graph

Triple Connected Domination Number of a Graph International J.Math. Combin. Vol.3(2012), 93-104 Triple Connected Domination Number of a Graph G.Mahadevan, Selvam Avadayappan, J.Paulraj Joseph and T.Subramanian Department of Mathematics Anna University:

More information

Roman Domination in Complementary Prism Graphs

Roman Domination in Complementary Prism Graphs International J.Math. Combin. Vol.2(2012), 24-31 Roman Domination in Complementary Prism Graphs B.Chaluvaraju and V.Chaitra 1(Department of Mathematics, Bangalore University, Central College Campus, Bangalore

More information

Connected Liar s Domination in Graphs: Complexity and Algorithm 1

Connected Liar s Domination in Graphs: Complexity and Algorithm 1 Applied Mathematical Sciences, Vol. 12, 2018, no. 10, 489-494 HIKARI Ltd, www.m-hikari.com https://doi.org/10.12988/ams.2018.8344 Connected Liar s Domination in Graphs: Complexity and Algorithm 1 Chengye

More information

Super Connectivity of Iterated Line Digraphs

Super Connectivity of Iterated Line Digraphs Super Connectivity of Iterated Line Digraphs Ding-Zhu Du Hung Q. Ngo Lu Ruan Jianhua Sun Abstract Many interconnection networks can be constructed with line digraph iterations. In this paper, we will establish

More information

GEODETIC DOMINATION IN GRAPHS

GEODETIC DOMINATION IN GRAPHS GEODETIC DOMINATION IN GRAPHS H. Escuadro 1, R. Gera 2, A. Hansberg, N. Jafari Rad 4, and L. Volkmann 1 Department of Mathematics, Juniata College Huntingdon, PA 16652; escuadro@juniata.edu 2 Department

More information

Graphs with Two Disjoint Total Dominating Sets

Graphs with Two Disjoint Total Dominating Sets Graphs with Two Disjoint Total Dominating Sets Izak Broere, Rand Afrikaans University Michael Dorfling, Rand Afrikaans University Wayne Goddard, University of Natal Johannes H. Hattingh, Georgia State

More information

THE RAINBOW DOMINATION SUBDIVISION NUMBERS OF GRAPHS. N. Dehgardi, S. M. Sheikholeslami and L. Volkmann. 1. Introduction

THE RAINBOW DOMINATION SUBDIVISION NUMBERS OF GRAPHS. N. Dehgardi, S. M. Sheikholeslami and L. Volkmann. 1. Introduction MATEMATIQKI VESNIK 67, 2 (2015), 102 114 June 2015 originalni nauqni rad research paper THE RAINBOW DOMINATION SUBDIVISION NUMBERS OF GRAPHS N. Dehgardi, S. M. Sheikholeslami and L. Volkmann Abstract.

More information

THE CONNECTED COMPLEMENT DOMINATION IN GRAPHS V.MOHANASELVI 1. Assistant Professor of Mathematics, Nehru Memorial College, Puthanampatti,

THE CONNECTED COMPLEMENT DOMINATION IN GRAPHS V.MOHANASELVI 1. Assistant Professor of Mathematics, Nehru Memorial College, Puthanampatti, THE CONNECTED COMPLEMENT DOMINATION IN GRAPHS V.MOHANASELVI 1 Assistant Professor of Mathematics, Nehru Memorial College, Puthanampatti, Tiruchirappalli-621 00 S.DHIVYAKANNU 2 Assistant Professor of Mathematics,

More information

Discrete Applied Mathematics. A revision and extension of results on 4-regular, 4-connected, claw-free graphs

Discrete Applied Mathematics. A revision and extension of results on 4-regular, 4-connected, claw-free graphs Discrete Applied Mathematics 159 (2011) 1225 1230 Contents lists available at ScienceDirect Discrete Applied Mathematics journal homepage: www.elsevier.com/locate/dam A revision and extension of results

More information

Super connectivity of line graphs

Super connectivity of line graphs Information Processing Letters 94 (2005) 191 195 www.elsevier.com/locate/ipl Super connectivity of line graphs Jun-Ming Xu a,,minlü a, Meijie Ma a, Angelika Hellwig b a Department of Mathematics, University

More information

Degree Equitable Domination Number and Independent Domination Number of a Graph

Degree Equitable Domination Number and Independent Domination Number of a Graph Degree Equitable Domination Number and Independent Domination Number of a Graph A.Nellai Murugan 1, G.Victor Emmanuel 2 Assoc. Prof. of Mathematics, V.O. Chidambaram College, Thuthukudi-628 008, Tamilnadu,

More information

Complementary nil vertex edge dominating sets

Complementary nil vertex edge dominating sets Proyecciones Journal of Mathematics Vol. 34, N o 1, pp. 1-13, March 2015. Universidad Católica del Norte Antofagasta - Chile Complementary nil vertex edge dominating sets S. V. Siva Rama Raju Ibra College

More information

Star Forests, Dominating Sets and Ramsey-type Problems

Star Forests, Dominating Sets and Ramsey-type Problems Star Forests, Dominating Sets and Ramsey-type Problems Sheila Ferneyhough a, Ruth Haas b,denis Hanson c,1 and Gary MacGillivray a,1 a Department of Mathematics and Statistics, University of Victoria, P.O.

More information

Global Alliance Partition in Trees

Global Alliance Partition in Trees Global Alliance Partition in Trees Linda Eroh Department of Mathematics University of Wisconsin Oshkosh, Oshkosh, WI, 54901 eroh@uwoshedu and Ralucca Gera Department of Applied Mathematics Naval Postgraduate

More information

Abstract. 1. Introduction

Abstract. 1. Introduction MATCHINGS IN 3-DOMINATION-CRITICAL GRAPHS: A SURVEY by Nawarat Ananchuen * Department of Mathematics Silpaorn University Naorn Pathom, Thailand email: nawarat@su.ac.th Abstract A subset of vertices D of

More information

Note A further extension of Yap s construction for -critical graphs. Zi-Xia Song

Note A further extension of Yap s construction for -critical graphs. Zi-Xia Song Discrete Mathematics 243 (2002) 283 290 www.elsevier.com/locate/disc Note A further extension of Yap s construction for -critical graphs Zi-Xia Song Department of Mathematics, National University of Singapore,

More information

POINT-SET DOMATIC NUMBERS OF GRAPHS

POINT-SET DOMATIC NUMBERS OF GRAPHS 124 (1999) MATHEMATICA BOHEMICA No. 1, 77 82 POINT-SET DOMATIC NUMBERS OF GRAPHS Bohdan Zelinka, Liberec (Received September 10, 1997) Abstract. A subset D of the vertex set V (G) of a graph G is called

More information

The super connectivity of augmented cubes

The super connectivity of augmented cubes Information Processing Letters 106 (2008) 59 63 www.elsevier.com/locate/ipl The super connectivity of augmented cubes Meijie Ma a,, Guizhen Liu b, Jun-Ming Xu c a Department of Mathematics, Zhejiang Normal

More information

Domination in Jahangir Graph J 2,m

Domination in Jahangir Graph J 2,m Int. J. Contemp. Math. Sciences, Vol., 007, no. 4, 119-1199 Domination in Jahangir Graph J,m D. A. Mojdeh and A. N. Ghameshlou Department of Mathematics University of Mazandaran P.O. Box 47416-1467, Babolsar,

More information

(1,2) - Domination in Line Graphs of C n, P n and K 1,n

(1,2) - Domination in Line Graphs of C n, P n and K 1,n American Journal of Computational and Applied Mathematics 03, 3(3): 6-67 DOI: 0.593/j.ajcam.030303.0 (,) - Domination in Line Graphs of C n, P n and K,n N. Murugesan, Deepa. S. Nair * Post Graduate and

More information

Eternal Domination: Criticality and Reachability

Eternal Domination: Criticality and Reachability Eternal Domination: Criticality and Reachability William F. Klostermeyer School of Computing University of North Florida Jacksonville, FL 32224-2669 wkloster@unf.edu Gary MacGillivray Department of Mathematics

More information

Vertex Minimal and Common Minimal Equitable Dominating Graphs

Vertex Minimal and Common Minimal Equitable Dominating Graphs Int. J. Contemp. Math. Sciences, Vol. 7, 2012, no. 10, 499-505 Vertex Minimal and Common Minimal Equitable Dominating Graphs G. Deepak a, N. D. Soner b and Anwar Alwardi b a Department of Mathematics The

More information

Double Domination Edge Critical Graphs.

Double Domination Edge Critical Graphs. East Tennessee State University Digital Commons @ East Tennessee State University Electronic Theses and Dissertations 5-2006 Double Domination Edge Critical Graphs. Derrick Wayne Thacker East Tennessee

More information

The crossing number of K 1,4,n

The crossing number of K 1,4,n Discrete Mathematics 308 (2008) 1634 1638 www.elsevier.com/locate/disc The crossing number of K 1,4,n Yuanqiu Huang, Tinglei Zhao Department of Mathematics, Normal University of Hunan, Changsha 410081,

More information

Super Connectivity of Line Graphs and Digraphs

Super Connectivity of Line Graphs and Digraphs Acta Mathematicae Applicatae Sinica, English Series Vol. 22, No. 1 (2006) 43 48 Super Connectivity of Line Graphs and Digraphs Min Lü 1, Jun-Ming Xu 2 1 Department of Computer Science and Technology, University

More information

Distance Sequences in Locally Infinite Vertex-Transitive Digraphs

Distance Sequences in Locally Infinite Vertex-Transitive Digraphs Distance Sequences in Locally Infinite Vertex-Transitive Digraphs Wesley Pegden July 7, 2004 Abstract We prove that the out-distance sequence {f + (k)} of a vertex-transitive digraph of finite or infinite

More information

DOMINATION PARAMETERS OF A GRAPH AND ITS COMPLEMENT

DOMINATION PARAMETERS OF A GRAPH AND ITS COMPLEMENT Discussiones Mathematicae Graph Theory 38 (2018) 203 215 doi:10.7151/dmgt.2002 DOMINATION PARAMETERS OF A GRAPH AND ITS COMPLEMENT Wyatt J. Desormeaux 1, Teresa W. Haynes 1,2 and Michael A. Henning 1 1

More information

On graphs with disjoint dominating and 2-dominating sets

On graphs with disjoint dominating and 2-dominating sets On graphs with disjoint dominating and 2-dominating sets 1 Michael A. Henning and 2 Douglas F. Rall 1 Department of Mathematics University of Johannesburg Auckland Park, 2006 South Africa Email: mahenning@uj.ac.za

More information

Augmenting a Graph of Minimum Degree 2 to have Two Disjoint Total Dominating Sets

Augmenting a Graph of Minimum Degree 2 to have Two Disjoint Total Dominating Sets Augmenting a Graph of Minimum Degree 2 to have Two Disjoint Total Dominating Sets Michael Dorfling a,1 Wayne Goddard b,c Johannes H. Hattingh d Michael A. Henning a,1 a School of Mathematical Sciences,

More information

Algorithmic aspects of k-domination in graphs

Algorithmic aspects of k-domination in graphs PREPRINT 國立臺灣大學數學系預印本 Department of Mathematics, National Taiwan University www.math.ntu.edu.tw/~mathlib/preprint/2012-08.pdf Algorithmic aspects of k-domination in graphs James K. Lan and Gerard Jennhwa

More information

Bounds on the k-domination Number of a Graph

Bounds on the k-domination Number of a Graph Bounds on the k-domination Number of a Graph Ermelinda DeLaViña a,1, Wayne Goddard b, Michael A. Henning c,, Ryan Pepper a,1, Emil R. Vaughan d a University of Houston Downtown b Clemson University c University

More information

Eccentric domination in splitting graph of some graphs

Eccentric domination in splitting graph of some graphs Advances in Theoretical and Applied Mathematics ISSN 0973-4554 Volume 11, Number 2 (2016), pp. 179-188 Research India Publications http://www.ripublication.com Eccentric domination in splitting graph of

More information

On 2-dominating kernels in graphs

On 2-dominating kernels in graphs AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 53 (2012), Pages 273 284 On 2-dominating kernels in graphs Andrzej W loch Rzeszów University of Technology Faculty of Mathematics and Applied Physics al. Powstańców

More information

Triple Domination Number and it s Chromatic Number of Graphs

Triple Domination Number and it s Chromatic Number of Graphs Triple Domination Number and it s Chromatic Number of Graphs A.Nellai Murugan 1 Assoc. Prof. of Mathematics, V.O.Chidambaram, College, Thoothukudi-628 008, Tamilnadu, India anellai.vocc@gmail.com G.Victor

More information

A Reduction of Conway s Thrackle Conjecture

A Reduction of Conway s Thrackle Conjecture A Reduction of Conway s Thrackle Conjecture Wei Li, Karen Daniels, and Konstantin Rybnikov Department of Computer Science and Department of Mathematical Sciences University of Massachusetts, Lowell 01854

More information

Dynamic Dominating Sets: the Eviction Model for Eternal Domination

Dynamic Dominating Sets: the Eviction Model for Eternal Domination Dynamic Dominating Sets: the Eviction Model for Eternal Domination William F. Klostermeyer School of Computing University of North Florida Jacksonville, FL 32224-2669 wkloster@unf.edu Mary Lawrence School

More information

A NOTE ON THE NUMBER OF DOMINATING SETS OF A GRAPH

A NOTE ON THE NUMBER OF DOMINATING SETS OF A GRAPH A NOTE ON THE NUMBER OF DOMINATING SETS OF A GRAPH STEPHAN WAGNER Abstract. In a recent article by Bród and Skupień, sharp upper and lower bounds for the number of dominating sets in a tree were determined.

More information

On some subclasses of circular-arc graphs

On some subclasses of circular-arc graphs On some subclasses of circular-arc graphs Guillermo Durán - Min Chih Lin Departamento de Computación Facultad de Ciencias Exactas y Naturales Universidad de Buenos Aires e-mail: {willy,oscarlin}@dc.uba.ar

More information

arxiv: v1 [math.co] 20 Nov 2013

arxiv: v1 [math.co] 20 Nov 2013 HOMOGENEOUS 2-PARTITE DIGRAPHS arxiv:1311.5056v1 [math.co] 20 Nov 2013 MATTHIAS HAMANN Abstract. We call a 2-partite digraph D homogeneous if every isomorphism between finite induced subdigraphs that respects

More information

Non-zero disjoint cycles in highly connected group labelled graphs

Non-zero disjoint cycles in highly connected group labelled graphs Non-zero disjoint cycles in highly connected group labelled graphs Ken-ichi Kawarabayashi Paul Wollan Abstract Let G = (V, E) be an oriented graph whose edges are labelled by the elements of a group Γ.

More information

On vertex types of graphs

On vertex types of graphs On vertex types of graphs arxiv:1705.09540v1 [math.co] 26 May 2017 Pu Qiao, Xingzhi Zhan Department of Mathematics, East China Normal University, Shanghai 200241, China Abstract The vertices of a graph

More information

DOMINATION IN SOME CLASSES OF DITREES

DOMINATION IN SOME CLASSES OF DITREES BULLETIN OF THE INTERNATIONAL MATHEMATICAL VIRTUAL INSTITUTE ISSN (p) 20-4874, ISSN (o) 20-4955 www.imvibl.org /JOURNALS / BULLETIN Vol. 6(2016), 157-167 Former BULLETIN OF THE SOCIETY OF MATHEMATICIANS

More information

Efficient Algorithm for the Paired-Domination Problem in Convex Bipartite Graphs

Efficient Algorithm for the Paired-Domination Problem in Convex Bipartite Graphs Efficient Algorithm for the Paired-Domination Problem in Convex Bipartite Graphs Ruo-ei Hung, Chi-Hyi Laio, and Chun-Kai ang Abstract Let G =(V,E) be a graph without isolated vertices. A matching in G

More information

Grundy chromatic number of the complement of bipartite graphs

Grundy chromatic number of the complement of bipartite graphs Grundy chromatic number of the complement of bipartite graphs Manouchehr Zaker Institute for Advanced Studies in Basic Sciences P. O. BOX 45195-159 Zanjan, Iran E-mail: mzaker@iasbs.ac.ir Abstract A Grundy

More information

Some results related to the toughness of3-domination critical graphs

Some results related to the toughness of3-domination critical graphs Discrete Mathematics 272 (2003) 5 15 www.elsevier.com/locate/disc ome results related to the toughness of3-domination critical graphs Nawarat Ananchuen a;1, Michael D. Plummer b;2 a Department of Mathematics,

More information

Kernel perfect and critical kernel imperfect digraphs structure

Kernel perfect and critical kernel imperfect digraphs structure Kernel perfect and critical kernel imperfect digraphs structure Hortensia Galeana-Sánchez, Mucuy-Kak Guevara To cite this version: Hortensia Galeana-Sánchez, Mucuy-Kak Guevara. Kernel perfect and critical

More information

Coloring edges and vertices of graphs without short or long cycles

Coloring edges and vertices of graphs without short or long cycles Coloring edges and vertices of graphs without short or long cycles Marcin Kamiński and Vadim Lozin Abstract Vertex and edge colorability are two graph problems that are NPhard in general. We show that

More information

FUZZY DOUBLE DOMINATION NUMBER AND CHROMATIC NUMBER OF A FUZZY GRAPH

FUZZY DOUBLE DOMINATION NUMBER AND CHROMATIC NUMBER OF A FUZZY GRAPH International Journal of Information Technology and Knowledge Management July-December 2011 Volume 4 No 2 pp 495-499 FUZZY DOUBLE DOMINATION NUMBER AND CHROMATIC NUMBER OF A FUZZY GRAPH G MAHADEVAN 1 V

More information

Some Upper Bounds for Signed Star Domination Number of Graphs. S. Akbari, A. Norouzi-Fard, A. Rezaei, R. Rotabi, S. Sabour.

Some Upper Bounds for Signed Star Domination Number of Graphs. S. Akbari, A. Norouzi-Fard, A. Rezaei, R. Rotabi, S. Sabour. Some Upper Bounds for Signed Star Domination Number of Graphs S. Akbari, A. Norouzi-Fard, A. Rezaei, R. Rotabi, S. Sabour Abstract Let G be a graph with the vertex set V (G) and edge set E(G). A function

More information

Eulerian subgraphs containing given edges

Eulerian subgraphs containing given edges Discrete Mathematics 230 (2001) 63 69 www.elsevier.com/locate/disc Eulerian subgraphs containing given edges Hong-Jian Lai Department of Mathematics, West Virginia University, P.O. Box. 6310, Morgantown,

More information

Strong Triple Connected Domination Number of a Graph

Strong Triple Connected Domination Number of a Graph Strong Triple Connected Domination Number of a Graph 1, G. Mahadevan, 2, V. G. Bhagavathi Ammal, 3, Selvam Avadayappan, 4, T. Subramanian 1,4 Dept. of Mathematics, Anna University : Tirunelveli Region,

More information

A Nim game played on graphs II

A Nim game played on graphs II Theoretical Computer Science 304 (2003) 401 419 www.elsevier.com/locate/tcs A Nim game played on graphs II Masahiko Fukuyama Graduate School of Mathematical Sciences, University of Tokyo, 3-8-1 Komaba,

More information

Bounds for Support Equitable Domination Number

Bounds for Support Equitable Domination Number e-issn 2455 1392 Volume 2 Issue 6, June 2016 pp. 11 15 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Bounds for Support Equitable Domination Number R.Guruviswanathan 1, Dr. V.Swaminathan

More information

Math 302 Introduction to Proofs via Number Theory. Robert Jewett (with small modifications by B. Ćurgus)

Math 302 Introduction to Proofs via Number Theory. Robert Jewett (with small modifications by B. Ćurgus) Math 30 Introduction to Proofs via Number Theory Robert Jewett (with small modifications by B. Ćurgus) March 30, 009 Contents 1 The Integers 3 1.1 Axioms of Z...................................... 3 1.

More information

Discrete Mathematics

Discrete Mathematics Discrete Mathematics 310 (2010) 2769 2775 Contents lists available at ScienceDirect Discrete Mathematics journal homepage: www.elsevier.com/locate/disc Optimal acyclic edge colouring of grid like graphs

More information

Characterisation of Restrained Domination Number and Chromatic Number of a Fuzzy Graph

Characterisation of Restrained Domination Number and Chromatic Number of a Fuzzy Graph Characterisation of Restrained Domination Number and Chromatic Number of a Fuzzy Graph 1 J.S.Sathya, 2 S.Vimala 1 Research Scholar, 2 Assistant Professor, Department of Mathematics, Mother Teresa Women

More information

ON HARMONIOUS COLORINGS OF REGULAR DIGRAPHS 1

ON HARMONIOUS COLORINGS OF REGULAR DIGRAPHS 1 Volume 1 Issue 1 July 015 Discrete Applied Mathematics 180 (015) ON HARMONIOUS COLORINGS OF REGULAR DIGRAPHS 1 AUTHORS INFO S.M.Hegde * and Lolita Priya Castelino Department of Mathematical and Computational

More information

Power domination in block graphs

Power domination in block graphs Theoretical Computer Science 359 (2006) 299 305 www.elsevier.com/locate/tcs Power domination in block graphs Guangjun Xu, Liying Kang, Erfang Shan, Min Zhao Department of Mathematics, Shanghai University,

More information

Component Connectivity of Generalized Petersen Graphs

Component Connectivity of Generalized Petersen Graphs March 11, 01 International Journal of Computer Mathematics FeHa0 11 01 To appear in the International Journal of Computer Mathematics Vol. 00, No. 00, Month 01X, 1 1 Component Connectivity of Generalized

More information

SIGN DOMINATING SWITCHED INVARIANTS OF A GRAPH

SIGN DOMINATING SWITCHED INVARIANTS OF A GRAPH BULLETIN OF THE INTERNATIONAL MATHEMATICAL VIRTUAL INSTITUTE ISSN (p) 0-87, ISSN (o) 0-955 www.imvibl.org /JOURNALS / BULLETIN Vol. 7(017), 5-6 Former BULLETIN OF THE SOCIETY OF MATHEMATICIANS BANJA LUKA

More information

Influence of edge subdivision on the convex domination number

Influence of edge subdivision on the convex domination number AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 53 (2012), Pages 19 30 Influence of edge subdivision on the convex domination number Magda Dettlaff Magdalena Lemańska Department of Technical Physics and Applied

More information

On competition numbers of complete multipartite graphs with partite sets of equal size. Boram PARK, Suh-Ryung KIM, and Yoshio SANO.

On competition numbers of complete multipartite graphs with partite sets of equal size. Boram PARK, Suh-Ryung KIM, and Yoshio SANO. RIMS-1644 On competition numbers of complete multipartite graphs with partite sets of equal size By Boram PARK, Suh-Ryung KIM, and Yoshio SANO October 2008 RESEARCH INSTITUTE FOR MATHEMATICAL SCIENCES

More information

Cycles through specified vertices in triangle-free graphs

Cycles through specified vertices in triangle-free graphs March 6, 2006 Cycles through specified vertices in triangle-free graphs Daniel Paulusma Department of Computer Science, Durham University Science Laboratories, South Road, Durham DH1 3LE, England daniel.paulusma@durham.ac.uk

More information

Former Bulletin of Society of Mathematicians Banja Luka ISSN (p), ISSN X (o)

Former Bulletin of Society of Mathematicians Banja Luka ISSN (p), ISSN X (o) Bulletin of International Mathematical Virtual Institute ISSN 1840-4359 Vol. 1(2011), 39-43 Former Bulletin of Society of Mathematicians Banja Luka ISSN 0354-5792 (p), ISSN 1986-521X (o) COMPLEMENT FREE

More information

Module 11. Directed Graphs. Contents

Module 11. Directed Graphs. Contents Module 11 Directed Graphs Contents 11.1 Basic concepts......................... 256 Underlying graph of a digraph................ 257 Out-degrees and in-degrees.................. 258 Isomorphism..........................

More information

Restricted edge connectivity and restricted connectivity of graphs

Restricted edge connectivity and restricted connectivity of graphs Restricted edge connectivity and restricted connectivity of graphs Litao Guo School of Applied Mathematics Xiamen University of Technology Xiamen Fujian 361024 P.R.China ltguo2012@126.com Xiaofeng Guo

More information

On the packing chromatic number of some lattices

On the packing chromatic number of some lattices On the packing chromatic number of some lattices Arthur S. Finbow Department of Mathematics and Computing Science Saint Mary s University Halifax, Canada BH C art.finbow@stmarys.ca Douglas F. Rall Department

More information

PACKING DIGRAPHS WITH DIRECTED CLOSED TRAILS

PACKING DIGRAPHS WITH DIRECTED CLOSED TRAILS PACKING DIGRAPHS WITH DIRECTED CLOSED TRAILS PAUL BALISTER Abstract It has been shown [Balister, 2001] that if n is odd and m 1,, m t are integers with m i 3 and t i=1 m i = E(K n) then K n can be decomposed

More information

Augmenting Trees so that Every Three Vertices Lie on a Cycle

Augmenting Trees so that Every Three Vertices Lie on a Cycle Augmenting Trees so that Every Three Vertices Lie on a Cycle Peter Dankelmann School of Mathematical and Statistical Sciences, University of Natal, Durban, 4041, South Africa Wayne Goddard School of Geological

More information

LOWER BOUNDS FOR THE DOMINATION NUMBER

LOWER BOUNDS FOR THE DOMINATION NUMBER Discussiones Mathematicae Graph Theory 0 (010 ) 475 487 LOWER BOUNDS FOR THE DOMINATION NUMBER Ermelinda Delaviña, Ryan Pepper and Bill Waller University of Houston Downtown Houston, TX, 7700, USA Abstract

More information

Subdivisions of Graphs: A Generalization of Paths and Cycles

Subdivisions of Graphs: A Generalization of Paths and Cycles Subdivisions of Graphs: A Generalization of Paths and Cycles Ch. Sobhan Babu and Ajit A. Diwan Department of Computer Science and Engineering, Indian Institute of Technology Bombay, Powai, Mumbai 400076,

More information

The Connectivity and Diameter of Second Order Circuit Graphs of Matroids

The Connectivity and Diameter of Second Order Circuit Graphs of Matroids Graphs and Combinatorics (2012) 28:737 742 DOI 10.1007/s00373-011-1074-6 ORIGINAL PAPER The Connectivity and Diameter of Second Order Circuit Graphs of Matroids Jinquan Xu Ping Li Hong-Jian Lai Received:

More information

A step towards the Bermond-Thomassen conjecture about disjoint cycles in digraphs

A step towards the Bermond-Thomassen conjecture about disjoint cycles in digraphs A step towards the Bermond-Thomassen conjecture about disjoint cycles in digraphs Nicolas Lichiardopol Attila Pór Jean-Sébastien Sereni Abstract In 1981, Bermond and Thomassen conjectured that every digraph

More information

Bounds for the m-eternal Domination Number of a Graph

Bounds for the m-eternal Domination Number of a Graph Bounds for the m-eternal Domination Number of a Graph Michael A. Henning Department of Pure and Applied Mathematics University of Johannesburg South Africa mahenning@uj.ac.za Gary MacGillivray Department

More information

Matching and Factor-Critical Property in 3-Dominating-Critical Graphs

Matching and Factor-Critical Property in 3-Dominating-Critical Graphs Matching and Factor-Critical Property in 3-Dominating-Critical Graphs Tao Wang a,, Qinglin Yu a,b a Center for Combinatorics, LPMC Nankai University, Tianjin, China b Department of Mathematics and Statistics

More information

Planar Graph Characterization - Using γ - Stable Graphs

Planar Graph Characterization - Using γ - Stable Graphs Planar Graph Characterization - Using γ - Stable Graphs M. YAMUNA VIT University Vellore, Tamilnadu INDIA myamuna@vit.ac.in K. KARTHIKA VIT University Vellore, Tamilnadu INDIA karthika.k@vit.ac.in Abstract:

More information

The 3-Steiner Root Problem

The 3-Steiner Root Problem The 3-Steiner Root Problem Maw-Shang Chang 1 and Ming-Tat Ko 2 1 Department of Computer Science and Information Engineering National Chung Cheng University, Chiayi 621, Taiwan, R.O.C. mschang@cs.ccu.edu.tw

More information

On vertex-coloring edge-weighting of graphs

On vertex-coloring edge-weighting of graphs Front. Math. China DOI 10.1007/s11464-009-0014-8 On vertex-coloring edge-weighting of graphs Hongliang LU 1, Xu YANG 1, Qinglin YU 1,2 1 Center for Combinatorics, Key Laboratory of Pure Mathematics and

More information

On Independent Equitable Cototal Dominating set of graph

On Independent Equitable Cototal Dominating set of graph IOSR Journal of Mathematics (IOSR-JM) e-issn: 2278-5728, p-issn: 2319-765X Volume 12, Issue 6 Ver V (Nov - Dec2016), PP 62-66 wwwiosrjournalsorg On Independent Equitable Cototal Dominating set of graph

More information

On a conjecture of Keedwell and the cycle double cover conjecture

On a conjecture of Keedwell and the cycle double cover conjecture Discrete Mathematics 216 (2000) 287 292 www.elsevier.com/locate/disc Note On a conjecture of Keedwell and the cycle double cover conjecture M. Mahdian, E.S. Mahmoodian, A. Saberi, M.R. Salavatipour, R.

More information

A generalization of zero divisor graphs associated to commutative rings

A generalization of zero divisor graphs associated to commutative rings Proc. Indian Acad. Sci. (Math. Sci.) (2018) 128:9 https://doi.org/10.1007/s12044-018-0389-0 A generalization of zero divisor graphs associated to commutative rings M. AFKHAMI 1, A. ERFANIAN 2,, K. KHASHYARMANESH

More information

The competition numbers of complete tripartite graphs

The competition numbers of complete tripartite graphs The competition numbers of complete tripartite graphs SUH-RYUNG KIM Department of Mathematics Education, Seoul National University, 151-742, Korea srkim@snuackr YOSHIO SANO Research Institute for Mathematical

More information