Graph Theoretic Generalizations of Clique

Total Page:16

File Type:pdf, Size:1020Kb

Graph Theoretic Generalizations of Clique GRAPH THEORETIC GENERALIZATIONS OF CLIQUE: OPTIMIZATION AND EXTENSIONS A Dissertation by BALABHASKAR BALASUNDARAM Submitted to the O±ce of Graduate Studies of Texas A&M University in partial ful¯llment of the requirements for the degree of DOCTOR OF PHILOSOPHY August 2007 Major Subject: Industrial Engineering °c 2007 BALABHASKAR BALASUNDARAM ALL RIGHTS RESERVED GRAPH THEORETIC GENERALIZATIONS OF CLIQUE: OPTIMIZATION AND EXTENSIONS A Dissertation by BALABHASKAR BALASUNDARAM Submitted to the O±ce of Graduate Studies of Texas A&M University in partial ful¯llment of the requirements for the degree of DOCTOR OF PHILOSOPHY Approved by: Chair of Committee, Sergiy I. Butenko Committee Members, Illya V. Hicks Wilbert E. Wilhelm Catherine H. Yan Head of Department, Brett A. Peters August 2007 Major Subject: Industrial Engineering iii ABSTRACT Graph Theoretic Generalizations of Clique: Optimization and Extensions. (August 2007) Balabhaskar Balasundaram, B.Tech., Indian Institute of Technology { Madras Chair of Advisory Committee: Dr. Sergiy Butenko This dissertation considers graph theoretic generalizations of the maximum clique problem. Models that were originally proposed in social network analysis lit- erature, are investigated from a mathematical programming perspective for the ¯rst time. A social network is usually represented by a graph, and cliques were the ¯rst models of \tightly knit groups" in social networks, referred to as cohesive subgroups. Cliques are idealized models and their overly restrictive nature motivated the devel- opment of clique relaxations that relax di®erent aspects of a clique. Identifying large cohesive subgroups in social networks has traditionally been used in criminal network analysis to study organized crimes such as terrorism, narcotics and money laundering. More recent applications are in clustering and data mining wireless networks, biolog- ical networks as well as graph models of databases and the internet. This research has the potential to impact homeland security, bioinformatics, internet research and telecommunication industry among others. The focus of this dissertation is a degree-based relaxation called k-plex.A distance-based relaxation called k-clique and a diameter-based relaxation called k- club are also investigated in this dissertation. We present the ¯rst systematic study of the complexity aspects of these problems and application of mathematical pro- gramming techniques in solving them. Graph theoretic properties of the models are identi¯ed and used in the development of theory and algorithms. Optimization problems associated with the three models are formulated as bi- iv nary integer programs and the properties of the associated polytopes are investi- gated. Facets and valid inequalities are identi¯ed based on combinatorial arguments. A branch-and-cut framework is designed and implemented to solve the optimization problems exactly. Specialized preprocessing techniques are developed that, in con- junction with the branch-and-cut algorithm, optimally solve the problems on real-life power law graphs, which is a general class of graphs that include social and biological networks. Computational experiments are performed to study the e®ectiveness of the proposed solution procedures on benchmark instances and real-life instances. The relationship of these models to the classical maximum clique problem is studied, leading to several interesting observations including a new compact integer programming formulation. We also prove new continuous non-linear formulations for the classical maximum independent set problem which maximize continuous functions over the unit hypercube, and characterize its local and global maxima. Finally, clus- tering and network design extensions of the clique relaxation models are explored. v Dedicated to my parents vi ACKNOWLEDGMENTS I consider myself truly lucky to have worked with Dr. Sergiy Butenko for my doctoral research. Sergiy has been a resourceful, insightful and patient advisor, a valuable guide in my professional development and most importantly, a true friend and colleague. I am grateful to Sergiy for making my doctoral experience a rich and memorable one, and my admiration and respect go to him. I would like to express my sincere thanks to Dr. Illya Hicks, my committee member and collaborator, for taking a keen interest in my research and professional development. His expertise in polyhedral combinatorics was a tremendous support for me and guided several research directions taken in this dissertation. My thanks are also due to my wonderful committee members Dr. Wilbert Wilhelm and Dr. Catherine Yan, for their patience and constant support. I am ever grateful to Dr. G. Srinivasan, my undergraduate mentor, for introducing me to the fascinating ¯eld of operations research, and for encouraging me to pursue a doctorate. The ISE department at Texas A&M provided me with a wonderful learning atmosphere and opportunities to develop the skills I need in academia. I would especially like to thank Drs. Brett Peters, Guy Curry and Richard Feldman, for providing me with several opportunities to teach, and for their guidance and support. I am also indebted to Drs. Amarnath Banerjee, Gautam Natarajan, Yu Ding, Lewis Ntaimo, Gary Gaukler, Eylem Tekin, Andrew Johnson and Eric Bickel, for guiding me and supporting me through my search for a faculty position. Without the support from the e±cient and friendly administrative and technical sta® at ISE, my doctoral program would have been a lot more di±cult. In particular, my special thanks are due to Judy Meeks, Michele Bork, Claudia Samford, Katherine vii Edwards, Mark Henry, Mark Hopcus and Dennis Allen. I would also like to thank the ISE department for ¯nancially supporting my graduate studies. I would like to thank Deepak Warrier, Sharat Bulusu, Brijesh Vasudeva Rao, Svyatoslav Trukhanov, Oleksii Ursulenko, Reza Seyedshohadaie, Sera Kahruman, Sandeep Sachdeva, Homarjun Agrahari, Abhishek Shrivastava, Elif Kolotoglu and Jung Jin Cho, for being wonderful colleagues, and friends. I would also like to thank Sujan Dan, Gabriel Krishnamoorthy, Smriti Jayara- man, Vijay Ramakrishnan, Taraka Donti and Karambir Kalsi, for their lasting friend- ships which made my life in College Station, a memorable one. There are numerous others who have helped me personally and professionally, and it would be impossible for me to name all of them. But my sincere thanks are due to them all. Words cannot express the love and pride I have for my parents for making me who I am. It is their ambition, encouragement and support that has always kept me on the right track. I am ever grateful and indebted to my parents for always giving me more than I wanted, more than I deserved and more than they could. viii TABLE OF CONTENTS CHAPTER Page I INTRODUCTION :::::::::::::::::::::::::: 1 II BACKGROUND :::::::::::::::::::::::::: 10 II.1. Social Network Analysis . 10 II.2. Graph Theory . 17 II.3. Complexity Theory . 20 II.4. Polyhedral Theory and Combinatorial Optimization . 23 II.5. Branch-and-cut . 28 II.6. Cliques and Independent Sets . 30 II.6.1. Polyhedral Results . 32 II.6.2. Continuous Approaches . 35 III CLIQUE RELAXATIONS ::::::::::::::::::::: 39 III.1. Distance-Based and Diameter-Based Relaxations . 39 III.2. Degree-Based Relaxation . 43 III.3. Comparison of the Models . 44 III.4. Existing Approaches . 48 IV COMPUTATIONAL COMPLEXITY ::::::::::::::: 52 IV.1. Complexity of k-Clique and k-Club . 53 IV.2. Complexity of k-Plex . 57 IV.3. Some Special Cases . 60 V THE MAXIMUM k-CLIQUE AND k-CLUB PROBLEMS ::: 64 V.1. The Maximum k-Clique Problem . 64 V.2. The Maximum k-Club Problem . 66 V.3. The Maximum 2 -Club Problem . 68 V.4. Solving the Maximum 2 -Club Problem on Power Law Graphs . 71 VI THE MAXIMUM k-PLEX PROBLEM :::::::::::::: 75 VI.1. The Maximum k-Plex Problem . 75 VI.2. Facets and Valid Inequalities . 77 ix CHAPTER Page VI.3. Solving the Maximum k-Plex Problem . 84 VI.4. On the Maximum Clique Problem . 89 VII COMPUTATIONAL EXPERIMENTS :::::::::::::: 92 VII.1. General Implementation Details . 92 VII.2. Description of the Test-bed . 94 VII.3. Numerical Results: Maximum k-Plex Problem . 98 VII.3.1. BC Algorithms on Group I Instances . 99 VII.3.2. IPBC Algorithm on Group II Instances . 103 VII.4. Maximum Clique Problem: Formulation Study . 113 VII.5. Numerical Results: Maximum 2-Club Problem . 115 VIII CONTINUOUS GLOBAL OPTIMIZATION FORMULATIONS FOR INDEPENDENCE NUMBER OF A GRAPH ::::::: 119 VIII.1.Continuous Formulation for Independence Number . 120 VIII.2.Local Maxima . 124 VIII.3.Modi¯ed Formulation . 130 VIII.4.Numerical Experiments . 136 VIII.4.1. Global Optimization . 136 VIII.4.2. Local Optimization . 139 IX NETWORK CLUSTERING AND DESIGN EXTENSIONS ::: 143 IX.1. Network Clustering . 143 IX.2. The Clustering Problem . 145 IX.3. Clique-based Clustering . 146 IX.3.1. Clique Partitioning and Covering . 146 IX.3.2. Min-Max d-Clustering . 147 IX.4. Clique Relaxations in Clustering . 149 IX.4.1. k-Clique and k-Club Clustering . 149 IX.4.2. k-Plex Clustering . 152 IX.5. Network Design Problem . 153 X CONCLUSION AND FUTURE WORK :::::::::::::: 158 REFERENCES ::::::::::::::::::::::::::::::::::: 166 APPENDIX A ::::::::::::::::::::::::::::::::::: 178 VITA :::::::::::::::::::::::::::::::::::::::: 192 x LIST OF TABLES TABLE Page 1 Dimacs benchmarks ::::::::::::::::::::::::::: 95 2 Parameter settings :::::::::::::::::::::::::::: 98 3 Summary of results on Sanchis-log instances :::::::::::::: 101 4 Summary of results on Sanchis-linear instances ::::::::::::
Recommended publications
  • The Maximum Number of Cliques in a Graph Embedded in a Surface
    ON THE MAXIMUM NUMBER OF CLIQUES IN A GRAPH EMBEDDED IN A SURFACE VIDA DUJMOVIC,´ GASPERˇ FIJAVZ,ˇ GWENAEL¨ JORET, THOM SULANKE, AND DAVID R. WOOD Abstract. This paper studies the following question: Given a surface Σ and an integer n, what is the maximum number of cliques in an n-vertex graph embeddable in Σ? We characterise the extremal ! 5 ! ! graphs for this question, and prove that the answer is between 8(n − !) + 2 and 8n + 2 2 + o(2 ), where ! is the maximum integer such that the complete graph K! embeds in Σ. For the surfaces S0, S1, S2, N1, N2, N3 and N4 we establish an exact answer. MSC Classification: 05C10 (topological graph theory), 05C35 (extremal problems) 1. Introduction A clique in a graph1 is a set of pairwise adjacent vertices. Let c(G) be the number of cliques in a n graph G. For example, every set of vertices in the complete graph Kn is a clique, and c(Kn) = 2 . This paper studies the following question at the intersection of topological and extremal graph theory: Given a surface Σ and an integer n, what is the maximum number of cliques in an n-vertex graph embeddable in Σ? For previous bounds on the maximum number of cliques in certain graph families see [5,6, 13, 14, 22, 23] for example. For background on graphs embedded in surfaces see [11, 21]. Every surface is homeomorphic to Sg, the orientable surface with g handles, or to Nh, the non-orientable surface with h crosscaps. The Euler characteristic of Sg is 2 − 2g.
    [Show full text]
  • Partial Duality and Closed 2-Cell Embeddings
    Partial duality and closed 2-cell embeddings To Adrian Bondy on his 70th birthday M. N. Ellingham1;3 Department of Mathematics, 1326 Stevenson Center Vanderbilt University, Nashville, Tennessee 37240, U.S.A. [email protected] Xiaoya Zha2;3 Department of Mathematical Sciences, Box 34 Middle Tennessee State University Murfreesboro, Tennessee 37132, U.S.A. [email protected] April 28, 2016; to appear in Journal of Combinatorics Abstract In 2009 Chmutov introduced the idea of partial duality for embeddings of graphs in surfaces. We discuss some alternative descriptions of partial duality, which demonstrate the symmetry between vertices and faces. One is in terms of band decompositions, and the other is in terms of the gem (graph-encoded map) representation of an embedding. We then use these to investigate when a partial dual is a closed 2-cell embedding, in which every face is bounded by a cycle in the graph. We obtain a necessary and sufficient condition for a partial dual to be closed 2-cell, and also a sufficient condition for no partial dual to be closed 2-cell. 1 Introduction In this paper a surface Σ means a connected compact 2-manifold without boundary. By an open or closed disk in Σ we mean a subset of the surface homeomorphic to such a subset of R2. By a simple closed curve or circle in Σ we mean an image of a circle in R2 under a continuous injective map; a simple arc is a similar image of [0; 1]. The closure of a set S is denoted S, and the boundary is denoted @S.
    [Show full text]
  • Topological Graph Theory Lecture 16-17 : Width of Embeddings
    Topological Graph Theory∗ Lecture 16-17 : Width of embeddings Notes taken by Drago Bokal Burnaby, 2006 Summary: These notes cover the ninth week of classes. The newly studied concepts are homotopy, edge-width and face-width. We show that embeddings with large edge- or face-width have similar properties as planar embeddings. 1 Homotopy It is beyond the purpose of these lectures to deeply study homotopy, but as we will need this concept, we mention it briefly. Two closed simple curves in a given surface are homotopic, if one can be continuously deformed into the other. For instance, on the sphere any two such curves are (freely) homotopic, whereas on the torus S1 × S1 we have two homotopy classes: S1 × {x} and {y}× S1. Formally: Definition 1.1. Let γ0, γ1 : I → Σ be two closed simple curves. A homotopy from γ0 to γ1 is a continuous mapping H : I × I → Σ, such that H(0,t)= γ0(t) and H(1,t)= γ1(t). The following proposition may be of interest: Proposition 1.2. Let C be the family of disjoint non-contractible cycles of a graph G embedded in a surface Σ of Euler genus g, such that no two cycles of C are homotopic. Then |C| ≤ 3g − 3, for g ≥ 2, and |C |≤ g, for g ≤ 1. 2 Edge-width Definition 2.1. Let Π be an embedding of a graph G in a surface Σ of Euler genus g. If g ≥ 1 we define the edge-width of Π, ew(G, Π) = ew(Π), to be the length of the shortest Π-non-contractible cycle in G.
    [Show full text]
  • Topological Graph Theory
    Topological Graph Theory Bojan Mohar Simon Fraser University Intensive Research Program in Discrete, Combinatorial and Computational Geometry Advanced Course II: New Results in Combinatorial & Discrete Geometry Barcelona, May 7{11, 2018 Abstract The course will outline fundamental results about graphs embed- ded in surfaces. It will briefly touch on obstructions (minimal non- embeddable graphs), separators and geometric representations (circle packing). Time permitting, some applications will be outlined concern- ing homotopy or homology classification of cycles, crossing numbers and Laplacian eigenvalues. 1 The course will follow the combinatorial approach to graphs embedded in surfaces after the monograph written by Carsten Thomassen and the lec- turer [MT01]. 1 Planar graphs Connectivity, drawings, Euler's Formula • Tutte's definition of connectivity. • Blocks, ear-decomposition, contractible edges in 3-connected graphs. Proposition 1. If G is a 2-connected graph, then it can be obtained from a cycle of length at least three by successively adding a path having only its ends in common with the current graph. The decomposition of a 2-connected graph in a cycle and a sequence of paths is called an ear decomposition of the graph. Proposition 1 has an analogue for 3-connected graphs. Theorem 2 (Tutte [Tu61, Tu66]). Every 3-connected graph can be obtained from a wheel by a sequence of vertex splittings and edge- additions so that all intermediate graphs are 3-connected. Thomassen [Th80] showed that the following \generalized contraction" operation is sufficient to reduce every 3-connected graph to K4. If G is a graph and e 2 E(G), let G==e be the graph obtained from the edge-contracted graph G=e by replacing all multiple edges by single edges joining the same pairs of vertices.
    [Show full text]
  • Embeddings of Graphs
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Discrete Mathematics 124 (1994) 217-228 217 North-Holland Embeddings of graphs Carsten Thomassen Mathematisk Institut, Danmarks Tekniske Hojskoie. Bygning 303, DK-Lyngby. Denmark Received 2 June 1990 Abstract We survey some recent results on graphs embedded in higher surfaces or general topological spaces. 1. Introduction A graph G is embedded in the topological space X if G is represented in X such that the vertices of G are distinct elements in X and an edge in G is a simple arc connecting its two ends such that no two edges intersect except possibly at a common end. Graph embeddings in a broad sense have existed since ancient time. Pretty tilings of the plane have been produced for aestetic or religious reasons (see e.g. [7]). The characterization of the Platonic solids may be regarded as a result on tilings of the sphere. The study of graph embeddings in a more restricted sense began with the 1890 conjecture of Heawood [S] that the complete graph K, can be embedded in the orientable surface S, provided Euler’s formula is not violated. That is, g >&(n - 3)(n -4). Much work on graph embeddings has been inspired by this conjecture the proof of which was not completed until 1968. A complete proof can be found in Ringel’s book [12]. Graph embedding problems also arise in the real world, for example in connection with the design of printed circuits. Also, algorithms involving graphs may be very sensitive to the way in which the graphs are represented.
    [Show full text]
  • Topological Graph Theory Lecture 15-16 : Cycles of Embedded Graphs
    Topological Graph Theory∗ Lecture 15-16 : Cycles of Embedded Graphs Notes taken by Brendan Rooney Burnaby, 2006 Summary: These notes cover the eighth week of classes. We present a theorem on the additivity of graph genera. Then we move on to cycles of embedded graphs, the three-path property, and an algorithm for finding a shortest cycle in a family of cycles of a graph. 1 Additivity of Genus Theorem 1.1 (Additivity of Genus). Let G be a connected graph, and let B1,B2,...,Br be the blocks of G. Then the genus of G is, r g(G)= g(Bi) i=1 and the Euler genus of G is, r eg(G)= eg(Bi). i=1 Observation 1.2. In order to prove the theorem it suffices to prove that if G = G1 ∪ G2,where G1 ∩ G2 = {v},theng(G)=g(G1)+g(G2) and eg(G)=eg(G1)+eg(G2). Proof. We set g(G)=min{g(Π) | Π is an orientable embedding of G} g(G1)=min{g(Π1) | Π1 is an orientable embedding of G1} g(G2)=min{g(Π2) | Π2 is an orientable embedding of G2} Let v1,v2 be vertices in G1,G2 respectively, distinct from v. Note that the local rotations of v1,v2 are independent, but the local rotation of v is not. So if we take Π an embedding of G and split it along v we obtain Π1, Π2 embeddings of G1,G2 respectively. Facial walks in G that do not pass from G1 to G2 remain unchanged in Π1, Π2, however if a facial walk does pass from G1 to G2 then when we split we form an extra face.
    [Show full text]
  • Linfan Mao Smarandache Multi-Space Theory
    LINFAN MAO SMARANDACHE MULTI-SPACE THEORY (Partially post-doctoral research for the Chinese Academy of Sciences) HEXIS Phoenix, AZ 2006 Linfan MAO Academy of Mathematics and Systems Chinese Academy of Sciences Beijing 100080, P.R.China [email protected] SMARANDACHE MULTI-SPACE THEORY HEXIS Phoenix, AZ 2006 This book can be ordered in a paper bound reprint from: Books on Demand ProQuest Information & Learning (University of Microfilm International) 300 N.Zeeb Road P.O.Box 1346, Ann Arbor MI 48106-1346, USA Tel:1-800-521-0600(Customer Service) http://wwwlib.umi.com/bod Peer Reviewers: Y.P.Liu, Department of Applied Mathematics, Beijing Jiaotong University, Beijing 100044, P.R.China. F.Tian, Academy of Mathematics and Systems, Chinese Academy of Sciences, Bei- jing 100080, P.R.China. J.Y.Yan, Graduate Student College, Chinese Academy of Sciences, Beijing 100083, P.R.China. E.L.Wei, Information school, China Renmin University, Beijing 100872, P.R.China. Copyright 2006 by Hexis and Linfan Mao Phoenix United States Many books can be downloaded from the following Digital Library of Science: http://www.gallup.unm.edu/˜ smarandache/eBooks-otherformats.htm ISBN: 1-931233-14-4 Standard Address Number: 297-5092 Printed in the United States of America Preface A Smarandache multi-space is a union of n different spaces equipped with some different structures for an integer n 2, which can be used both for discrete or ≥ connected spaces, particularly for geometries and spacetimes in theoretical physics. We are used to the idea that our space has three dimensions: length, breadth and height; with time providing the fourth dimension of spacetime by Einstein.
    [Show full text]
  • Planarity — §8.1 50 Planarity up Until Now, Graphs Have Been Completely Abstract
    Planarity — §8.1 50 Planarity Up until now, graphs have been completely abstract. In Topological Graph Theory, it matters how the graphs are drawn. ! Do the edges cross? ! Are there knots in the graph structure? Definition: A drawing of a graph G is a pictorial representation of G in the plane as points and curves, satisfying the following: ! The curves must be simple, which means no self-intersections. ! No two edges can intersect twice. (Mult. edges: Except at endpts) ! No three edges can intersect at the same point. Definition: A plane drawing of a graph G is a drawing of the graph in the plane with no crossings. Definition: A graph G is planar if there exists a plane drawing of G. Otherwise, we say G is nonplanar. Example. K4 is planar because is a plane drawing of K4. Planarity — §8.1 51 Vertices, Edges, and Faces Definition: In a plane drawing, edges divide the plane into regions, or faces. There will always be one face with infinite area. This is called the outside face. Notation. Let p =# of vertices, q =# of edges, r =# of regions. Compute the following data: Graph p q r Tetrahedron Cube Octahedron Dodecahedron Icosahedron In 1750, Euler noticed that in each of these examples. Planarity — §8.1 52 Euler’s Formula Theorem 8.1.1 (Euler’s Formula) If G is a connected planar graph, then in a plane drawing of G, p q + r = 2. − Proof (by induction on the number of cycles) Base Case: If G is a connected graph with no cycles, then G Therefore r = , and we have p q + r = p (p 1) + 1 = 2.
    [Show full text]
  • A Review of Geometric, Topological and Graph Theory Apparatuses for the Modeling and Analysis of Biomolecular Data
    A review of geometric, topological and graph theory apparatuses for the modeling and analysis of biomolecular data Kelin Xia1 ∗and Guo-Wei Wei2;3 y 1Division of Mathematical Sciences, School of Physical and Mathematical Sciences, Nanyang Technological University, Singapore 637371 2Department of Mathematics Michigan State University, MI 48824, USA 3Department of Biochemistry & Molecular Biology Michigan State University, MI 48824, USA January 31, 2017 Abstract Geometric, topological and graph theory modeling and analysis of biomolecules are of essential im- portance in the conceptualization of molecular structure, function, dynamics, and transport. On the one hand, geometric modeling provides molecular surface and structural representation, and offers the basis for molecular visualization, which is crucial for the understanding of molecular structure and interactions. On the other hand, it bridges the gap between molecular structural data and theoretical/mathematical mod- els. Topological analysis and modeling give rise to atomic critic points and connectivity, and shed light on the intrinsic topological invariants such as independent components (atoms), rings (pockets) and cavities. Graph theory analyzes biomolecular interactions and reveals biomolecular structure-function relationship. In this paper, we review certain geometric, topological and graph theory apparatuses for biomolecular data modeling and analysis. These apparatuses are categorized into discrete and continuous ones. For discrete approaches, graph theory, Gaussian network model, anisotropic network model, normal mode analysis, quasi-harmonic analysis, flexibility and rigidity index, molecular nonlinear dynamics, spectral graph the- ory, and persistent homology are discussed. For continuous mathematical tools, we present discrete to continuum mapping, high dimensional persistent homology, biomolecular geometric modeling, differential geometry theory of surfaces, curvature evaluation, variational derivation of minimal molecular surfaces, atoms in molecule theory and quantum chemical topology.
    [Show full text]
  • Structural Graph Theory Doccourse 2014: Lecture Notes
    Structural Graph Theory DocCourse 2014: Lecture Notes Andrew Goodall, Llu´ısVena (eds.) 1 Structural Graph Theory DocCourse 2014 Editors: Andrew Goodall, Llu´ısVena Published by IUUK-CE-ITI series in 2017 2 Preface The DocCourse \Structural Graph Theory" took place in the autumn semester of 2014 under the auspices of the Computer Science Institute (IUUK)´ and the Department of Applied Mathematics (KAM) of the Faculty of Mathematics and Physics (MFF) at Charles University, supported by CORES ERC-CZ LL- 1201 and by DIMATIA Prague. The schedule was organized by Prof. Jaroslav Neˇsetˇriland Dr Andrew Goodall, with the assistance of Dr Llu´ısVena. A web page was maintained by Andrew Goodall, which provided links to lectures slides and further references.1 The Structural Graph Theory DocCourse followed the tradition established by those of 2004, 2005 and 2006 in Combinatorics, Geometry, and Computation, organized by Jaroslav Neˇsetˇriland the late JiˇriMatouˇsek,and has itself been followed by a DocCourse in Ramsey Theory in autumn of last year, organized by Jaroslav Neˇsetˇriland Jan Hubiˇcka. For the Structural Graph Theory DocCourse in 2014, five distinguished vis- iting speakers each gave a short series of lectures at the faculty building at Malostransk´en´amest´ı25 in Mal´aStrana: Prof. Matt DeVos of Simon Fraser University, Vancouver; Prof. Johann Makowsky of Technion - Israel Institute of Technology, Haifa; Dr. G´abor Kun of ELTE, Budapest; Prof. Michael Pinsker of Technische Universit¨atWien/ Universit´eDiderot - Paris 7; and Dr Lenka Zdeborov´aof CEA & CNRS, Saclay. The audience included graduate students and postdocs in Mathematics or in Computer Science in Prague and a handful of students from other universities in the Czech Republic and abroad.
    [Show full text]
  • Lecture 3-4: Characterizations of Planar Graphs
    Topological Graph Theory∗ Lecture 3-4: Characterizations of Planar Graphs Notes taken by Dan Benvenuti Burnaby, 2006 Summary: An indepth look at various characterizations of planar graphs including: Kuratowski subgraphs, bridges, cycle spaces, and 2-bases. 1 Kuratowski’s Theorem Definition 1.1. A Kuratowski subgraph is a subgraph homeomorphic to a subdivision of K5 or K3,3, denoted SK5/SK3,3. Lemma 1.2. Let G be a graph with cycle C and X, Y ⊆ V (G) then one of the following holds: 1. |X| = 1 or |Y | = 1 2. X = Y 3. ∃ vertices x1, y1, x2, x1 occuring in that order on C with xi ∈ X and yi ∈ Y for i = 1 ... 2 4. ∃ vertices u, v ∈ V (C) 3 there are two paths, P and Q, from u to v with C = P ∪ Q and X ⊆ V (P ),Y ⊆ V (Q) Proof. Assume X and Y do not satisfy (1) or (2). Furthermore, assume x1 ∈ X\Y . Walk along C in both directions until vertices y1, y2 ∈ Y are reached. Denote the y1y2-path on C not using x1 as Q. If x2 ∈ X is in Q then (4). Else, (3). Lemma 1.3. Let G be a 3-connected graph that does not contain SK5 or SK3,3 as a subgraph, 2 then G can be embedded in R 3 all faces are convex and the unbounded face is the complement of a convex set. In particular, all edges are straight line segments. Proof. Show G0 = G//e has a convex embedding by induction on |G|.
    [Show full text]
  • Arxiv:1708.08132V1 [Math.CO] 27 Aug 2017 Ftevsiivko Nain Hoy[3.Te R Eyueu for Useful Very 26]
    TOPOLOGICAL TUTTE POLYNOMIAL SERGEI CHMUTOV Abstract. This is a survey of recent works on topological extensions of the Tutte polynomial. Mathematics Subject Classifications: 05C31, 05C22, 05C10, 57M15, 57M25, 57M30 1. Introduction We survey recent works on topological extensions of the Tutte polynomial. The extensions deal with graphs on surfaces. Graphs embedded into surfaces are the main objects of the topological graph theory. There are several books devoted to this subject [23, 28, 38, 43]. Cellular embeddings of graphs can be described as ribbon graphs. Oriented ribbon graphs appear under different names such as rotation systems [43], maps, fat graphs, cyclic graphs, dessins d’enfants [38]. Since the pioneering paper of L. Heffter in 1891 [31] they occur in various parts of mathematics ranging from graph theory, combinatorics, and topology to representation theory, Galois theory, algebraic geometry, and quantum field theory [13, 30, 35, 38, 45, 46]. For example, ribbon graphs are used to enumerate cells in the cell decomposition of the moduli spaces of complex algebraic curves [30, 45, 38]. The absolute Galois group Aut(Q/Q) faithfully acts on the set of ribbon graphs (see [38] and references therein). Ribbon graphs are the main combinatorial objects of the Vassiliev knot invariant theory [13]. They are very useful for Hamiltonicity of the Cayley graphs [25, 26]. M. Las Vergnas [40] found a generalization of the Tutte polynomial to cellu- larly embedded graphs as an application of his matroid perspectives. Recently his polynomial was extended to not necessarily cellularly embedded graphs [24]. In 2001 B. Bollob´as and O. Riordan [4, 5], motivated by some problems of knot theory, introduced a different generalization of the Tutte polynomial for ribbon graphs.
    [Show full text]