Cycle Bases of Graphs and Spanning Trees with Many Leaves

Total Page:16

File Type:pdf, Size:1020Kb

Cycle Bases of Graphs and Spanning Trees with Many Leaves Cycle Bases of Graphs and Spanning Trees with Many Leaves Complexity Results on Planar and Regular Graphs Von der Fakultät für Mathematik, Naturwissenschaften und Informatik der Brandenburgischen Technischen Universität Cottbus - Senftenberg zur Erlangung des akademischen Grades Doktor der Naturwissenschaften (Dr. rer. nat.) genehmigte Dissertation vorgelegt von Diplom-Mathematiker Alexander Reich geboren am 29.10.1982 in Lübben Gutachter: Prof. Dr. Ekkehard G. Köhler Gutachter: Prof. Dr. Rolf H. Möhring Gutachter: Prof. Dr. Romeo Rizzi Tag der mündlichen Prüfung: 15. April 2014 Abstract A cycle basis of a graph is a basis of its cycle space, the vector space which is spanned by the cycles of the graph. Practical applications for cycle bases are for example the optimization of periodic timetables, electrical engineering, and chemistry. Often, cycle bases belong to the input of algorithms concerning these fields. In these cases, the running time of the algorithm can depend on the size of the given cycle basis. In this thesis, we study the complexity of finding minimum cycle bases of several types on different graph classes. As a main result, we show that the problem of minimizing strictly fundamental cycle bases on planar graphs is -complete. We also give a similarly structured proof for problem of finding a maximumN P leaf spanning tree on the very restricted class of cubic planar graphs. Additionally, we show that this problem is -complete on k-regular graphs for odd k greater than 3. Furthermore, we classify typesAPX of robust cycle bases and study their relationship to fundamental cycle bases. Zusammenfassung Eine Kreisbasis eines Graphen ist eine Basis des Zyklenraumes des Graphen, also des Vektorraumes, der von den Kreisen des Graphen aufgespannt wird. Praktische Anwen- dungsgebiete von Kreisbasen finden sich zum Beispiel bei der Optimierung von Taktfahrplä- nen, in der Elektrotechnik und der Chemie. Oft gehören Kreisbasen zur Eingabe von Algo- rithmen aus diesen Gebieten. In diesen Fällen kann die Laufzeit der Algorithmen von der Größe der eingegebenen Kreisbasis abhängen. In dieser Arbeit untersuchen wir die Kom- plexität, minimale Kreisbasen unterschiedlicher Typen auf verschiedenen Graphenklassen zu finden. Als ein Hauptergebnis zeigen wir, dass das Problem minimale streng funda- mentale Kreisbasen von planaren Graphen zu finden -vollständig ist. Wir geben einen ähnlich strukturierten Beweis für das Problem, auf derN sehr P eingeschränkten Graphenklasse der kubischen planaren Graphen einen spannenden Baum mit der maximalen Anzahl an Blättern zu finden. Zusätzlich zeigen wir, dass dieses Problem auf k-regulären Graphen für ungerade k größer als 3 -vollständig ist. Ein weiteres Thema der Arbeit ist die Klassifizierung von TypenAPX robuster Kreisbasen und ihre Beziehung zu fundamentalen Kreisbasen. Acknowledgements Since my first contact with cycle bases of graphs as a student in 2006 I met a number of people who raised my interest in this topic further and further. At this place, I want to take this opportunity of thanking them for all of their valuable advices and inspirations in a chronological order. First of all, I wish to thank Ekkehard Köhler for organizing my internship at the Technical University of Berlin. The same thanks must also go to Christian Liebchen and Gregor Wünsch for their intensive supervision during that time. Also my diploma thesis and my first publication arose from this internship. It had been a pleasure for me to participate in the Workshop on Cycle and Cut Bases which took place at the Eberhard Karls University, Tübingen in May 2008. In these days, I became truly inspired in many problems concerning cycle bases which had been previously unknown to me. Thank you to all organizers of this workshop, especially to Katharina Zweig, and again to Christian Liebchen, who had drawn my attention to this workshop. Thank you also to the organizers of the 9th SEG Workshop über Kombinatorik, Graphen- theorie und Algorithmen which was held at the Chemnitz University of Technology in June 2011. In August 2012, FRICO took place at the Zuse Institute Berlin. At this workshop, I could present some results of this thesis, especially on spanning trees with many leaves. Thanks to the organizers of FRICO 2012. Now, as the thesis is accomplished, I am especially grateful to my supervisor Ekkehard Köhler. Thank you for your support, encouragement, motivation, and all the helpful suggestions which I received from you. I also want to thank my assessors Rolf H. Möhring and Romeo Rizzi. I do not want to forget to thank all members of staff on the third floor in the Main Building of BTU Cottbus for the supply of an efficient, motivating, and simply optimum working environment. In particular, I want to thank Martin Strehler and my former room- mate Harry Schülzke. Furthermore, I want to thank all proofreaders of the manuscript, in particular Martin and Randolf, as well as Uwe for his technical support. A really special thank you is also due to Diana Hübner. Finally, I want to express my gratitude to my family, my friends in Sellendorf, and to my girlfriend Jana Paulick. Cottbus, October 2013 Alexander Reich Contents Introduction 11 1 Preliminaries 15 1.1 GraphTheory.................................. 15 1.2 CyclesandCycleSpaces ............................ 18 1.3 Complexity and Approximation . .. 22 2 Spanning Trees with Many Leaves 29 2.1 Introduction................................... 29 2.2 Applications................................... 31 2.3 -completeness of the MLST onPlanarCubicGraphs . 33 N P 2.3.1 Connectionofthe3-Sets . 34 2.3.2 TheProblems.............................. 35 2.3.3 TheTransformation .......................... 35 2.3.4 Restriction to Biconnected Graphs . .. 39 2.4 -Completeness of the MLST onRegularGraphs. 41 APX 2.4.1 TheProblems.............................. 41 2.4.2 TheTransformation .......................... 42 2.4.3 Extension to Graphs with Arbitrary Odd Regularity . ...... 45 2.5 Algorithms for Selected Graph Classes . ..... 48 2.6 ConclusionsandOutlooks . 49 7 8 CONTENTS 3 Strictly Fundamental Cycle Bases 51 3.1 Introduction................................... 52 3.2 Applications................................... 53 3.3 Basic Definitions and Properties on SFCBs . ..... 55 3.4 SFCBsonPlanarGraphs............................ 59 3.4.1 DefinitionsforPlanarGraphs . 59 3.4.2 SFCBsonWeightedPlanarGraphs . 61 3.4.3 Relationship to the OCST Problem................... 63 3.4.4 SFCBsonNon-MetricPlanarGraphs . 65 3.5 -completeness of the MSFCB inPlanarGraphs. 68 N P 3.5.1 TheProblems.............................. 68 3.5.2 TheTransformation .......................... 69 3.6 OuterplanarGraphs .............................. 81 3.6.1 Introduction............................... 81 3.6.2 Definition and Properties on Outerplanar Graphs . ..... 82 3.6.3 MinorMonotonicity .......................... 84 3.7 CycleRootGraphs ............................... 89 3.8 Conclusions ................................... 92 4 Classification of Robust Cycle Bases 93 4.1 Introduction................................... 93 4.2 Applications................................... 94 4.3 ClassesofRobustCycleBases . .. 96 4.4 Examples of Robust Cycle Bases . 97 4.5 Relationship with Fundamental Bases . ..... 104 4.6 Conclusions ................................... 112 CONTENTS 9 5 Further Classes of Cycle Bases 113 5.1 p-Bases...................................... 114 5.1.1 Definition of p-Bases for Directed and Undirected Graphs . 114 5.1.2 p-Bases for Large p ........................... 115 5.1.3 p-Bases for Small p ........................... 118 5.1.4 Conclusions ............................... 120 5.2 Totally Unimodular Cycle Bases . .. 120 5.2.1 Introduction............................... 120 5.2.2 Basic Definitions and Properties on TUM Cycle Bases . .... 121 5.2.3 TUM Bases vs. Weakly Fundamental Cycle Bases . 124 5.2.4 Conclusions ............................... 132 5.3 IntegralCycleBases .............................. 133 5.3.1 Introduction............................... 133 5.3.2 The PESP for Modeling Periodic Timetables . 134 5.3.3 Definition ................................ 136 5.3.4 An Integral Cycle Basis Without Simple Cycles . .... 137 5.3.5 TUM Bases and the Exchange Property . 138 5.3.6 Conclusions ............................... 140 Bibliography 143 Index 153 List of Problems 157 Introduction Graph drawing. Chemistry. Electrical engineering. Category theory. Periodic timetabling. What do these areas have in common? How does category theory matches up with this list? Beyond others, these fields are applications for different classes of cycle bases, the main topic of this thesis. From an etymological point of view, the word cycle is derived from the Late Latin cyclus respectively from the Greek word κύκλος ([96]) and means “any complete round or series of occurrences that repeats or is repeated” ([35]). Besides cycles, there are three further terms used in this thesis to describe mathematical objects which are round in a sense. In our meanings, circulation is essentially the same as a cycle, while a circuit comes along with a simpler structure. Finally, by a circle we mean what each elementary-school pupil ought to know, namely the set of all points in a plane that have the same distance to a given point. Anyway, circles will not play a major role. Rather, we will deal with circuits and cycles in graphs. The set of all cycles in a graph forms a vector space. And this vector space, which is called the cycle space in this case, has a basis—the
Recommended publications
  • Minimum Cycle Bases and Their Applications
    Minimum Cycle Bases and Their Applications Franziska Berger1, Peter Gritzmann2, and Sven de Vries3 1 Department of Mathematics, Polytechnic Institute of NYU, Six MetroTech Center, Brooklyn NY 11201, USA [email protected] 2 Zentrum Mathematik, Technische Universit¨at M¨unchen, 80290 M¨unchen, Germany [email protected] 3 FB IV, Mathematik, Universit¨at Trier, 54286 Trier, Germany [email protected] Abstract. Minimum cycle bases of weighted undirected and directed graphs are bases of the cycle space of the (di)graphs with minimum weight. We survey the known polynomial-time algorithms for their con- struction, explain some of their properties and describe a few important applications. 1 Introduction Minimum cycle bases of undirected or directed multigraphs are bases of the cycle space of the graphs or digraphs with minimum length or weight. Their intrigu- ing combinatorial properties and their construction have interested researchers for several decades. Since minimum cycle bases have diverse applications (e.g., electric networks, theoretical chemistry and biology, as well as periodic event scheduling), they are also important for practitioners. After introducing the necessary notation and concepts in Subsections 1.1 and 1.2 and reviewing some fundamental properties of minimum cycle bases in Subsection 1.3, we explain the known algorithms for computing minimum cycle bases in Section 2. Finally, Section 3 is devoted to applications. 1.1 Definitions and Notation Let G =(V,E) be a directed multigraph with m edges and n vertices. Let + E = {e1,...,em},andletw : E → R be a positive weight function on E.A cycle C in G is a subgraph (actually ignoring orientation) of G in which every vertex has even degree (= in-degree + out-degree).
    [Show full text]
  • Lab05 - Matroid Exercises for Algorithms by Xiaofeng Gao, 2016 Spring Semester
    Lab05 - Matroid Exercises for Algorithms by Xiaofeng Gao, 2016 Spring Semester Name: Student ID: Email: 1. Provide an example of (S; C) which is an independent system but not a matroid. Give an instance of S such that v(S) 6= u(S) (should be different from the example posted in class). 2. Matching matroid MC : Let G = (V; E) be an arbitrary undirected graph. C is the collection of all vertices set which can be covered by a matching in G. (a) Prove that MC = (V; C) is a matroid. (b) Given a graph G = (V; E) where each vertex vi has a weight w(vi), please give an algorithm to find the matching where the weight of all covered vertices is maximum. Prove the correctness and analyze the time complexity of your algorithm. Note: Given a graph G = (V; E), a matching M in G is a set of pairwise non-adjacent edges; that is, no two edges share a common vertex. A vertex is covered (or matched) if it is an endpoint of one of the edges in the matching. Otherwise the vertex is uncovered. 3. A Dyck path of length 2n is a path in the plane from (0; 0) to (2n; 0), with steps U = (1; 1) and D = (1; −1), that never passes below the x-axis. For example, P = UUDUDUUDDD is a Dyck path of length 10. Each Dyck path defines an up-step set: the subset of [2n] consisting of the integers i such that the i-th step of the path is U.
    [Show full text]
  • BIOINFORMATICS Doi:10.1093/Bioinformatics/Btt213
    Vol. 29 ISMB/ECCB 2013, pages i352–i360 BIOINFORMATICS doi:10.1093/bioinformatics/btt213 Haplotype assembly in polyploid genomes and identical by descent shared tracts Derek Aguiar and Sorin Istrail* Department of Computer Science and Center for Computational Molecular Biology, Brown University, Providence, RI 02912, USA ABSTRACT Standard genome sequencing workflows produce contiguous Motivation: Genome-wide haplotype reconstruction from sequence DNA segments of an unknown chromosomal origin. De novo data, or haplotype assembly, is at the center of major challenges in assemblies for genomes with two sets of chromosomes (diploid) molecular biology and life sciences. For complex eukaryotic organ- or more (polyploid) produce consensus sequences in which the isms like humans, the genome is vast and the population samples are relative haplotype phase between variants is undetermined. The growing so rapidly that algorithms processing high-throughput set of sequencing reads can be mapped to the phase-ambiguous sequencing data must scale favorably in terms of both accuracy and reference genome and the diploid chromosome origin can be computational efficiency. Furthermore, current models and methodol- determined but, without knowledge of the haplotype sequences, ogies for haplotype assembly (i) do not consider individuals sharing reads cannot be mapped to the particular haploid chromosome haplotypes jointly, which reduces the size and accuracy of assembled sequence. As a result, reference-based genome assembly algo- haplotypes, and (ii) are unable to model genomes having more than rithms also produce unphased assemblies. However, sequence two sets of homologous chromosomes (polyploidy). Polyploid organ- reads are derived from a single haploid fragment and thus pro- isms are increasingly becoming the target of many research groups vide valuable phase information when they contain two or more variants.
    [Show full text]
  • Algebraically Grid-Like Graphs Have Large Tree-Width
    Algebraically grid-like graphs have large tree-width Daniel Weißauer Department of Mathematics University of Hamburg Abstract By the Grid Minor Theorem of Robertson and Seymour, every graph of sufficiently large tree-width contains a large grid as a minor. Tree-width may therefore be regarded as a measure of ’grid-likeness’ of a graph. The grid contains a long cycle on the perimeter, which is the F2-sum of the rectangles inside. Moreover, the grid distorts the metric of the cycle only by a factor of two. We prove that every graph that resembles the grid in this algebraic sense has large tree-width: Let k,p be integers, γ a real number and G a graph. Suppose that G contains a cycle of length at least 2γpk which is the F2-sum of cycles of length at most p and whose metric is distorted by a factor of at most γ. Then G has tree-width at least k. 1 Introduction For a positive integer n, the (n × n)-grid is the graph Gn whose vertices are all pairs (i, j) with 1 ≤ i, j ≤ n, where two points are adjacent when they are at Euclidean distance 1. The cycle Cn, which bounds the outer face in the natural drawing of Gn in the plane, has length 4(n−1) and is the F2-sum of the rectangles bounding the inner faces. This is by itself not a distinctive feature of graphs with large tree-width: The situation is similar for the n-wheel Wn, arXiv:1802.05158v1 [math.CO] 14 Feb 2018 the graph consisting of a cycle Dn of length n and a vertex x∈ / Dn which is adjacent to every vertex of Dn.
    [Show full text]
  • Minor-Closed Graph Classes with Bounded Layered Pathwidth
    Minor-Closed Graph Classes with Bounded Layered Pathwidth Vida Dujmovi´c z David Eppstein y Gwena¨elJoret x Pat Morin ∗ David R. Wood { 19th October 2018; revised 4th June 2020 Abstract We prove that a minor-closed class of graphs has bounded layered pathwidth if and only if some apex-forest is not in the class. This generalises a theorem of Robertson and Seymour, which says that a minor-closed class of graphs has bounded pathwidth if and only if some forest is not in the class. 1 Introduction Pathwidth and treewidth are graph parameters that respectively measure how similar a given graph is to a path or a tree. These parameters are of fundamental importance in structural graph theory, especially in Roberston and Seymour's graph minors series. They also have numerous applications in algorithmic graph theory. Indeed, many NP-complete problems are solvable in polynomial time on graphs of bounded treewidth [23]. Recently, Dujmovi´c,Morin, and Wood [19] introduced the notion of layered treewidth. Loosely speaking, a graph has bounded layered treewidth if it has a tree decomposition and a layering such that each bag of the tree decomposition contains a bounded number of vertices in each layer (defined formally below). This definition is interesting since several natural graph classes, such as planar graphs, that have unbounded treewidth have bounded layered treewidth. Bannister, Devanny, Dujmovi´c,Eppstein, and Wood [1] introduced layered pathwidth, which is analogous to layered treewidth where the tree decomposition is arXiv:1810.08314v2 [math.CO] 4 Jun 2020 required to be a path decomposition.
    [Show full text]
  • Graphs with Flexible Labelings
    Graphs with Flexible Labelings Georg Grasegger∗ Jan Legersk´yy Josef Schichoy For a flexible labeling of a graph, it is possible to construct infinitely many non-equivalent realizations keeping the distances of connected points con- stant. We give a combinatorial characterization of graphs that have flexible labelings, possibly non-generic. The characterization is based on colorings of the edges with restrictions on the cycles. Furthermore, we give necessary criteria and sufficient ones for the existence of such colorings. 1 Introduction Given a graph together with a labeling of its edges by positive real numbers, we are interested in the set of all functions from the set of vertices to the real plane such that the distance between any two connected vertices is equal to the label of the edge connecting them. Apparently, any such \realization" gives rise to infinitely many equivalent ones, by the action of the group of Euclidean congruence transformations. If the set of equivalence classes is finite and non-empty, then we say that the labeled graph is rigid; if this set is infinite, then we say that the labeling is flexible. The main result in this paper is a combinatorial characterization of graphs that have a flexible labeling. The characterization of graphs such that a generically chosen assign- ment of the vertices to the real plane gives a flexible labeling is classical: by a theorem of Geiringer-Pollaczek [8] which was rediscovered by Laman [6], this is true if the graph contains no Laman subgraph with the same set of vertices. Here, a graph G = (VG;EG) is called a Laman graph if and only if jEGj = 2jVGj − 3 and jEH j ≤ 2jVH j − 3 for any ∗Johann Radon Institute for Computational and Applied Mathematics (RICAM), Austrian Academy of Sciences arXiv:1708.05298v2 [math.CO] 19 Nov 2018 yResearch Institute for Symbolic Computation (RISC), Johannes Kepler University Linz This project has received funding from the European Union's Horizon 2020 research and innovation programme under the Marie Sk lodowska-Curie grant agreement No 675789.
    [Show full text]
  • Short Cycles
    Short Cycles Minimum Cycle Bases of Graphs from Chemistry and Biochemistry Dissertation zur Erlangung des akademischen Grades Doctor rerum naturalium an der Fakultat¨ fur¨ Naturwissenschaften und Mathematik der Universitat¨ Wien Vorgelegt von Petra Manuela Gleiss im September 2001 An dieser Stelle m¨ochte ich mich herzlich bei all jenen bedanken, die zum Entstehen der vorliegenden Arbeit beigetragen haben. Allen voran Peter Stadler, der mich durch seine wissenschaftliche Leitung, sein ub¨ er- w¨altigendes Wissen und seine Geduld unterstutzte,¨ sowie Josef Leydold, ohne den ich so manch tieferen Einblick in die Mathematik nicht gewonnen h¨atte. Ivo Hofacker, dermich oftmals aus den unendlichen Weiten des \Computer Universums" rettete. Meinem Bruder Jurgen¨ Gleiss, fur¨ die Einfuhrung¨ und Hilfstellungen bei meinen Kampf mit C++. Daniela Dorigoni, die die Daten der atmosph¨arischen Netzwerke in den Computer eingeben hat. Allen Kolleginnen und Kollegen vom Institut, fur¨ die Hilfsbereitschaft. Meine Eltern Erika und Franz Gleiss, die mir durch ihre Unterstutzung¨ ein Studium erm¨oglichten. Meiner Oma Maria Fischer, fur¨ den immerw¨ahrenden Glauben an mich. Meinen Schwiegereltern Irmtraud und Gun¨ ther Scharner, fur¨ die oftmalige Betreuung meiner Kinder. Zum Schluss Roland Scharner, Florian und Sarah Gleiss, meinen drei Liebsten, die mich immer wieder aufbauten und in die reale Welt zuruc¨ kfuhrten.¨ Ich wurde teilweise vom osterreic¨ hischem Fonds zur F¨orderung der Wissenschaftlichen Forschung, Proj.No. P14094-MAT finanziell unterstuzt.¨ Zusammenfassung In der Biochemie werden Kreis-Basen nicht nur bei der Betrachtung kleiner einfacher organischer Molekule,¨ sondern auch bei Struktur Untersuchungen hoch komplexer Biomolekule,¨ sowie zur Veranschaulichung chemische Reaktionsnetzwerke herange- zogen. Die kleinste kanonische Menge von Kreisen zur Beschreibung der zyklischen Struk- tur eines ungerichteten Graphen ist die Menge der relevanten Kreis (Vereingungs- menge aller minimaler Kreis-Basen).
    [Show full text]
  • A Cycle-Based Formulation for the Distance Geometry Problem
    A cycle-based formulation for the Distance Geometry Problem Leo Liberti, Gabriele Iommazzo, Carlile Lavor, and Nelson Maculan Abstract The distance geometry problem consists in finding a realization of a weighed graph in a Euclidean space of given dimension, where the edges are realized as straight segments of length equal to the edge weight. We propose and test a new mathematical programming formulation based on the incidence between cycles and edges in the given graph. 1 Introduction The Distance Geometry Problem (DGP), also known as the realization problem in geometric rigidity, belongs to a more general class of metric completion and embedding problems. DGP. Given a positive integer K and a simple undirected graph G = ¹V; Eº with an edge K weight function d : E ! R≥0, establish whether there exists a realization x : V ! R of the vertices such that Eq. (1) below is satisfied: fi; jg 2 E kxi − xj k = dij; (1) 8 K where xi 2 R for each i 2 V and dij is the weight on edge fi; jg 2 E. L. Liberti LIX CNRS Ecole Polytechnique, Institut Polytechnique de Paris, 91128 Palaiseau, France, e-mail: [email protected] G. Iommazzo LIX Ecole Polytechnique, France and DI Università di Pisa, Italy, e-mail: giommazz@lix. polytechnique.fr C. Lavor IMECC, University of Campinas, Brazil, e-mail: [email protected] N. Maculan COPPE, Federal University of Rio de Janeiro (UFRJ), Brazil, e-mail: [email protected] 1 2 L. Liberti et al. In its most general form, the DGP might be parametrized over any norm.
    [Show full text]
  • Tight Bounds for Online Edge Coloring
    Tight Bounds for Online Edge Coloring Ilan Reuven Cohen∗1, Binghui Peng†‡2, and David Wajc§¶k3 1Carnegie Mellon University and University of Pittsburgh 2Tsinghua University 3Carnegie Mellon University Abstract Vizing’s celebrated theorem asserts that any graph of maximum degree ∆ admits an edge coloring using at most ∆ + 1 colors. In contrast, Bar-Noy, Motwani and Naor showed over a quarter century ago that the trivial greedy algorithm, which uses 2∆ 1 colors, is optimal among online algorithms. Their lower bound has a caveat, however: it− only applies to low- degree graphs, with ∆ = O(log n), and they conjectured the existence of online algorithms using ∆(1 + o(1)) colors for ∆= ω(log n). Progress towards resolving this conjecture was only made under stochastic arrivals (Aggarwal et al., FOCS’03 and Bahmani et al., SODA’10). We resolve the above conjecture for adversarial vertex arrivals in bipartite graphs, for which we present a (1+ o(1))∆-edge-coloring algorithm for ∆= ω(log n) known a priori. Surprisingly, if ∆ is not known ahead of time, we show that no e Ω(1) ∆-edge-coloring algorithm exists. e−1 − We then provide an optimal, e + o(1) ∆-edge-coloring algorithm for unknown ∆= ω(log n). e−1 Key to our results, and of possible independent interest, is a novel fractional relaxation for edge coloring, for which we present optimal fractional online algorithms and a near-lossless online rounding scheme, yielding our optimal randomized algorithms. ∗Email address: [email protected]. †Email address: [email protected]. ‡Work done in part while the author was visiting Carnegie Mellon University.
    [Show full text]
  • Ma/CS 6B Class 8: Planar and Plane Graphs
    1/26/2017 Ma/CS 6b Class 8: Planar and Plane Graphs By Adam Sheffer The Utilities Problem Problem. There are three houses on a plane. Each needs to be connected to the gas, water, and electricity companies. ◦ Is there a way to make all nine connections without any of the lines crossing each other? ◦ Using a third dimension or sending connections through a company or house is not allowed. 1 1/26/2017 Rephrasing as a Graph How can we rephrase the utilities problem as a graph problem? ◦ Can we draw 퐾3,3 without intersecting edges. Closed Curves A simple closed curve (or a Jordan curve) is a curve that does not cross itself and separates the plane into two regions: the “inside” and the “outside”. 2 1/26/2017 Drawing 퐾3,3 with no Crossings We try to draw 퐾3,3 with no crossings ◦ 퐾3,3 contains a cycle of length six, and it must be drawn as a simple closed curve 퐶. ◦ Each of the remaining three edges is either fully on the inside or fully on the outside of 퐶. 퐾3,3 퐶 No 퐾3,3 Drawing Exists We can only add one red-blue edge inside of 퐶 without crossings. Similarly, we can only add one red-blue edge outside of 퐶 without crossings. Since we need to add three edges, it is impossible to draw 퐾3,3 with no crossings. 퐶 3 1/26/2017 Drawing 퐾4 with no Crossings Can we draw 퐾4 with no crossings? ◦ Yes! Drawing 퐾5 with no Crossings Can we draw 퐾5 with no crossings? ◦ 퐾5 contains a cycle of length five, and it must be drawn as a simple closed curve 퐶.
    [Show full text]
  • Hamilton Cycle Heuristics in Hard Graphs (Under the Direction of Pro- Fessor Carla D
    ABSTRACT SHIELDS, IAN BEAUMONT Hamilton Cycle Heuristics in Hard Graphs (Under the direction of Pro- fessor Carla D. Savage) In this thesis, we use computer methods to investigate Hamilton cycles and paths in several families of graphs where general results are incomplete, including Kneser graphs, cubic Cayley graphs and the middle two levels graph. We describe a novel heuristic which has proven useful in finding Hamilton cycles in these families and compare its performance to that of other algorithms and heuristics. We describe methods for handling very large graphs on personal computers. We also explore issues in reducing the possible number of generating sets for cubic Cayley graphs generated by three involutions. Hamilton Cycle Heuristics in Hard Graphs by Ian Beaumont Shields A dissertation submitted to the Graduate Faculty of North Carolina State University in partial fulfillment of the requirements for the Degree of Doctor of Philosophy Computer Science Raleigh 2004 APPROVED BY: ii Dedication To my wife Pat, and my children, Catherine, Brendan and Michael, for their understanding during these years of study. To the memory of Hanna Neumann who introduced me to combinatorial group theory. iii Biography Ian Shields was born on March 10, 1949 in Melbourne, Australia. He grew up and attended school near the foot of the Dandenong ranges. After a short time in actuarial work he attended the Australian National University in Canberra, where he graduated in 1973 with first class honours in pure mathematics. Ian worked for IBM and other companies in Australia, Canada and the United States, before resuming part-time study for a Masters Degree in Computer Science at North Carolina State University which he received in May 1995.
    [Show full text]
  • Section 2.6. Even Subgraphs
    2.6. Even Subgraphs 1 Section 2.6. Even Subgraphs Note. Recall from Section 2.4, “Decompositions and Coverings,” that an even graph is a graph in which every vertex has even degree. In this section we consider the symmetric difference of even subgraphs of a given graph and we see how even subgraphs interact with edge cuts. We also define three vector spaces associated with a graph, the edge space, the cycle space, and the bond space. Definition. For a given graph G, an even subgraph of G is a spanning subgraph of G which is even. (Sometimes we may use the term “even subgraph of G” to indicate just the edge set of the subgraph.) Note. Theorem 2.10 and Proposition 2.13 of the previous section allow us to address the symmetric difference of two even subgraphs of a given graph, as follows. Corollary 2.16. The symmetric difference of two even subgraphs is an even subgraph. Note. Bondy and Murty comment that “. we show in Chapters 4 [“Trees”] and 21 [“Integer Flows and Coverings”], [that] the even subgraphs of a graph play an important structural role.” See page 64. In the context of even subgraphs, the term “cycle” may be used to mean the edge set of a cycle, and the term “disjoint cycles” may mean edge-disjoint cycles. With this convention, Veblen’s Theorem (Theorem 2.7), which states that a graph admits a cycle decomposition if and only if it is even, can be restated as follows. 2.6. Even Subgraphs 2 Theorem 2.17.
    [Show full text]