Approximation Algorithms for Problems in Makespan Minimization on Unrelated Parallel Machines

Total Page:16

File Type:pdf, Size:1020Kb

Approximation Algorithms for Problems in Makespan Minimization on Unrelated Parallel Machines Western University Scholarship@Western Electronic Thesis and Dissertation Repository 4-8-2019 10:30 AM Approximation Algorithms for Problems in Makespan Minimization on Unrelated Parallel Machines Daniel R. Page The University of Western Ontario Supervisor Solis-Oba, Roberto The University of Western Ontario Graduate Program in Computer Science A thesis submitted in partial fulfillment of the equirr ements for the degree in Doctor of Philosophy © Daniel R. Page 2019 Follow this and additional works at: https://ir.lib.uwo.ca/etd Part of the Discrete Mathematics and Combinatorics Commons, and the Theory and Algorithms Commons Recommended Citation Page, Daniel R., "Approximation Algorithms for Problems in Makespan Minimization on Unrelated Parallel Machines" (2019). Electronic Thesis and Dissertation Repository. 6109. https://ir.lib.uwo.ca/etd/6109 This Dissertation/Thesis is brought to you for free and open access by Scholarship@Western. It has been accepted for inclusion in Electronic Thesis and Dissertation Repository by an authorized administrator of Scholarship@Western. For more information, please contact [email protected]. Abstract A fundamental problem in scheduling is makespan minimization on unrelated parallel ma- chines (RjjCmax). Let there be a set J of jobs and a set M of parallel machines, where every + job J j 2 J has processing time or length pi; j 2 Q on machine Mi 2 M. The goal in RjjCmax is to schedule the jobs non-preemptively on the machines so as to minimize the length of the schedule, the makespan. A ρ-approximation algorithm produces in polynomial time a feasible solution such that its objective value is within a multiplicative factor ρ of the optimum, where ρ is called its approximation ratio. The best-known approximation algorithms for RjjCmax have approximation ratio 2, but there is no ρ-approximation algorithm with ρ < 3=2 for RjjCmax unless P = NP. A longstanding open problem in approximation algorithms is to reconcile this hardness gap. We take a two-pronged approach to learn more about the hardness gap of RjjCmax: (1) find approximation algorithms for special cases of RjjCmax whose approximation ratios are tight (unless P = NP); (2) identify special cases of RjjCmax that have the same 3=2-hardness bound of RjjCmax, but where the approximation barrier of 2 can be broken. This thesis is divided into four parts. The first two parts investigate a special case of RjjCmax called the graph balancing problem when every job has one of two lengths and the machines may have one of two speeds. First, we present 3=2-approximation algorithms for the graph balancing problem with one speed and two job lengths. In the second part of this thesis we give an approximation algorithm for thep graph balancing problem with two speeds and two job lengths with approximation ratio ( 65 + 7)=8 ≈ 1:88278. In the third part of the thesis we present approximation algorithms and hardness of approximation results for two problems called RjjCmax with simple job-intersection structure and RjjCmax with bounded job assignments. We conclude this thesis by presenting algorithmic and computational complexity results for a generalization of RjjCmax where J is partitioned into sets called bags, and it must be that no two jobs belonging to the same bag are scheduled on the same machine. Keywords: Theoretical Computer Science, Approximation Algorithms, Scheduling The- ory, Makespan Minimization, Unrelated Parallel Machines, Restricted Assignment Problem, Graph Balancing Problem, Job-Intersection Graph, Bounded Job Assignments, Bag Constraints ii Co-Authorship Statement I would like to acknowledge Dr. Roberto Solis-Oba, my supervisor as a co-author of the orig- inal articles that form Chapters 3–6. I must also acknowledge Marten Maack as a co-author for some of the results in Chapter 5: Marten Maack made some suggestions to help simplify the algorithm in Chapter 5.2, provided comments on the paper, and proposed the idea for the reduction given in Chapter 5.1. iii Acknowledgements First, I must thank my supervisor Dr. Roberto Solis-Oba. His guidance, insightful ideas, detailed criticism, and honest feedback were helpful in sharpening my skills as a researcher and as a writer. I must also thank him for giving me the trust to explore my research interests in a fairly independent manner, and patiently reviewing all the drafts I would slide under his office door at odd hours of the night sometimes. Thank you so much Roberto for all your help and for giving me the opportunity to work with you. I would like to thank Marten Maack. Marten had shared my office from late 2015 until mid 2016. He came all the way from Kiel, Germany to work with us as a part of his studies. Thank you again for the conversations and the opportunity to think about problems together. Next, I must thank the people of the Department of Computer Science at the University of Western Ontario. The department has been nothing but friendly to me, and is full of people that I would be happy to sit down and have a chat with. While I can say I have made plenty of wonderful acquantices among my peers, I must explicitly name two people that I cannot thank enough for the time they gave me and would happily call my friends, Dr. James Hughes, and Ethan Jackson. I must especially thank James for the opportunities he has given me as a teaching assistant, and especially for the random conversations we would have. Some day guys I am sure we will actually get actual time to sit down and play games. Coming to Western was the first time I ever travelled far away from anywhere resembling home for me, so I was happy for the time we could spend together when we could. In general, I must thank all the students I have ever taught, past or present; thank you for giving me the opportunity to teach and inspire you. In addition, I want to thank all those that helped me over the years, such as my colleagues in the Department of Computer Science at the University of Manitoba. Thank you Dr. Ben Li for first introducing me to makespan minimization on unrelated parallel machines in 2012. I need to thank my friends, even if they are far and wide but very few. In that I want to acknowledge my friends online, the “Super Friends”; in particular, I want to thank Tor Asbjørn, Marcus Duplechan, and Jasper Valentine for all the laughs and support these years. I would like to thank my family. Since being away from Manitoba, my family has grown with new nieces and nephews. Thank you Mom for being there for me and being strong all these years, and for supporting me in my goals even if the light at the end of the tunnel was unclear. During my program, my family lost one of our beloved dogs, Java (2006–2016). She (Java) was my “research buddy” and one of the last fragments reminding me of my Father, Michael William Page (1956–2010). My Father’s pragmatism was one of the things that inspired me to pursue research in approximation algorithms, the algorithms “equivalent” of the things he would build in his spare time to solve tangible problems for others. Finally I must thank Charen´ Rinckens. She made plenty of sacrifices by coming with me to London, Ontario since I began my journey home in Winnipeg in 2012. Our move to London in late 2014 was our first big journey together on our own. Thank you for all the hours of me asking you to patiently listening to me explain my proofs and ideas to help convince myself, and for offering an extra pair of eyes when I might have needed them sometimes. iv Contents Abstract ii Co-Authorship Statement iii Acknowledgements iv List of Figures viii List of Tables x 1 Introduction 1 1.1 Background . 1 1.1.1 Optimization Problems and Some Complexity Theory . 1 1.1.2 Approximation Algorithms . 2 1.1.3 Parallel Machine Scheduling Problems . 3 1.1.4 A ρ-Relaxed Decision Procedure . 5 1.2 Motivation . 6 1.3 Problems Investigated, Our Results, and Overview . 7 2 Literature Review 13 2.1 Scheduling Identical and Uniform Parallel Machines (PjjCmax and QjjCmax) . 13 2.2 Scheduling Unrelated Parallel Machines . 14 2.2.1 Makespan Minimization on Unrelated Parallel Machines (RjjCmax) . 14 Earlier Research . 14 2-Approximation Algorithm of Lenstra, Shmoys, and Tardos . 14 Further Developments . 17 2.2.2 Restricted Assignment Problem (PjMjjCmax) . 17 The Configuration Linear Program and Better Estimates of the Opti- mum Makespan . 18 Scheduling Problems with Processing Set Restrictions . 19 2.2.3 Graph Balancing Problem (PjMj; jMjj ≤ 2jCmax) . 20 7=4-Approximation Algorithm of Ebenlendr, Krcˇal,´ and Sgall for the Graph Balancing Problem . 22 3=2-Hardness of the Graph Balancing Problem . 25 Graph Orientation Problem (PjMj; jMjj = 2jCmax) . 27 2.3 Other Scheduling Problems . 27 v 2.3.1 Scheduling Parallel Machines with Simple Job-Intersection Structure and Bounded Job Assignments . 27 2.3.2 Scheduling with Machine Types . 28 2.3.3 Scheduling Parallel Machines with Bags . 29 2.3.4 Preemptive Scheduling . 29 2.3.5 Precedence-Constrained Scheduling . 30 3 Graph Balancing Problem with Two Job Lengths 31 3.1 First 3=2-Approximation Algorithm . 31 3.1.1 Step 4 . 32 3.1.2 Step 5.1 . 33 3.1.3 Step 5.2 . 36 3.1.4 Step 5.3 . 38 3.1.5 Approximation Ratio . 40 3.2 A Simpler 3=2-Approximation Algorithm . 40 4 Graph Balancing Problem with Two Speeds and Two Job Lengths 46 4.1 Approximation Algorithm for QjMj; p j 2 f`s; `bgjCmax .
Recommended publications
  • Coloring ($ P 6 $, Diamond, $ K 4 $)-Free Graphs
    Coloring (P6, diamond, K4)-free graphs T. Karthick∗ Suchismita Mishra† June 28, 2021 Abstract We show that every (P6, diamond, K4)-free graph is 6-colorable. Moreover, we give an example of a (P6, diamond, K4)-free graph G with χ(G) = 6. This generalizes some known results in the literature. 1 Introduction We consider simple, finite, and undirected graphs. For notation and terminology not defined here we refer to [22]. Let Pn, Cn, Kn denote the induced path, induced cycle and complete graph on n vertices respectively. If G1 and G2 are two vertex disjoint graphs, then their union G1 ∪ G2 is the graph with V (G1 ∪ G2) = V (G1) ∪ V (G2) and E(G1 ∪ G2) = E(G1) ∪ E(G2). Similarly, their join G1 + G2 is the graph with V (G1 + G2) = V (G1) ∪ V (G2) and E(G1 + G2) = E(G1) ∪ E(G2)∪{(x,y) | x ∈ V (G1), y ∈ V (G2)}. For any positive integer k, kG denotes the union of k graphs each isomorphic to G. If F is a family of graphs, a graph G is said to be F-free if it contains no induced subgraph isomorphic to any member of F. A clique (independent set) in a graph G is a set of vertices that are pairwise adjacent (non-adjacent) in G. The clique number of G, denoted by ω(G), is the size of a maximum clique in G. A k-coloring of a graph G = (V, E) is a mapping f : V → {1, 2,...,k} such that f(u) 6= f(v) whenever uv ∈ E.
    [Show full text]
  • Isometric Diamond Subgraphs
    Isometric Diamond Subgraphs David Eppstein Computer Science Department, University of California, Irvine [email protected] Abstract. We test in polynomial time whether a graph embeds in a distance- preserving way into the hexagonal tiling, the three-dimensional diamond struc- ture, or analogous higher-dimensional structures. 1 Introduction Subgraphs of square or hexagonal tilings of the plane form nearly ideal graph draw- ings: their angular resolution is bounded, vertices have uniform spacing, all edges have unit length, and the area is at most quadratic in the number of vertices. For induced sub- graphs of these tilings, one can additionally determine the graph from its vertex set: two vertices are adjacent whenever they are mutual nearest neighbors. Unfortunately, these drawings are hard to find: it is NP-complete to test whether a graph is a subgraph of a square tiling [2], a planar nearest-neighbor graph, or a planar unit distance graph [5], and Eades and Whitesides’ logic engine technique can also be used to show the NP- completeness of determining whether a given graph is a subgraph of the hexagonal tiling or an induced subgraph of the square or hexagonal tilings. With stronger constraints on subgraphs of tilings, however, they are easier to con- struct: one can test efficiently whether a graph embeds isometrically onto the square tiling, or onto an integer grid of fixed or variable dimension [7]. In an isometric em- bedding, the unweighted distance between any two vertices in the graph equals the L1 distance of their placements in the grid. An isometric embedding must be an induced subgraph, but not all induced subgraphs are isometric.
    [Show full text]
  • Graphs with Few Trivial Characteristic Ideals
    University of Rhode Island DigitalCommons@URI Mathematics Faculty Publications Mathematics 2021 Graphs with few trivial characteristic ideals Carlos A. Alfaro Michael D. Barrus John Sinkovic Ralihe R. Villagrán Follow this and additional works at: https://digitalcommons.uri.edu/math_facpubs The University of Rhode Island Faculty have made this article openly available. Please let us know how Open Access to this research benefits you. This is a pre-publication author manuscript of the final, published article. Terms of Use This article is made available under the terms and conditions applicable towards Open Access Policy Articles, as set forth in our Terms of Use. Graphs with few trivial characteristic ideals Carlos A. Alfaroa, Michael D. Barrusb, John Sinkovicc and Ralihe R. Villagr´and a Banco de M´exico Mexico City, Mexico [email protected] bDepartment of Mathematics University of Rhode Island Kingston, RI 02881, USA [email protected] cDepartment of Mathematics Brigham Young University - Idaho Rexburg, ID 83460, USA [email protected] dDepartamento de Matem´aticas Centro de Investigaci´ony de Estudios Avanzados del IPN Apartado Postal 14-740, 07000 Mexico City, Mexico [email protected] Abstract We give a characterization of the graphs with at most three trivial characteristic ideals. This implies the complete characterization of the regular graphs whose critical groups have at most three invariant factors equal to 1 and the characterization of the graphs whose Smith groups have at most 3 invariant factors equal to 1. We also give an alternative and simpler way to obtain the characterization of the graphs whose Smith groups have at most 3 invariant factors equal to 1, and a list of minimal forbidden graphs for the family of graphs with Smith group having at most 4 invariant factors equal to 1.
    [Show full text]
  • Dynamical Systems Associated with Adjacency Matrices
    DISCRETE AND CONTINUOUS doi:10.3934/dcdsb.2018190 DYNAMICAL SYSTEMS SERIES B Volume 23, Number 5, July 2018 pp. 1945{1973 DYNAMICAL SYSTEMS ASSOCIATED WITH ADJACENCY MATRICES Delio Mugnolo Delio Mugnolo, Lehrgebiet Analysis, Fakult¨atMathematik und Informatik FernUniversit¨atin Hagen, D-58084 Hagen, Germany Abstract. We develop the theory of linear evolution equations associated with the adjacency matrix of a graph, focusing in particular on infinite graphs of two kinds: uniformly locally finite graphs as well as locally finite line graphs. We discuss in detail qualitative properties of solutions to these problems by quadratic form methods. We distinguish between backward and forward evo- lution equations: the latter have typical features of diffusive processes, but cannot be well-posed on graphs with unbounded degree. On the contrary, well-posedness of backward equations is a typical feature of line graphs. We suggest how to detect even cycles and/or couples of odd cycles on graphs by studying backward equations for the adjacency matrix on their line graph. 1. Introduction. The aim of this paper is to discuss the properties of the linear dynamical system du (t) = Au(t) (1.1) dt where A is the adjacency matrix of a graph G with vertex set V and edge set E. Of course, in the case of finite graphs A is a bounded linear operator on the finite di- mensional Hilbert space CjVj. Hence the solution is given by the exponential matrix etA, but computing it is in general a hard task, since A carries little structure and can be a sparse or dense matrix, depending on the underlying graph.
    [Show full text]
  • Graph-Theoretic Properties of the Class of Phonological Neighbourhood Networks
    Graph-theoretic Properties of the Class of Phonological Neighbourhood Networks Rory Turnbull Newcastle University [email protected] Abstract flan clan This paper concerns the structure of phono- plant logical neighbourhood networks, which are a graph-theoretic representation of the phono- plane logical lexicon. These networks represent each word as a node and links are placed be- plan planner tween words which are phonological neigh- bours, usually defined as a string edit distance plaque of one. Phonological neighbourhood networks have been used to study many aspects of the planned mental lexicon and psycholinguistic theories pan of speech production and perception. This pa- plans per offers preliminary graph-theoretic observa- tions about phonological neighbourhood net- Figure 1: Example phonological neighbourhood net- works considered as a class. To aid this ex- work centred around the English word plan. Note that ploration, this paper introduces the concept of some neighbours of a word are neighbours of each the hyperlexicon, the network consisting of all other. Adapted from Turnbull and Peperkamp(2017). possible words for a given symbol set and their neighbourhood relations. The construction of the hyperlexicon is discussed, and basic prop- 0 0 erties are derived. This work is among the first of w), intransitive (if w is a neighbour of w , and w to directly address the nature of phonological is a neighbour of w00, it is not necessarily the case neighbourhood networks from an analytic per- that w is a neighbour of w00), and anti-reflexive (w spective. cannot be a neighbour of itself). Figure1 shows an abbreviated phonological 1 Motivation neighbourhood network for some words of English.
    [Show full text]
  • Gridline Graphs in Three and Higher Dimensions Susanna Lange Grand Valley State University
    Grand Valley State University ScholarWorks@GVSU Honors Projects Undergraduate Research and Creative Practice 12-2015 Gridline Graphs in Three and Higher Dimensions Susanna Lange Grand Valley State University Holly Raglow Grand Valley State University Follow this and additional works at: http://scholarworks.gvsu.edu/honorsprojects Part of the Physical Sciences and Mathematics Commons Recommended Citation Lange, Susanna and Raglow, Holly, "Gridline Graphs in Three and Higher Dimensions" (2015). Honors Projects. 535. http://scholarworks.gvsu.edu/honorsprojects/535 This Open Access is brought to you for free and open access by the Undergraduate Research and Creative Practice at ScholarWorks@GVSU. It has been accepted for inclusion in Honors Projects by an authorized administrator of ScholarWorks@GVSU. For more information, please contact [email protected]. Gridline Graphs in Three and Higher Dimensions Susanna Lange, Holly Raglow Advisor: Dr. Feryal Alayont December 16, 2015 Introduction In mathematics, a graph is a collection of vertices and edges represented by an image with vertices as points and edges as lines. While there are many different types of graphs in graph theory, we will focus on gridline graphs (also called graphs of (0; 1) matrices, or rook's graphs). Definition. In two dimensions, a gridline graph is a graph whose vertices can be labeled by points in the plane in such a way that two vertices are adjacent, meaning they share an edge, if and only if they have one coordinate in common. In other words, in a two dimensional gridline graph, two vertices are not connected if they differ in both the x coordinate and the y coordinate.
    [Show full text]
  • Algorithms for Generating Star and Path of Graphs Using BFS Dr
    Web Site: www.ijettcs.org Email: [email protected], [email protected] Volume 1, Issue 3, September – October 2012 ISSN 2278-6856 Algorithms for Generating Star and Path of Graphs using BFS Dr. H. B. Walikar2, Ravikumar H. Roogi1, Shreedevi V. Shindhe3, Ishwar. B4 2,4Prof. Dept of Computer Science, Karnatak University, Dharwad, 1,3Research Scholars, Dept of Computer Science, Karnatak University, Dharwad Abstract: In this paper we deal with BFS algorithm by 1.8 Diamond Graph: modifying it with some conditions and proper labeling of The diamond graph is the simple graph on nodes and vertices which results edges illustrated Fig.7. [2] and on applying it to some small basic 1.9 Paw Graph: class of graphs. The BFS algorithm has to modify The paw graph is the -pan graph, which is also accordingly. Some graphs will result in and by direct application of BFS where some need modifications isomorphic to the -tadpole graph. Fig.8 [2] in the algorithm. The BFS algorithm starts with a root vertex 1.10 Gem Graph: called start vertex. The resulted output tree structure will be The gem graph is the fan graph illustrated Fig.9 [2] in the form of Structure or in Structure. 1.11 Dart Graph: Keywords: BFS, Graph, Star, Path. The dart graph is the -vertex graph illustrated Fig.10.[2] 1.12 Tetrahedral Graph: 1. INTRODUCTION The tetrahedral graph is the Platonic graph that is the 1.1 Graph: unique polyhedral graph on four nodes which is also the A graph is a finite collection of objects called vertices complete graph and therefore also the wheel graph .
    [Show full text]
  • Graceful Labeling on Twig Diamond Graph with Pendant Edges ∗
    Bull. Pure Appl. Sci. Sect. E Math. Stat. 39E(2), 188–192 (2020) e-ISSN:2320-3226, Print ISSN:0970-6577 Bulletin of Pure and Applied Sciences DOI: 10.5958/2320-3226.2020.00018.1 Section - E - Mathematics & Statistics ©Dr. A.K. Sharma, BPAS PUBLICATIONS, 115-RPS- DDA Flat, Mansarover Park, Website : https : ==www:bpasjournals:com= Shahdara, Delhi-110032, India. 2020 Graceful labeling on twig diamond graph with pendant edges ∗ J. Jeba Jesintha1;y, Subashini K.2 and Allu Merin Sabu3 1,3. P.G. Department of Mathematics, Women’s Christian College, Chennai, Tamil Nadu, India. 2. Department of Mathematics, Jeppiaar Engineering College, Chennai, Tamil Nadu, India. 2. Research Scholar (Part-Time), P.G. Department of Mathematics, Women’s Christian College, Affiliated to University of Madras, Chennai, Tamil Nadu, India. 1. E-mail: [email protected] 2. E-mail: [email protected] , 3. E-mail: [email protected] Abstract A graceful labeling of a graph G with q edges is an injection f : V (G) ! f0; 1; 2; : : : ; qg with the property that the resulting edges are also distinct, where an edge incident with the vertices u and v is assigned the label jf(u) − f(v)j. A graph which admits a graceful labeling is called a graceful graph. In this paper, we prove the graceful labeling of a new family of graphs G called a twig diamond graph with pendant edges. Key words Graceful labeling, star graph, diamond graph. 2020 Mathematics Subject Classification 05C78. 1 Introduction The most interesting and famous graph labeling method is the graceful labeling of graphs introduced by Rosa [4] in 1967.
    [Show full text]
  • Quick but Odd Growth of Cacti
    Algorithmica (2017) 79:271–290 DOI 10.1007/s00453-017-0317-1 Quick but Odd Growth of Cacti Sudeshna Kolay1 · Daniel Lokshtanov2 · Fahad Panolan2 · Saket Saurabh1 Received: 31 December 2015 / Accepted: 25 April 2017 / Published online: 8 May 2017 © Springer Science+Business Media New York 2017 Abstract Let F be a family of graphs. Given an n-vertex input graph G and a positive integer k, testing whether G has a vertex subset S of size at most k, such that G − S belongs to F, is a prototype vertex deletion problem. These type of problems have attracted a lot of attention in recent times in the domain of parameterized complexity. In this paper, we study two such problems; when F is either the family of forests of cacti or the family of forests of odd-cacti. A graph H is called a forest of cacti if every pair of cycles in H intersect on at most one vertex. Furthermore, a forest of cacti H is called a forest of odd cacti, if every cycle of H is of odd length. Let us denote by C and Codd, the families of forests of cacti and forests of odd cacti, respectively. The vertex deletion problems corresponding to C and Codd are called Diamond Hitting Set and Even Cycle Transversal, respectively. In this paper we design randomized algorithms with worst case run time 12knO(1) for both these problems. Our algorithms The conference version of this paper has been published in the Proceedings of IPEC 2015. The research leading to these results has received funding from the European Research Council (ERC) via grants Rigorous Theory of Preprocessing, reference 267959 and PARAPPROX, reference 306992 and the Bergen Research Foundation via grant “Beating Hardness by Preprocessing”.
    [Show full text]
  • Harmonious Coloring of Central Graphs of Certain Snake Graphs 571
    Applied Mathematical Sciences, Vol. 9, 2015, no. 12, 569 - 578 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2015.4121012 Harmonious Coloring of Central Graphs of Certain Snake Graphs M. S. Franklin Thamil Selvi Sathyabama University, Chennai, India Copyright © 2014 M. S. Franklin Thamil Selvi. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract A harmonious coloring of a simple graph is the proper vertex coloring such that each pair of colors appears together on at most one edge. The harmonious chromatic number of G, denoted by χh (G), is the least number of colors in a harmonious coloring of G. The paper gives the structural properties and the estimates of harmonious chromatic number of central graphs of Triangular snake graph C [Tn], Double triangular snake graph C [D (Tn)] and Diamond snake graph C [Dn]. Keywords: Harmonious coloring, Central graph, Triangular snake, Double triangular snake, Diamond snake 1. Introduction Graph Theory is one of the most developing branches of mathematics with wide applications to computer science. Graph Theory is applied in diverse areas such as social sciences, linguistics, physical sciences, communication engineering and others. Graph coloring is one of the oldest and an interesting problem that comes up in lots of applications. Graph coloring is an assignment of colors (or any distinct marks) to the vertices of a graph. A vertex coloring is called proper coloring if no two adjacent vertices of the graph receive the same color and the graph is then called properly colored graph.
    [Show full text]
  • On the Purity of Minor-Closed Classes of Graphs
    On the purity of minor-closed classes of graphs Colin McDiarmid1 and Micha lPrzykucki2 1Department of Statistics, Oxford University∗ 2Mathematical Institute, Oxford University† August 31, 2016 Abstract Given a graph H with at least one edge, let gapH (n) denote the maximum difference between the numbers of edges in two n-vertex edge-maximal graphs with no minor H. We show that for exactly four connected graphs H (with at least two vertices), the class of graphs with no minor H is pure, that is, gapH (n) = 0 for all n > 1; and for each connected graph H (with at least two vertices) we have the dichotomy that either gapH (n) = O(1) or gapH (n) = Θ(n). Further, if H is 2-connected and does not yield a pure class, then there is a constant c > 0 such that gapH (n) ∼ cn. We also give some partial results when H is not connected or when there are two or more excluded minors. 1 Introduction We say that a graph G contains a graph H as a minor if we can obtain a graph isomorphic to H from a subgraph of G by using edge contractions (discarding any loops and multiple edges, we are interested in simple graphs). A class of graphs A is minor-closed if for each G 2 A, each minor G0 of G is also in A. We say that H is an excluded minor for A if H is not in A but each minor of H (other than H itself) is in A. Robertson and Seymour [16] showed that, for each minor-closed class A of graphs, the set H of excluded minors is finite.
    [Show full text]
  • Random Graphs Containing Few Disjoint Excluded Minors
    Random graphs containing few disjoint excluded minors Valentas Kurauskas∗ Colin McDiarmid 10 April 2012 Abstract The Erd}os-P´osatheorem (1965) states that in each graph G which contains at most k disjoint cycles, there is a `blocking' set B of at most f(k) vertices such that the graph G − B is acyclic. Robertson and Seymour (1986) give an extension concerning any minor-closed class A of graphs, as long as A does not contain all planar graphs: in each graph G which contains at most k disjoint excluded minors for A, there is a set B of at most g(k) vertices such that G − B is in A. In an earlier paper [?], we showed that, amongst all graphs on vertex set [n] = f1; : : : ; ng which contain at most k disjoint cycles, all but an exponentially small proportion contain a blocking set of just k vertices. In the present paper we build on the previous work, and give an extension concerning any minor-closed graph class A with 2-connected excluded minors, as long as A does not contain all fans (here a `fan' is a graph consisting of a path together with a vertex joined to each vertex on the path). We show that amongst all graphs G on [n] which contain at most k disjoint excluded minors for A, all but an exponentially small proportion contain a set B of k vertices such that G − B is in A. (This is not the case when A contains all fans.) For a random graph Rn sampled uniformly from the graphs on [n] with at most k disjoint excluded minors for A, we consider also vertex degrees and the uniqueness of small blockers, the clique number and chromatic number, and the probability of being connected.
    [Show full text]