Distance-2 Domatic Numbers of Graphs Derek Kiser East Tennessee State University

Total Page:16

File Type:pdf, Size:1020Kb

Distance-2 Domatic Numbers of Graphs Derek Kiser East Tennessee State University East Tennessee State University Digital Commons @ East Tennessee State University Electronic Theses and Dissertations Student Works 5-2015 Distance-2 Domatic Numbers of Graphs Derek Kiser East Tennessee State University Follow this and additional works at: https://dc.etsu.edu/etd Part of the Discrete Mathematics and Combinatorics Commons Recommended Citation Kiser, Derek, "Distance-2 Domatic Numbers of Graphs" (2015). Electronic Theses and Dissertations. Paper 2505. https://dc.etsu.edu/ etd/2505 This Thesis - Open Access is brought to you for free and open access by the Student Works at Digital Commons @ East Tennessee State University. It has been accepted for inclusion in Electronic Theses and Dissertations by an authorized administrator of Digital Commons @ East Tennessee State University. For more information, please contact [email protected]. Distance-2 Domatic Numbers of Graphs A thesis presented to the faculty of the Department of Mathematics East Tennessee State University In partial fulfillment of the requirements for the degree Master of Science in Mathematical Sciences by Derek Kiser May 2015 Teresa W. Haynes, Ph.D., Chair Robert A. Beeler, Ph.D. Robert B. Gardner, Ph.D. Keywords: distance-2 domination, distance-2 domatic number ABSTRACT Distance-2 Domatic Numbers of Graphs by Derek Kiser The distance d(u; v) between two vertices u and v in a graph G equals the length of a shortest path from u to v. A set S of vertices is called a distance-2 dominating set if every vertex in V n S is within distance-2 of at least one vertex in S. The distance-2 domatic number is the maximum number of sets in a partition of the vertices of G into distance-2 dominating sets. We give bounds on the distance-2 domatic number of a graph and determine the distance-2 domatic number of selected classes of graphs. 2 Copyright by Derek Kiser 2015 3 DEDICATION I would like to dedicate this thesis to my late grandfather, Nelson Kiser. Through the observation of his life I learned to love well and to appreciate the uniqueness of all those around us. 4 ACKNOWLEDGMENTS I want to thank Dr. Robert Beeler and Dr. Robert Gardner for taking the time to read and make corrections to the original draft of my theis as well as Dr. Hedetniemi for proposing the topic. And I want to thank Dr. Teresa Haynes. Not for being an amazing instructor or adviser, but an amazing person. Twenty years from now I will not remember her for her love of graph theory or the wonderful energy she brought to the classroom. I will not remember her for how she introduced me to the subject of graph theory or how she sent me to a conference for the first time with confidence. I will not remember the time spent working on this thesis or her responses to my many homework questions. I will not remember her for her love of dogs or her hatred for ticks, but I will always remember her for her advice on life and faith, in which I was blessed to hear and witness. 5 TABLE OF CONTENTS ABSTRACT . .2 ACKNOWLEDGMENTS . .5 LIST OF FIGURES . .7 1 INTRODUCTION . .8 1.1 Introduction to Graph Theory . .8 2 DOMINATION . 11 2.1 Introduction to Domination . 11 2.2 Domination and Domatic Number Background . 12 2.3 Total Domatic Number Background . 15 3 DISTANCE-2 DOMINATION . 18 3.1 Distance-2 Domination . 18 4 DISTANCE-2 DOMATIC NUMBER RESULTS . 21 4.1 Bounds on the Distance-2 Domatic Number . 21 4.2 Specific Families . 24 5 CONCLUDING REMARKS . 36 BIBLIOGRAPHY . 38 VITA ...................................... 39 6 LIST OF FIGURES 1 G4;5 = P4 × P5 ............................... 10 2 Modified Houses . 12 3 Counterexample to the c ≤ d conjecture . 16 4 Modified Houses 2 . 19 5 Cycles . 26 6 d≤2(G11;13) ≥ 6 .............................. 33 7 Graph G . 36 7 1 INTRODUCTION 1.1 Introduction to Graph Theory A graph G = (V; E) is made up of a finite nonempty set V and a possibly empty set E. The elements of V are referred to as vertices and the elements of E; two element subsets of V; are referred to as edges. The number of vertices, jV j, in a graph is known as the order of G, and the number of edges, jEj, is known as the size of G. The letters n and m are typically used to denote the order and size respectively of a graph. An edge denoted by uv, represents adjacent vertices u and v. The graphs we consider are finite, undirected, have edges that must join two vertices, and the maximum number of edges allowed to join two vertices is one. The open neighborhood of a vertex v 2 V is the set N(v) = fu j uv 2 V g of vertices adjacent to v. Each vertex in u 2 N(v) is called a neighbor of v. The degree of a vertex v is deg(v) = jN(v)j. The minimum and maximum degrees of any vertex in a graph G are denoted δ(G) and ∆(G), respectively. A vertex v 2 V is called an isolated vertex if it has no neighbors, that is, deg(v) = 0. A vertex with exactly one neighbor is called a leaf, and its neighbor is called a support vertex. The closed neighborhood of a vertex v 2 V is the set N[v] = N(v) [ fvg. The open neighborhood S of a set S ⊆ V of vertices is N(S) = v2S N(v), while the closed neighborhood of a S set S is the set N[S] = v2S N[v]. The S-private neighborhood of a vertex v 2 S is the set pn[v; S] = N[v] n N[S n fvg]; vertices in the set pn[v; S] are called private neighbors of v (with respect to S). A walk in a graph G is a sequence of vertices starting with a vertex u and ending 8 at a vertex v, where the consecutive vertices in the walk are adjacent in G. A walk in a graph G such that no vertex is repeated is referred to as a path. The distance d(u; v) between two vertices u and v in a graph G equals the length of a shortest path from u to v. Two vertices u and v in a graph are connected if the graph contains a path between u and v. A graph G itself is said to be connected if every two vertices of G are connected. A graph H is a subgraph of a graph G if V (H) ⊆ V (G) and E(H) ⊆ E(G). If H is a subgraph of a graph G and either V (H) is a proper subset of V (G) or E(H) is a proper subset of E(G), then H is a proper subgraph of G. For a nonempty subset S of V (G); the subgraph G[S] of G induced by S has S as its vertex set and two vertices u and v are adjacent in G[S] if and only if u and v are adjacent in G. A subgraph H of a graph G is called an induced subgraph if there is a nonempty subset S of V (G) such that H = G[S]. A connected subgraph H of a graph G is a component of G if H is not a proper subgraph of any connected subgraph of G. The complement G of a graph G is a graph with the vertex set V (G) where two vertices are adjacent in G if and only if they are not adjacent in G. The eccentricity of a vertex v of a connected graph G is the distance between v and the vertex farthest from v in G. The diameter of G denoted diam(G) is the largest eccentricity of the vertices of a graph G, while the radius of G is the smallest eccentricity of the vertices. A path Pn is a graph of order n and size n − 1 with vertices denoted v1; v2; :::; vn and edges vivi + 1 for i = 1; 2; :::; n − 1. A cycle Cn is a graph of order and size n with vertices denoted v1; v2; :::; vn and edges vivi+1 for i = 1; 2; :::; n − 1 and v1vn.A 9 Figure 1: G4;5 = P4 × P5 grid Gr;c is a cartesian product of two paths Pr × Pc (where the cartesian product K = G1 × G2 has vertex set V (K) = V (G1) × V (G2) and vertices (u1; v1) and (u2; v2) in V (K) are adjacent if and only if either u1 = u2 and v1v2 2 E(G2) or v1 = v2 and u1u2 2 E(G1). An example of a G3;4 is given in Figure 1. A complete graph Kn is a graph in which every two distinct vertices are adjacent. A graph G is a complete bipartite graph Km;n if V (G) can be partitioned into two sets U and W so that uw is an edge of G if and only if u 2 U and w 2 W . A vertex coloring of a graph G is an assignment of colors to the vertices of G where one color is assigned to each vertex. Vertex colorings in which adjacent vertices are colored differently are known as a proper vertex coloring.A k-coloring is a coloring in which each color used is one of k colors. A graph G is k-colorable if there exists a coloring of G from a set of k colors.
Recommended publications
  • A Study of the Upper Domatic Number of a Graph
    A STUDY OF THE UPPER DOMATIC NUMBER OF A GRAPH A Thesis by NICHOLAS PHILLIPS Submitted to the Graduate School at Appalachian State University in partial fulfillment of the requirements for the degree of MASTER OF COMPUTER SCIENCE May 2017 Department of Computer Science A STUDY OF THE UPPER DOMATIC NUMBER OF A GRAPH A Thesis by NICHOLAS PHILLIPS May 2017 APPROVED BY: Alice McRae, Ph.D Chairperson, Thesis Committee Raghuveer Mohan, Ph.D Member, Thesis Committee Rahman Tashakkori, Ph.D Member, Thesis Committee James Wilkes, Ph.D Chairperson, Department of Computer Science Max C. Poole, Ph.D Dean, Cratis D. Williams School of Graduate Studies Copyright by Nicholas Phillips c 2017 All Rights Reserved Abstract A STUDY OF THE UPPER DOMATIC NUMBER OF A GRAPH Nicholas Phillips B.S., Appalachian State University M.S., Appalachian State University Chairperson: Alice McRae Given a graph G we can partition the vertices of G into k disjoint sets represented as π = fV1;V2;:::;Vkg: We say a set A of vertices dominates another set of vertices, B, if for every vertex b 2 B there exists some vertex a 2 A adjacent to b. The upper domatic number of a graph G is written D(G) and defined as the maximum integer k such that G can be partitioned into k sets where for every pair of sets Vi;Vj 2 π either Vi dominates Vj or Vj dominates Vi or both. In this thesis we introduce the upper domatic number of a graph and provide various results on the properties of the upper domatic number, notably that D(G) ≤ ∆(G), as well as relating it to other well-studied graph properties such as the achromatic, pseudoachromatic, and transitive numbers.
    [Show full text]
  • REGULAR TOTALLY DOMATICALLY FULL GRAPHS Bohdan ZELINKA
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Discrete Mathematics 86 (1990) 71-79 71 North-Holland REGULAR TOTALLY DOMATICALLY FULL GRAPHS Bohdan ZELINKA Katedra Mathematiky V&ST, Sokolska’ 8, 46001 Liberec 1, Czechoslovakia Received 2 December 1988 The paper studies bipartite undirected graphs and directed graphs which are regular and totally domatically full. 1. Introduction The domatic number of a graph was defined by Cockayne and Hedetniemi [4] and the total domatic number by the same authors and Dawes [3]; the total domatic number was studied in [l]. These concepts were defined for undirected graphs. The concept of the domatic number was transferred to directed graphs in [5]. Here we shall transfer also the concept of the total domatic number to directed graphs; for this goal we shall first study bipartite undirected graphs. All considered graphs are finite without loops and multiple edges. Fundamental results concerning the domination in graphs can be found in Berge’s book [2]. A dominating (or totally dominating) set in an undirected graph G is a subset D of the vertex set V(G) of G with the property that for each vertex x E V(G) - D (or x E V(G) respectively) there exists a vertex y E D adjacent to X. A domatic (or total domatic) partition of G is a partition of V(G), all of whose classes are dominating (or totally dominating respectively) sets in G. The domatic (or total domatic) number d(G) (or d,(G)) of G is the maximum number of classes of a domatic (or total domatic respectively) partition of G.
    [Show full text]
  • Approximating the Independent Domatic Partition Problem in Random Geometric Graphs – an Experimental Study
    CCCG 2010, Winnipeg MB, August 9–11, 2010 Approximating the Independent Domatic Partition Problem in Random Geometric Graphs – An Experimental Study Dhia Mahjoub ∗ Angelika Leskovskaya † David W. Matula ∗ Abstract partition a graph G into disjoint independent dominat- ing sets. The independent domatic number dind(G) is We investigate experimentally the Domatic Partition the maximum size of such a partition. (DP) problem, the Independent Domatic Partition For any graph G, dind(G) ≤ d(G) ≤ δ(G) + 1 where (IDP) problem and the Idomatic partition problem in δ(G) denotes the minimum degree in G. If d(G) = Random Geometric Graphs (RGGs). In particular, δ(G)+1 and/or dind(G) = δ(G)+1, then G is called do- we model these problems as Integer Linear Programs matically full (DF) and/or independent domatically full (ILPs), solve them optimally, and show on a large set (IDF) respectively [3]. A graph whose vertices V can of samples that RGGs are independent domatically full be strictly partitioned into disjoint independent domi- most likely (over 93% of the cases) and domatically full nating sets is termed indominable [1] or idomatic [3]. almost certainly (100% of the cases). We empirically The idomatic number id(G) is the partition’s maximum confirm using two methods that RGGs are not idomatic size. Notice that the DP, IDP and idomatic problems on any of the samples. We compare the results of the are all NP-complete in general graphs [2, 4, 8] and also ILP-based exact algorithms with those of known color- believed to be so in UDGs [13].
    [Show full text]
  • Domatically Critical and Domatically Full Graphs
    Discrete Mathematics 86 (1990) 81-87 81 North-Holland DOMATICALLY CRITICAL AND DOMATICALLY FULL GRAPHS Douglas F. RALL Department of Mathematics, Furman University, Greenville, SC 29613, USA Received 2 December 1988 A subset, D, of the vertex set of a graph G is called a dominating set of G if each vertex of G is either in D or adjacent to some vertex in D. The maximum cardinality of a partition of the vertex set of G into dominating sets is the domatic number of G, denoted d(G). G is said to be domatically critical if the removal of any edge of G decreases the domatic number, and G is domatically full if d(G) assumes the known lower bound of 6(G) + 1. An example is given to settle a conjecture of B. Zelinka concerning the structure of a domatically critical graph. We also prove that a domatically critical graph G is domatically full if d(G) < 3 and provide’ examples to show this does not extend to the cases d(G) > 3. 1. Introduction Consider a finite graph G with vertex set V(G) and edge set E(G), which has neither loops nor multiple edges. For x E V(G), N(x) will denote the set of vertices in V(G) each of which is adjacent to X. If G and H are two graphs having no vertices in common, then G + H denotes the join of G and H. G + H has vertex set V(G) U V(H) and edge set E(G) U E(H) U {xy (x E V(G) and y E V(H)}.
    [Show full text]
  • Complexity of the Exact Domatic Number Problem and of the Exact
    Electronic Colloquium on Computational Complexity, Report No. 68 (2002) Complexity of the Exact Domatic Number Problem and of the Exact Conveyor Flow Shop Problem ¡ Tobias Riege and Jor¨ g Rothe Institut fur¨ Informatik Heinrich-Heine-Universitat¨ Dusseldorf¨ 40225 Dusseldorf,¨ Germany December 9, 2002 Abstract We prove that the exact versions of the domatic number problem are complete for the levels of the boolean hierarchy over NP. The domatic number problem, which arises in the area of computer networks, is the problem of partitioning a given graph into a maximum number of disjoint dominating sets. This number is called the domatic number of the graph. We prove that the problem of determining whether or not the domatic number of a given graph is £¥¤§¦ ¨ © ¢ exactly one of ¢ given values is complete for BH NP , the th level of the boolean hierarchy over NP. In particular, for ¢ , it is DP-complete to determine whether or not the domatic £¦ ¨ number of a given graph equals exactly a given integer. Note that DP BH NP . We obtain similar results for the exact versions of the conveyor flow shop problem, which arises in real- world applications in the wholesale business, where warehouses are supplied with goods from a central storehouse. Our reductions apply Wagner’s conditions sufficient to prove hardness for the levels of the boolean hierarchy over NP. Key words: Computational complexity; completeness; domatic number problem; conveyor flow shop problem; boolean hierarchy !"#!$%& ! Email: - . ' !"#!$%& ! Email: $() - . ISSN 1433-8092 1 Introduction ¡ ¢¤£¥ §¦ A dominating set in an undirected graph is a subset of the vertex set such that ¡ ¡ every vertex of ¢¨£¥ §¦ either belongs to or is adjacent to some vertex in .
    [Show full text]
  • Domatic Number of a Graph
    European Journal of Molecular & Clinical Medicine ISSN 2515-8260 Volume 07, Issue 11, 2020 Domatic Number of a Graph M SUBHA1, Dr.T. Saravanan2 , T. Helan Magdalin3 1,2,3 New Prince Shri Bhavani College of Engineering and Technology, Chennai, India E-mail: [email protected] Abstract The domatic graph number is discussed in this chapter. Domatic was the word from the terms ‘Dominance’ and ‘Chromatic’ coined. Found domatic numbers for different type of graphs. 1. Introduction Graph Theory was developed in 1736 by Euler as a generalisation of the to the Koniberg bridges’ famous problem solution.. Graph dominance has been thoroughly researched in the graph theory division. Berge in 1958 and Ore in 1962 formalised dominance as a theoretical field in graph theory. Ore was characterized by minimal dominant sets. Historically, from chess came the first domination – type issues. Several chess players were interested in the minimum number of queens in the 1850s, so that any square on the chess board includes either a queen (remember that a queen can move any number of squares on the chess board horizontally, vertically, or diagonally). Definition: 4.1 A D-partition is a V(G) partition into a finite number of subsets. In every subset other than its own, each point in a subset is adjacent to at least one point in each subset. Definition: 4.2 A D-partition of G is a partition of V(G) into a finite number of subsets. Each point in a subset in any sub-set other than its own is adjacent to at least one point in each sub-set.
    [Show full text]
  • The Domatic Number Problem: Boolean Hierarchy Completeness and Exact Exponential-Time Algorithms
    The Domatic Number Problem: Boolean Hierarchy Completeness and Exact Exponential-Time Algorithms Dissertation zur Erlangung des Doktorgrades der Mathematisch-Naturwissenschaftlichen Fakult¨at der Heinrich-Heine-Universit¨at D¨usseldorf vorgelegt von Tobias Riege geboren in Haltern D¨usseldorf, im November 2006 Aus dem Institut f¨ur Informatik der Heinrich-Heine-Universit¨at D¨usseldorf Gedruckt mit der Genehmigung der Mathematisch-Naturwissenschaftlichen Fakult¨at der Heinrich-Heine-Universit¨at D¨usseldorf Referent: Prof. Dr. J¨org Rothe Koreferent: Prof. Dr. Egon Wanke Tag der m¨undlichen Pr¨ufung: 20.12.2006 iii Acknowledgments I want to thank my thesis advisor J¨org Rothe for all of his support during the past four years. In the first place, I am deeply grateful to him for giving me the chance to be part of his research team. Without his great efforts, I would never have had the chance to work in the scientific community. Many inspiring and valuable discussions with him initiated fruitful ideas that led to the research presented in this thesis. I am very thankful to him for letting me have a share of his mathematical precision. In addition, his profound knowledge of the English language helped a great deal to spice up our articles. Next I would like to thank all my coauthors, including J¨org Rothe, G´abor Erd´elyi, Holger Spakowski, and Masaki Yamamoto. Thanks also to Gerd Wechsung for pointing out that Exact-2-DNP is coNP-complete and Dieter Kratsch for giving the hint to Lawler’s algorithm for the colorability problem. Many thanks go out to all the great colleagues at the Department of Computer Science of the Heinrich-Heine-University D¨usseldorf.
    [Show full text]
  • Signed Domatic Number of a Graph
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Discrete Applied Mathematics 150 (2005) 261–267 www.elsevier.com/locate/dam Note Signed domatic number of a graph Lutz Volkmanna,∗, Bohdan Zelinkab aLehrstuhl II für Mathematik, RWTH-Aachen University, 52056Aachen, Germany bDepartment of Applied Mathematics, Technical University of Liberec, Voronˇežská 13, 460 01 Liberec 1, Czech Republic Received 29 July 2002; received in revised form 29 July 2004; accepted 12 August 2004 Available online 26 April 2005 Abstract Let G be a finite and simple graph with the vertex set V (G), and let f : V (G) →{−1, 1} beatwo- valued function. If x∈N[v]f(x)1 for each v ∈ V (G), where N[v] is the closed neighborhood of v {f ,f ,...,f } , then f is a signed dominating function on G. A set 1 2 d of signed dominating functions d f (x) x ∈ V (G) on G with the property that i=1 i 1 for each , is called a signed dominating family (of functions) on G. The maximum number of functions in a signed dominating family on G is the signed domatic number on G, denoted by dS(G). The properties of the signed domatic number dS(G) are studied in this paper. In particular, we determine the signed domatic number of complete graphs, cycles, fans, and wheels. © 2005 Elsevier B.V. All rights reserved. Keywords: Signed domatic number; Signed dominating function; Signed domination number 1. Terminology and introduction Various numerical invariants of graphs concerning domination were introduced by means of dominatingfunctions and their variants.
    [Show full text]
  • The Domatic Number of Regular Graphs
    The Domatic Number of Regular Graphs Peter Dankelmann ∗ Neil Calkin University of Natal Clemson University, Durban, South Africa Clemson, SC, USA September 5, 2008 Abstract The domatic number of a graph G is the maximum number of dominating sets into which the vertex set of G can be partitioned. We show that the domatic number of a random r-regular graph is almost surely at most r, and that for 3-regular random graphs, the domatic number is almost surely equal to 3. We also give a lower bound on the domatic number of a graph in terms of order, minimum degree and maximum degree. As a corol- lary, we obtain the result that the domatic number of an r-regular graph is at least (r + 1)/(3ln(r + 1)). 1 Introduction A dominating set of a graph G is a subset S of the vertex set V (G), such that every vertex of G is either in S or has a neighbour in S. It is well known that the complement of a dominating set of minimum cardinality of a graph G without isolated vertices is also a dominating set. Hence one can partition the vertex set of G into at least two disjoint dominating sets. The maximum number of dominating sets into which the vertex set of a graph G can be partitioned is called the domatic number of G, and denoted by dom(G). This graph invariant was introduced by Cockayne and Hedetniemi [3]. The word domatic, an amalgamation of the words ‘domination’ and ‘chromatic’, refers to an analogy between the chromatic number (partitioning of the vertex set into independent sets) and the domatic number (partitioning into dominating sets).
    [Show full text]
  • Approximating the Domatic Number
    Approximating the Domatic Number Uriel Feige∗ Magn´us M. Halld´orsson† Guy Kortsarz‡ Aravind Srinivasan§ Abstract A set of vertices in a graph is a dominating set if every vertex outside the set has a neighbor in the set. The domatic number problem is that of partitioning the vertices of a graph into the maximum number of disjoint dominating sets. Let n denote the number of vertices, δ the minimum degree, and ∆ the maximum degree. We show that every graph has a domatic partition with (1 o(1))(δ +1)/ ln n dominating sets, and moreover, that such a domatic partition can be foun− d in polynomial time. This implies a (1 + o(1)) ln n approximation algorithm for domatic number, since the domatic number is always at most δ + 1. We also show this to be essentially best possible. Namely, extending the approximation hardness of set cover by combining multi-prover protocols with zero-knowledge techniques, we show that for every ǫ> 0, a (1 ǫ) ln n-approximation implies that NP DTIME(nO(log log n)). This makes domatic number− the first natural maximiza- tion problem⊆ (known to the authors) that is provably approximable to within polylogarithmic factors but no better. We also show that every graph has a domatic partition with (1 o(1))(δ + 1)/ ln ∆ dominating sets, where the “o(1)” term goes to zero as ∆ increases. This− can be turned into an efficient algorithm that produces a domatic partition of Ω(δ/ ln ∆) sets. 1 Introduction A dominating set in a graph is a set of vertices such that every vertex in the graph is either in the set or has a neighbor in the set.
    [Show full text]
  • The Graph Parameter Hierarchy
    The Graph Parameter Hierarchy February 15, 2019 1 About The purpose of this document is to gather graph parameters (also called graph invariants) and their relationships in a central place. It was edited by Manuel Sorge1 and Mathias Weller2 with contributions by Ren´evan Bevern, Florent Foucaud, OndˇrejSuch´y,Pascal Ochem, Martin Vatshelle, and Gerhard J. Woeg- inger. This project and the diagram shown in Figure 1 is inspired by the work of Bart M. P. Jansen [20]. Some further related work (in no particular order) is the Information System on Graph Classes and their Inclusions (ISGCI)3, the Graph Parameter Project4, INGRID: a graph invariant manipulator [12] and the work by Martin Vatshelle [26]. 2 Terminology A graph parameter is a function φ: G ! R where G is the set of finite graphs and R is the set of real numbers. Let φ, graph parameters. The parameter φ upper bounds another parameter , if there is some function f such that for every graph G in G it holds that (G) ≤ f(φ(G)); we write φ . Parameter φ is unbounded in if :( φ). Parameter φ strictly upper bounds if φ ^ :( φ). If (:(φ )) ^ :( φ) then φ and are incomparable. If φ ^ φ then φ and are equal. [email protected] [email protected] 3http://www.graphclasses.org 4https://robert.sasak.sk/gpp/index.php 1 Distance to Clique Vertex Cover Max Leaf # 4.28 4.10 4.25 Minimum Distance to Distance to Distance to Feedback Treedepth Clique Cover Co-Cluster Cluster Disjoint Paths Edge Set Bandwidth 4.26 4.22 4.27 Maximum Distance to Distance to Feedback Maximum Bisection
    [Show full text]
  • ON the B-DOMATIC NUMBER of GRAPHS
    Discussiones Mathematicae Graph Theory 39 (2019) 313–324 doi:10.7151/dmgt.2079 ON THE b-DOMATIC NUMBER OF GRAPHS Mohammed Benatallah UZA, Faculty of Sciences RECITS Laboratory, Djelfa, Algeria e-mail: m [email protected] Noureddine Ikhlef-Eschouf UYF, Faculty of Sciences Medea, Algeria e-mail: nour [email protected] and Miloud Mihoubi USTHB, Faculty of Mathematics RECITS Laboratory, Algiers, Algeria e-mail: [email protected] Abstract A set of vertices S in a graph G = (V,E) is a dominating set if every vertex not in S is adjacent to at least one vertex in S. A domatic partition of graph G is a partition of its vertex-set V into dominating sets. A domatic partition P of G is called b-domatic if no larger domatic partition of G can be obtained from P by transferring some vertices of some classes of P to form a new class. The minimum cardinality of a b-domatic partition of G is called the b-domatic number and is denoted by bd(G). In this paper, we explain some properties of b-domatic partitions, and we determine the b-domatic number of some families of graphs. Keywords: domatic partition, domatic number, b-domatic partition, b- domatic number. 2010 Mathematics Subject Classification: 05C15, 05C69, 05C70. 314 M. Benatallah, N. Ikhlef-Eschouf and M. Mihoubi 1. Introduction Let G = (V,E) be a finite, simple and undirected graph with vertex-set V and edge-set E. We call |V | the order of G and denote it by n. For any nonempty subset S ⊂ V , let G[S] denote the subgraph of G induced by S.
    [Show full text]