Approximating the Independent Domatic Partition Problem in Random Geometric Graphs – an Experimental Study

Total Page:16

File Type:pdf, Size:1020Kb

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 often modeled in practice as Random Geometric graphs (RGGs). A random geometric graph G(n, r) is defined We investigate experimentally the Domatic Partition by n vertices uniform in the unit square with an edge be- (DP) problem, the Independent Domatic Partition tween any two vertices of V within Euclidean distance (IDP) problem and the Idomatic partition problem in r of each other. An RGG simply induces a uniform Random Geometric Graphs (RGGs). In particular, probability distribution on a Unit Disk Graph (UDG). we model these problems as Integer Linear Programs A variation of the DP problem is the Independent Do- (ILPs), solve them optimally, and show on a large set matic Partition (IDP) problem which seeks to partition of samples that RGGs are independent domatically full a graph G into disjoint independent dominating sets. most likely (over 93% of the cases) and domatically full The independent domatic number dind(G) is the maxi- almost certainly (100% of the cases). We empirically mum size of such a partition. confirm using two methods that RGGs are not idomatic For any graph G, dind(G) d(G) δ(G) + 1 where on any of the samples. We compare the results of the δ(G) denotes the minimum≤ degree in≤ G. If d(G) = ILP-based exact algorithms with those of known color- δ(G) + 1 and/or dind(G) = δ(G) + 1, then G is called ing algorithms both centralized and distributed. Color- domatically full and/or independent domatically full re- ing algorithms achieve a competitive performance ratio spectively [4]. A graph whose vertices V can be strictly in solving the IDP problem [12, 11]. Our results on the partitioned into disjoint independent dominating sets is high likelihood of the “independent domatic fullness” termed indominable [2] or idomatic [4]. The idomatic of RGGs lead us to believe that coloring algorithms can number id(G) is the partition’s maximum size. be specifically enhanced to achieve a better performance The study described herein is motivated by the desire ratio on the IDP size than [12, 11]. We also investigate to empirically verify the existence of the upper bound experimentally the extremal sizes of individual domi- of δ + 1 disjoint independent dominating sets in RGGs nating and independent sets of the partitions. (which model Wireless Sensor Networks). Namely, are random geometric graphs independent domatically full 1 Introduction and Motivation in practice? A k coloring of a graph G = (V, E) is a partition − The domatic partition (DP) problem is a classical prob- Π = V1,V2, ..., Vk of the vertex set V (G) into indepen- lem in graph theory whose goal is to partition a graph dent sets Vi, each of which is called a color class. A G into disjoint dominating sets. The domatic num- vertex v Vi is called colorful if each color 1 i k ber d(G) is the maximum number of dominating sets appears on∈ the closed neighborhood of v. A k-coloring≤ ≤ f in such a partition [4]. The concept has various appli- is called a fall k-coloring if every vertex in f is colorful. cations such as the strategic placement of objects on Clearly, a strict partition of the vertex set V (G) into the nodes of a network (facility location) [18, 3] or the k independent dominating sets (idomatic partition) is identification of the maximum number of disjoint trans- equivalent to finding a fall k-coloring of G [9]. We note mitting groups in a network [7]. Recently, the DP prob- that if V1,V2, ..., Vδ+1 are disjoint independent dominat- lem found applications for efficient replica placement δ+1 ing sets of G, then the induced subgraph Si=1 Vi is a in Peer-to-Peer systems and for cooperative caching be- maximal idomatic subgraph of G of the same minimum tween ISPs to improve video on-demand delivery strate- degree. gies [19, 1]. More relevant to our work is the application Moreover, we experimentally study the “domination to energy conservation and sleep scheduling in Wireless chain” γ(G) i(G) β0(G) in RGGs. The “domina- Sensor Networks (WSN) [17, 16, 8, 10, 12, 11] which are tion chain” is≤ a relation≤ between graph parameters that is satisfied in any graph G [4], where γ(G) is the size of ∗Department of Computer Science, Southern Methodist University. Dallas, TX 75275-0122, the minimum dominating set (MDS) termed the domi- {dmahjoub,matula}@lyle.smu.edu nation number, i(G) is the size of the minimum indepen- †Engineering Management, Information, and Systems Depart- dent dominating set (MIDS) termed the independence ment, Southern Methodist University. Dallas, TX 75275-0122, domination number and β (G) is the size of the maxi- [email protected] 0 22nd Canadian Conference on Computational Geometry, 2010 k k mum independent set (MaxIS) termed the independence xv + xu 1 u,v V : (u,v) E, k K (2) number. Finding these values are NP-complete prob- δ+1 ≤ ∀ ∈ ∈ ∈ k X xu 1 u V (3) lems in general graphs and Unit Disk Graphs [4, 13]. ≤ ∀ ∈ The decision version of the DP problem for k 3 k=1 k ≥ uk 0, 1 , x 0, 1 u V, k K (4) is NP-complete in general graphs, circular arc graphs, ∈ { } u ∈ { } ∀ ∈ ∈ split graphs and bipartite graphs. It is in P for interval k where uk=1 if dominating set Sk = u x = 1 graphs, proper circular arc graphs and strongly chordal { | u } graphs [3, 7]. It is an open question whether the problem is selected in the IDP and uk=0 otherwise. Constraint is also NP-complete in Unit Disk Graphs, but it most (1) expresses domination, (2) independence, (3) node likely is [14]. The IDP and Idomatic partition (fall col- disjointness, i.e. a node can be part of at most one oring) problems are NP-complete in general graphs and set, and (4) variable integrality. We also formulate k-regular and bipartite graphs as well [5, 9]. We know the idomatic partition problem as an ILP where we of two constant factor approximation algorithms to the maximize the size of the independent domatic partition domatic partition [17] and connected domatic partition as well as the total number of packed nodes in the [16] problems in Unit Disk Graphs (UDG). In [12, 11] sets of the partition. The exact algorithms for the we show competitive performance ratios by using graph MDS, MIDS and MaxIS problems are also modeled coloring algorithms to empirically approximate the DP as ILPs. For illustrative purposes, we present the ILP and IDP problems. formulation of MIDS below: minimize x 2 Our Contributions X u u V ∈ s.t. xu+ X xv 1 u V (1) In this paper, our main contributions are: ≥ ∀ ∈ v:(u,v) E -We solve the IDP problem optimally and show that ∈ xu + xv 1 u,v V : (u,v) E (2) over 93% of the RGG instances are independent domat- ≤ ∀ ∈ ∈ ically full and 100% of the instances are domatically xu 0, 1 u V (3) full. The high likelihood of the existence of an opti- ∈ { } ∀ ∈ mal partition of δ + 1 independent dominating sets in typical RGGs suggests that coloring algorithms can be fine-tuned to achieve a better performance ratio [12, 11]. Coloring Heuristics. In this study, in order to -We confirm by Smallest Last (SL) coloring [15] for experimentally approximate the IDP problem, we use a large sample of RGG instances that χ(G) ω(G) > 5 centralized graph coloring heuristics: Smallest Last, δ(G) + 1, hence these graphs cannot be idomatic≥ [2]. Largest First, Lexicographic, Radial Sweep and Ran- In addition, we formulate the idomatic partition prob- dom. These algorithms are described in detail in [12]. lem as an ILP and confirm through experiments that all We also experiment with 4 distributed coloring heuris- graphs of the sample are not idomatic. tics: Trivial Greedy, Largest First, Lexicographic, and -We experimentally study the node packing in the sets 3Cliques-Last. We discuss these algorithms with ample of the IDP solution and also report on the domination detail in [11] . chain values and compare the results obtained by ILP algorithms and coloring algorithms with the asymptotic 4 Experimental Results bounds based on “optimal” triangular lattice packing. We believe this study answers relevant questions for In this paper, ILP models are solved optimally using practitioners and also stimulates further research on the CPLEX 10.0 installed on a Dual Quad Core Intel Xeon approximability of the IDP problem in UDGs and RGGs X5570 with 72 GB RAM running CentOS Linux 2.6.18. and on the asymptotic behavior of domination and do- Each core is clocked at 3.00 GHz. The coloring algo- matic properties in RGGs. rithms are implemented in C#.Net (Microsoft Visual Studio 2005) on an Intel Core 2 Duo E8400 processor clocked at 3.00 GHz with 3 GB RAM running Win- 3 Algorithms dows Vista Enterprise SP1. Our data set consists of IDP Formulation. Given a graph G = (V, E) and the 15 graphs generated randomly with δ 5,10,20 and n 50,100,200,400,800 . Results for each∈{ (δ, n)} pair set K = 1, ..., δ + 1 , we formulate the IDP problem as ∈{ } the following{ Integer} Linear Program (ILP): are averaged over 20 RGG instances, except for the δ+1 (δ = 20, n = 800) case where we average over 10 in- maximize X uk stances, given that the running times of the ILP models k=1 were prohibitively long.
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]
  • 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.
    [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]