Intersection Graphs of Boxes and Cubes

Total Page:16

File Type:pdf, Size:1020Kb

Intersection Graphs of Boxes and Cubes Intersection graphs of boxes and cubes A Thesis Submitted For the Degree of Doctor of Philosophy in the Faculty of Engineering by Mathew C. Francis Department of Computer Science and Automation Indian Institute of Science Bangalore – 560 012 July, 2009 To my parents and all my teachers Acknowledgements Of all people, I should thank Dr. L. Sunil Chandran first, as the work behind this thesis is as much his as it is mine. The faith he reposed in me was at times as puzzling to me as it was reassuring. I am indebted to Dr. Naveen Sivadasan for the long discussions we had that not only produced results but went a long way in helping me learn the ropes. The brief but fruitful collaboration with Santhosh Suresh was thoroughly enjoyable. I am thankful to Dr. Samir Datta for his insights on planar graphs. The stimulating discussions with Dr. Irith Hartman, Rogers, Manu, Abhijin, Anita, Meghna, Sadagopan, Chintan and Subramanya have helped shape my view of the subject. Words cannot express my gratitude towards all my friends at IISc, each one of them inimitable, each one with a different perspective of the world but at the same time car- ing, guiding and helping with all their hearts. Rogers, Raj Mohan, Murali Sir, Sheron, Thomas, Ashik, Dileep, Shijo, Hari, Deepak Ravi, Rashid have all left indelible impres- sions on me. I am grateful to Nicky for her care and understanding. It is impossible to thank my parents enough for their unflinching support and constant encouragement. i Abstract A graph G is said to be an intersection graph of sets from a family of sets if there exists F a function f : V (G) such that for u, v V (G), (u, v) E(G) f(u) f(v) = → F ∈ ∈ ⇔ ∩ 6 . Interval graphs are thus the intersection graphs of closed intervals on the real line ∅ and unit interval graphs are the intersection graphs of unit length intervals on the real line. An interval on the real line can be generalized to a “k-box” in Rk.A k-box B = (R1,R2,...,Rk), where each Ri is a closed interval on the real line, is defined to be the Cartesian product R R R . If each R is a unit length interval, we 1 × 2 ×···× k i call B a k-cube. Thus, 1-boxes are just closed intervals on the real line whereas 2-boxes are axis-parallel rectangles in the plane. We study the intersection graphs of k-boxes and k-cubes. The parameter boxicity of a graph G, denoted as box(G), is the minimum integer k such that G is an intersection graph of k-boxes. Similarly, the cubicity of G, denoted as cub(G), is the minimum integer k such that G is an intersection graph of k-cubes. Thus, interval graphs are the graphs with boxicity at most 1 and unit interval graphs are the graphs with cubicity at most 1. These parameters were introduced by F. S. Roberts in 1969. In some sense, the boxicity of a graph is a measure of how different a graph is from an interval graph and in a similar way, the cubicity is a measure of how different the graph is from a unit interval graph. We prove several upper bounds on the boxicity and cubicity of general as well as special classes of graphs in terms of various graph parameters such as the maximum degree, the number of vertices and the bandwidth. The following are some of the main results presented. 1. We show that for any graph G with maximum degree ∆, box(G) 2∆2. This ≤ ii iii result implies that bounded degree graphs have bounded boxicity no matter how large the graph might be. 2. It was shown in [18] that the boxicity of a graph on n vertices with maximum degree ∆ is O(∆ln n). But a similar bound does not hold for the average degree dav of a graph. [18] gives graphs in which the boxicity is exponentially larger than dav ln n. We show that even though an O(dav ln n) upper bound for boxicity does not hold for all graphs, for almost all graphs, boxicity is O(dav ln n). 3. The ratio of the cubicity to boxicity of any graph shown in [15] when combined with the results on boxicity show that cub(G) is O(∆ln2 n) and O(∆2 ln n) for any graph G on n vertices and with maximum degree ∆. By using a randomized construction, we prove the better upper bound cub(G) 4(∆ + 1) ln n . ≤ ⌈ ⌉ 4. Two results relating the cubicity of a graph to its bandwidth b are presented. First, it is shown that cub(G) 12(∆ + 1) ln(2b) +1. Next, we derive the upper bound ≤ ⌈ ⌉ cub(G) b + 1. This bound is used to derive new upper bounds on the cubicity of ≤ special graph classes like circular arc graphs, cocomparability graphs and AT-free graphs in relation to the maximum degree. 5. The upper bound for cubicity in terms of the bandwidth gives an upper bound of ∆ + 1 for the cubicity of interval graphs. This bound is improved to show that for any interval graph G with maximum degree ∆, cub(G) log ∆ + 4. ≤ ⌈ 2 ⌉ 6. Scheinerman [54] proved that the boxicity of any outerplanar graph is at most 2. We present an independent proof for the same theorem. 7. Halin graphs are planar graphs formed by adding a cycle connecting the leaves of a tree none of whose vertices have degree 2. We prove that the boxicity of any Halin graph is equal to 2 unless it is a complete graph on 4 vertices, in which case its boxicity is 1. Publications based on this thesis 1. “Geometric representation of graphs in low dimension using axis-parallel boxes”, L. Sunil Chandran, Mathew C. Francis and Naveen Sivadasan, accepted for publi- cation in Algorithmica, doi:10.1007/s00453-008-9163-5, 2008. 2. “Boxicity and maximum degree”, L. Sunil Chandran, Mathew C. Francis and Naveen Sivadasan, Journal of Combinatorial Theory, Series B, 98(2):443–445, March 2008. 3. “Representing graphs as the intersection of axis-parallel cubes”, L. Sunil Chandran, Mathew C. Francis and Naveen Sivadasan, MCDES 2008, Bangalore, May 2008. 4. “On the cubicity of AT-free graphs and circular-arc graphs”, L. Sunil Chandran, Mathew C. Francis and Naveen Sivadasan, Graph Theory, Computational Intelli- gence and Thought, Israel, September 2008. 5. “On the cubicity of interval graphs”, Graphs and Combinatorics, 25(2):169–179, May 2009. 6. “Boxicity of Halin graphs”, Discrete Mathematics, 309(10):3233–3237, May 2009. iv Contents Acknowledgements i Abstract ii Publications based on this thesis iv 1 Introduction 1 1.1 Basicdefinitionsandnotations. 1 1.2 Intervalgraphsandboxicity . 3 1.2.1 k-boxes: intervals in higher dimensions . 5 1.2.2 Boxicity ................................ 7 1.2.3 Interval graph representation of a graph . 8 1.3 Unitintervalgraphsandcubicity . 10 1.3.1 Unit and equal interval representations as mappings to real numbers 11 1.3.2 k-cubes ................................ 12 1.3.3 Cubicity................................ 13 1.3.4 Indifference graph representation of a graph . 13 1.4 Anoteontheasymptoticnotation . 14 1.5 Ashortsurveyofpreviousliterature . 14 1.5.1 Resultsonboxicity .......................... 15 1.5.2 Boxicity in other scientific disciplines . 16 1.5.3 Resultsoncubicity .......................... 17 1.5.4 Other geometric intersection graph classes . 18 1.6 Outlineoftherestofthethesis . 18 2 Upper bounds for boxicity 21 2.1 Previousupperboundsonboxicity . 21 2.1.1 Boxicity is O(∆ln n)......................... 21 2.1.2 Boxicity and average degree . 22 2.2 Boxicity of bounded degree graphs . 22 2.3 Concludingremarks.............................. 24 v CONTENTS vi 3 Boxicity of random graphs 27 3.1 Randomgraphpreliminaries . 27 3.2 Boxicity is O(dav ln n)foralmostallgraphs. 28 3.3 Remarks.................................... 31 4 A randomized construction for cubicity 33 4.1 The algorithm RAND ............................ 34 4.2 Derandomizing RAND ........................... 39 4.3 Ausefulresult................................. 47 5 Cubicity and bandwidth 49 5.1 Cube representation in O(∆ln b)dimensions ................ 50 5.2 Cube representation in b +1dimensions .................. 55 5.3 Cubicity of special graph classes . 59 5.3.1 Circular-arcgraphs . 59 5.3.2 Cocomparabilitygraphs . 61 5.3.3 AT-freegraphs ............................ 62 5.4 Asummaryofresults............................. 63 6 Cubicity of interval graphs 65 6.1 Afewresultsthatweneed.......................... 65 6.2 Theproof ................................... 67 6.3 Remarks.................................... 74 7 Planar graphs 77 7.1 Preliminaries ................................. 77 7.2 Outerplanargraphs.............................. 79 7.3 Discussion................................... 80 8 Boxicity of Halin graphs 81 8.1 Ashortintroduction ............................. 81 8.2 Theproof ................................... 82 8.3 Results..................................... 90 9 Conclusion 91 9.1 Improvements................................. 91 9.2 Openproblems ................................ 92 9.3 Endnote .................................... 93 Bibliography 96 List of Figures 1.1 Anexampleofanintervalgraph. 3 1.2 Anasteroidaltriple.............................. 4 1.3 A 2-box in R2 and a 3-box in R3 ....................... 6 1.4 A 2-box representation for C4 ........................ 7 1.5 K1,n, the star graph with n arms ...................... 10 2.1 Structure of Gi ................................ 23 5.1 Acircular-arcgraph ............................. 59 5.2 Anexampleofacaterpillar ......................... 62 7.1 A book drawing of K5 using3pages .................... 78 8.1 AHalingraph................................. 81 vii Chapter 1 Introduction All graphs considered in this work will be simple, undirected and finite. Most of the graph theoretic notations used shall be defined in the following section. Much of it has been borrowed from the book “Graph Theory” by Reinhard Diestel [26]. The reader may please refer to Chapter 1 of [26] for any notations that are not defined here. 1.1 Basic definitions and notations The notations G(V,E), G =(V,E) or simply G will be used to indicate a graph G which has a vertex set V (G) and an edge set E(G).
Recommended publications
  • Homeomorphically Irreducible Spanning Trees, Halin Graphs, and Long Cycles in 3-Connected Graphs with Bounded Maximum Degrees
    Georgia State University ScholarWorks @ Georgia State University Mathematics Dissertations Department of Mathematics and Statistics 5-11-2015 Homeomorphically Irreducible Spanning Trees, Halin Graphs, and Long Cycles in 3-connected Graphs with Bounded Maximum Degrees Songling Shan Follow this and additional works at: https://scholarworks.gsu.edu/math_diss Recommended Citation Shan, Songling, "Homeomorphically Irreducible Spanning Trees, Halin Graphs, and Long Cycles in 3-connected Graphs with Bounded Maximum Degrees." Dissertation, Georgia State University, 2015. https://scholarworks.gsu.edu/math_diss/23 This Dissertation is brought to you for free and open access by the Department of Mathematics and Statistics at ScholarWorks @ Georgia State University. It has been accepted for inclusion in Mathematics Dissertations by an authorized administrator of ScholarWorks @ Georgia State University. For more information, please contact [email protected]. Homeomorphically Irreducible Spanning Trees, Halin Graphs, and Long Cycles in 3-connected Graphs with Bounded Maximum Degrees by Songling Shan Under the Direction of Guantao Chen, PhD ABSTRACT A tree T with no vertex of degree 2 is called a homeomorphically irreducible tree (HIT) and if T is spanning in a graph, then T is called a homeomorphically irreducible spanning tree (HIST). Albertson, Berman, Hutchinson and Thomassen asked if every triangulation of at least 4 vertices has a HIST and if every connected graph with each edge in at least two triangles contains a HIST. These two questions were restated as two conjectures by Archdeacon in 2009. The first part of this dissertation gives a proof for each of the two conjectures. The second part focuses on some problems about Halin graphs, which is a class of graphs closely related to HITs and HISTs.
    [Show full text]
  • The AVD-Edge-Coloring Conjecture for Some Split Graphs
    Matem´atica Contempor^anea, Vol. 44,1{10 c 2015, Sociedade Brasileira de Matem´atica The AVD-edge-coloring conjecture for some split graphs Alo´ısiode Menezes Vilas-B^oas C´eliaPicinin de Mello Abstract Let G be a simple graph. An adjacent vertex distinguishing edge- coloring (AVD-edge-coloring) of G is an edge-coloring of G such that for each pair of adjacent vertices u; v of G, the set of colors assigned to the edges incident with u differs from the set of colors assigned to the edges incident with v. The adjacent vertex distinguishing 0 chromatic index of G, denoted χa(G), is the minimum number of colors required to produce an AVD-edge-coloring for G. The AVD- edge-coloring conjecture states that every simple connected graph G ∼ 0 with at least three vertices and G =6 C5 has χa(G) ≤ ∆(G) + 2. The conjecture is open for arbitrary graphs, but it holds for some classes of graphs. In this note we focus on split graphs. We prove this AVD-edge- coloring conjecture for split-complete graphs and split-indifference graphs. 1 Introduction In this paper, G denotes a simple, undirected, finite, connected graph. The sets V (G) and E(G) are the vertex and edge sets of G. Let u; v 2 2000 AMS Subject Classification: 05C15. Key Words and Phrases: edge-coloring, adjacent strong edge-coloring, split graph. Supported by CNPq (132194/2010-4 and 308314/2013-1). The AVD-edge-coloring conjecture for some split graphs 2 V (G). We denote an edge by uv.A clique is a set of vertices pairwise adjacent in G and a stable set is a set of vertices such that no two of which are adjacent.
    [Show full text]
  • K-Outerplanar Graphs, Planar Duality, and Low Stretch Spanning Trees
    k-Outerplanar Graphs, Planar Duality, and Low Stretch Spanning Trees Yuval Emek∗ Abstract Low distortion probabilistic embedding of graphs into approximating trees is an extensively studied topic. Of particular interest is the case where the approximating trees are required to be (subgraph) spanning trees of the given graph (or multigraph), in which case, the focus is usually on the equivalent problem of finding a (single) tree with low average stretch. Among the classes of graphs that received special attention in this context are k-outerplanar graphs (for a fixed k): Chekuri, Gupta, Newman, Rabinovich, and Sinclair show that every k-outerplanar graph can be probabilistically embedded into approximating trees with constant distortion regardless of the size of the graph. The approximating trees in the technique of Chekuri et al. are not necessarily spanning trees, though. In this paper it is shown that every k-outerplanar multigraph admits a spanning tree with constant average stretch. This immediately translates to a constant bound on the distortion of probabilistically embedding k-outerplanar graphs into their spanning trees. Moreover, an efficient randomized algorithm is presented for constructing such a low average stretch spanning tree. This algorithm relies on some new insights regarding the connection between low average stretch spanning trees and planar duality. Keywords: planar graphs, outerplanarity, average stretch, planar dual. ∗Microsoft Israel R&D Center, Herzelia, Israel and School of Electrical Engineering, Tel Aviv University, Tel Aviv, Israel. E-mail: [email protected]. Supported in part by the Israel Science Foundation, grants 221/07 and 664/05. 1 Introduction The problem.
    [Show full text]
  • Mutant Knots and Intersection Graphs 1 Introduction
    Mutant knots and intersection graphs S. V. CHMUTOV S. K. LANDO We prove that if a finite order knot invariant does not distinguish mutant knots, then the corresponding weight system depends on the intersection graph of a chord diagram rather than on the diagram itself. Conversely, if we have a weight system depending only on the intersection graphs of chord diagrams, then the composition of such a weight system with the Kontsevich invariant determines a knot invariant that does not distinguish mutant knots. Thus, an equivalence between finite order invariants not distinguishing mutants and weight systems depending on intersections graphs only is established. We discuss relationship between our results and certain Lie algebra weight systems. 57M15; 57M25 1 Introduction Below, we use standard notions of the theory of finite order, or Vassiliev, invariants of knots in 3-space; their definitions can be found, for example, in [6] or [14], and we recall them briefly in Section 2. All knots are assumed to be oriented. Two knots are said to be mutant if they differ by a rotation of a tangle with four endpoints about either a vertical axis, or a horizontal axis, or an axis perpendicular to the paper. If necessary, the orientation inside the tangle may be replaced by the opposite one. Here is a famous example of mutant knots, the Conway (11n34) knot C of genus 3, and Kinoshita–Terasaka (11n42) knot KT of genus 2 (see [1]). C = KT = Note that the change of the orientation of a knot can be achieved by a mutation in the complement to a trivial tangle.
    [Show full text]
  • A Special Planar Satisfiability Problem and a Consequence of Its NP-Completeness
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector DISCRETE APPLIED MATHEMATICS ELSEVIER Discrete Applied Mathematics 52 (1994) 233-252 A special planar satisfiability problem and a consequence of its NP-completeness Jan Kratochvil Charles University, Prague. Czech Republic Received 18 April 1989; revised 13 October 1992 Abstract We introduce a weaker but still NP-complete satisfiability problem to prove NP-complete- ness of recognizing several classes of intersection graphs of geometric objects in the plane, including grid intersection graphs and graphs of boxicity two. 1. Introduction Intersection graphs of different types of geometric objects in the plane gained more attention in recent years, mainly in connection with fast development of computa- tional geometry and computer science. Just to mention the most frequently cited classes, these are interval graphs, circular arc graphs, circle graphs, permutation graphs, etc. If we consider only connected objects (more precisely arc-connected sets) the most general class of intersection graphs are string graphs (intersection graphs of curves in the plane) which were originally introduced by Sinden [16] in the connection with thin film RC-circuits. String graphs were then considered by several authors [4,6,7]. In a recent paper [S], I have shown that recognition of string graphs is NP-hard and in fact, the method developed in [S] is refined in this note to obtain other NP- completeness results. It is striking that so far no finite algorithm for string graph recognition is known. It seems that relatively simpler classes will arise if we consider straight-line segments instead of curves and furthermore, if these segments are allowed to follow only a bounded number of directions.
    [Show full text]
  • Zadání Bakalářské Práce
    ČESKÉ VYSOKÉ UČENÍ TECHNICKÉ V PRAZE FAKULTA INFORMAČNÍCH TECHNOLOGIÍ ZADÁNÍ BAKALÁŘSKÉ PRÁCE Název: Rekurzivně konstruovatelné grafy Student: Anežka Štěpánková Vedoucí: RNDr. Jiřina Scholtzová, Ph.D. Studijní program: Informatika Studijní obor: Teoretická informatika Katedra: Katedra teoretické informatiky Platnost zadání: Do konce letního semestru 2016/17 Pokyny pro vypracování Souvislé rekurentně zadané grafy jsou souvislé grafy, pro které existuje postup, jak ze zadaného grafu odvodit graf nový. V předmětu BI-GRA jste se s jednoduchými rekurentními grafy setkali, vždy šly popsat lineárními rekurentními rovnicemi s konstantními koeficienty. Existuje klasifikace, která definuje třídu rekurzivně konstruovatelných grafů [1]. Podobně jako u grafů v BI-GRA zjistěte, zda lze některé z kategorií rekurzivně konstruovatelných grafů popsat rekurentními rovnicemi. 1. Seznamte se s rekurentně zadanými grafy. 2. Seznamte se s rekurzivně konstruovatelnými grafy a nastudujte články o nich. 3. Vyberte si některé z kategorií rekurzivně konstruovatelných grafů [1]. 4. Pro vybrané kategorie najděte způsob, jak je popsat využitím rekurentních rovnic. Seznam odborné literatury [1] Gross, Jonathan L., Jay Yellen, Ping Zhang. Handbook of Graph Theory, 2nd ed, Boca Raton: CRC, 2013. ISBN: 978-1-4398-8018-0 doc. Ing. Jan Janoušek, Ph.D. prof. Ing. Pavel Tvrdík, CSc. vedoucí katedry děkan V Praze dne 18. února 2016 České vysoké učení technické v Praze Fakulta informačních technologií Katedra Teoretické informatiky Bakalářská práce Rekurzivně konstruovatelné grafy Anežka Štěpánková Vedoucí práce: RNDr. Jiřina Scholtzová Ph.D. 12. května 2017 Poděkování Děkuji vedoucí práce RNDr. Jiřině Scholtzové Ph.D., která mi ochotně vyšla vstříc s volbou tématu a v průběhu tvorby práce vždy dobře poradila a na- směrovala mne správným směrem.
    [Show full text]
  • Theoretical Computer Science a Polynomial Solution to the K-Fixed
    Theoretical Computer Science 411 (2010) 967–975 Contents lists available at ScienceDirect Theoretical Computer Science journal homepage: www.elsevier.com/locate/tcs A polynomial solution to the k-fixed-endpoint path cover problem on proper interval graphs Katerina Asdre, Stavros D. Nikolopoulos ∗ Department of Computer Science, University of Ioannina, P.O. Box 1186, GR-45110 Ioannina, Greece article info a b s t r a c t Article history: We study a variant of the path cover problem, namely, the k-fixed-endpoint path cover Received 29 January 2008 problem, or kPC for short. Given a graph G and a subset T of k vertices of V .G/, a k-fixed- Received in revised form 24 December 2008 endpoint path cover of G with respect to T is a set of vertex-disjoint paths P that covers Accepted 7 November 2009 the vertices of G such that the k vertices of T are all endpoints of the paths in P . The kPC Communicated by P. Spirakis problem is to find a k-fixed-endpoint path cover of G of minimum cardinality; note that, if T is empty (or, equivalently, k D 0), the stated problem coincides with the classical path Keywords: cover problem. The kPC problem generalizes some path cover related problems, such as Perfect graphs Proper interval graphs the 1HP and 2HP problems, which have been proved to be NP-complete. Note that the Path cover complexity status for both 1HP and 2HP problems on interval graphs remains an open Fixed-endpoint path cover question (Damaschke (1993) [9]). In this paper, we show that the kPC problem can be solved Linear-time algorithms in linear time on the class of proper interval graphs, that is, in O.n C m/ time on a proper interval graph on n vertices and m edges.
    [Show full text]
  • Characterizations of Restricted Pairs of Planar Graphs Allowing Simultaneous Embedding with Fixed Edges
    Characterizations of Restricted Pairs of Planar Graphs Allowing Simultaneous Embedding with Fixed Edges J. Joseph Fowler1, Michael J¨unger2, Stephen Kobourov1, and Michael Schulz2 1 University of Arizona, USA {jfowler,kobourov}@cs.arizona.edu ⋆ 2 University of Cologne, Germany {mjuenger,schulz}@informatik.uni-koeln.de ⋆⋆ Abstract. A set of planar graphs share a simultaneous embedding if they can be drawn on the same vertex set V in the Euclidean plane without crossings between edges of the same graph. Fixed edges are common edges between graphs that share the same simple curve in the simultaneous drawing. Determining in polynomial time which pairs of graphs share a simultaneous embedding with fixed edges (SEFE) has been open. We give a necessary and sufficient condition for when a pair of graphs whose union is homeomorphic to K5 or K3,3 can have an SEFE. This allows us to determine which (outer)planar graphs always an SEFE with any other (outer)planar graphs. In both cases, we provide efficient al- gorithms to compute the simultaneous drawings. Finally, we provide an linear-time decision algorithm for deciding whether a pair of biconnected outerplanar graphs has an SEFE. 1 Introduction In many practical applications including the visualization of large graphs and very-large-scale integration (VLSI) of circuits on the same chip, edge crossings are undesirable. A single vertex set can be used with multiple edge sets that each correspond to different edge colors or circuit layers. While the pairwise union of all edge sets may be nonplanar, a planar drawing of each layer may be possible, as crossings between edges of distinct edge sets are permitted.
    [Show full text]
  • Graphs with Small Intersection Dimension Patrick Lillis Advisor: Dr
    Graphs With Small Intersection Dimension Patrick Lillis Advisor: Dr. R. Sritharan Abstract An X-Graph Split Graphs The boxicity of a graph G, denoted as box(G), We prove that the split graph of a is defined as the minimum integer k such that G is an intersection graph of axis-parallel k- convex graph has boxicity at most 2, dimensional boxes. We examine some known using intersecting chain graphs. A properties of graphs with respect to boxicity, chain graph is always an interval graph, so a 2 chain graph as well as show boxicity results pertaining to Add edge to get B several classes of graphs, including split representation is equivalent to a 2- graphs, X-graphs, and powers of trees. We dimensional box representation. also propose efficient algorithms to produce We then prove than any X-Graph is the intersection of 2 convex graphs, A the relevant k-dimensional representations. Add edge to get A and B (see left). As any convex graph Introduction has boxicity at most 2, any X-graph The graph classes we study all have low then has boxicity at most 4. bounds on boxicity (e.g. a tree has boxicity at most 2), or some result pertaining to small Powers of Trees (left) A tree T, with Δ ≤ 3 boxicity (e.g. it is NP-complete to determine if We find a constant bound on the boxicity (below) An embedding of a split graph has boxicity at most 3). We of powers of trees with Δ at most 3; any T in a revised perfect study specific subclasses of these graph even power of such a tree has binary tree T’.
    [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]
  • Geometric Representations of Graphs
    ' $ Geometric Representations of Graphs L. Sunil Chandran Assistant Professor Comp. Science and Automation Indian Institute of Science Bangalore- 560012. Email: [email protected] & 1 % ' $ • Conventionally graphs are represented as adjacency matrices, or adjacency lists. Algorithms are designed with such representations in mind usually. • It is better to look at the structure of graphs and find some representations that are suitable for designing algorithms- say for a class of problems. • Intersection graphs: The vertices correspond to the subsets of a set U. The vertices are made adjacent if and only if the corresponding subsets intersect. • We propose to use some nice geometric objects as the subsets- like spheres, cubes, boxes etc. Here U will be the set of points in a low dimensional space. & 2 % ' $ • There are many situations where an intersection graph of geometric objects arises naturally.... • Some times otherwise NP-hard algorithmic problems become polytime solvable if we have geometric representation of the graph in a space of low dimension. & 3 % ' $ Boxicity and Cubicity • Cubicity: Minimum dimension k such that G can be represented as the intersection graph of k-dimensional cubes. • Boxicity: Minimum dimension k such that G can be represented as the intersection graph of k-dimensional axis parallel boxes. • These concepts were introduced by F. S. Roberts, in 1969, motivated by some problems in ecology. • By the later part of eighties, the research in this area had diminished. & 4 % ' $ An Equivalent Combinatorial Problem • The boxicity(G) is the same as the minimum number k such that there exist interval graphs I1,I2,...,Ik such that G = I1 ∩ I2 ∩···∩ Ik.
    [Show full text]
  • Representations of Edge Intersection Graphs of Paths in a Tree Martin Charles Golumbic, Marina Lipshteyn, Michal Stern
    Representations of Edge Intersection Graphs of Paths in a Tree Martin Charles Golumbic, Marina Lipshteyn, Michal Stern To cite this version: Martin Charles Golumbic, Marina Lipshteyn, Michal Stern. Representations of Edge Intersection Graphs of Paths in a Tree. 2005 European Conference on Combinatorics, Graph Theory and Appli- cations (EuroComb ’05), 2005, Berlin, Germany. pp.87-92. hal-01184396 HAL Id: hal-01184396 https://hal.inria.fr/hal-01184396 Submitted on 14 Aug 2015 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. EuroComb 2005 DMTCS proc. AE, 2005, 87–92 Representations of Edge Intersection Graphs of Paths in a Tree Martin Charles Golumbic1,† Marina Lipshteyn1 and Michal Stern1 1Caesarea Rothschild Institute, University of Haifa, Haifa, Israel Let P be a collection of nontrivial simple paths in a tree T . The edge intersection graph of P, denoted by EP T (P), has vertex set that corresponds to the members of P, and two vertices are joined by an edge if the corresponding members of P share a common edge in T . An undirected graph G is called an edge intersection graph of paths in a tree, if G = EP T (P) for some P and T .
    [Show full text]