Free Graphs.', in 29Th International Symposium on Algorithms and Computation (ISAAC 2018)

Total Page:16

File Type:pdf, Size:1020Kb

Free Graphs.', in 29Th International Symposium on Algorithms and Computation (ISAAC 2018) Durham Research Online Deposited in DRO: 11 September 2018 Version of attached le: Accepted Version Peer-review status of attached le: Peer-reviewed Citation for published item: Klimo§sov¡a,T. and Mal¡k,J. and Masa§r¡k,T. and Novotn¡a,J. and Paulusma, D. and Sl¡vov¡a,V. (2018) 'Colouring (Pr+Ps)-free graphs.', in 29th International Symposium on Algorithms and Computation (ISAAC 2018). Dagstuhl, Germany: Schloss Dagstuhl Leibniz-Zentrum f¤urInformatik, 5:1-5:13. Leibniz international proceedings in informatics. (123). Further information on publisher's website: https://doi.org/10.4230/LIPIcs.ISAAC.2018.5 Publisher's copyright statement: c Tereza Klimo§sov¡a,Josef Mal¡k,Tom¡a§sMasa§r¡k,Jana Novotn¡a,Dani¤elPaulusma, Veronika Sl¡vov¡a;licensed under Creative Commons License CC-BY. Additional information: Use policy The full-text may be used and/or reproduced, and given to third parties in any format or medium, without prior permission or charge, for personal research or study, educational, or not-for-prot purposes provided that: • a full bibliographic reference is made to the original source • a link is made to the metadata record in DRO • the full-text is not changed in any way The full-text must not be sold in any format or medium without the formal permission of the copyright holders. Please consult the full DRO policy for further details. Durham University Library, Stockton Road, Durham DH1 3LY, United Kingdom Tel : +44 (0)191 334 3042 | Fax : +44 (0)191 334 2971 https://dro.dur.ac.uk ∗ † 1 Colouring (Pr + Ps)-Free Graphs 2 Tereza Klimošová 3 Department of Applied Mathematics, Charles University, Prague, Czech Republic 4 [email protected]ff.cuni.cz 5 Josef Malík 6 Czech Technical University in Prague, Czech Republic 7 malikjo1@fit.cvut.cz 8 Tomáš Masařík 9 Department of Applied Mathematics, Charles University, Prague, Czech Republic 10 [email protected]ff.cuni.cz 11 Jana Novotná 12 Department of Applied Mathematics, Charles University, Prague, Czech Republic 13 [email protected]ff.cuni.cz 14 Daniël Paulusma 15 Department of Computer Science, Durham University, Durham, UK 16 [email protected] 17 Veronika Slívová 18 Computer Science Institute of Charles University, Prague, Czech Republic 19 [email protected]ff.cuni.cz 20 Abstract 21 The k-Colouring problem is to decide if the vertices of a graph can be coloured with at most k 22 colours for a fixed integer k such that no two adjacent vertices are coloured alike. If each vertex u 23 must be assigned a colour from a prescribed list L(u) ⊆ {1, . , k}, then we obtain the List k- 24 Colouring problem. A graph G is H-free if G does not contain H as an induced subgraph. 25 We continue an extensive study into the complexity of these two problems for H-free graphs. 26 We prove that List 3-Colouring is polynomial-time solvable for (P2 + P5)-free graphs and 27 for (P3 + P4)-free graphs. Combining our results with known results yields complete complexity 28 classifications of 3-Colouring and List 3-Colouring on H-free graphs for all graphs H up to 29 seven vertices. We also prove that 5-Colouring is NP-complete for (P3 + P5)-free graphs. 30 2012 ACM Subject Classification G.2.2 Graph Theory 31 Keywords and phrases vertex colouring, H-free graph, linear forest 32 Digital Object Identifier 10.4230/LIPIcs.ISAAC.2018.35 ∗ T. Masařík, J. Novotná and V. Slívová were supported by the project GAUK 1277018 and the grant SVV–2017–260452. T. Klimošová was supported by the Center of Excellence – ITI, project P202/12/G061 of GA ČR, by the Center for Foundations of Modern Computer Science (Charles Univ. project UN- CE/SCI/004), and by the project GAUK 1277018. T. Masařík was also partly supported by the Center of Excellence – ITI, project P202/12/G061 of GA ČR. V. Slívová was partly supported by the project 17-09142S of GA ČR and Charles University project PRIMUS/17/SCI/9. D. Paulusma was supported by the Leverhulme Trust (RPG-2016-258). † A preprint of this article is available on arXiv [22]. © Tereza Klimošová, Josef Malík, Tomáš Masařík, Jana Novotná, Daniël Paulusma, Veronika Slívová; licensed under Creative Commons License CC-BY 29th International Symposium on Algorithms and Computation (ISAAC 2018). Editors: Wen-Lian Hsu, Der-Tsai Lee, and Chung-Shou Liao; Article No. 35; pp. 35:1–35:12 Leibniz International Proceedings in Informatics Schloss Dagstuhl – Leibniz-Zentrum für Informatik, Dagstuhl Publishing, Germany 35:2 Colouring (Pr + Ps)-Free Graphs 33 1 Introduction 34 Graph colouring is a popular concept in Computer Science and Mathematics due to a wide 35 range of practical and theoretical applications, as evidenced by numerous surveys and books 36 on graph colouring and many of its variants (see, for example, [5, 14, 21, 24, 28, 30, 33]). 37 Formally, a colouring of a graph G = (V, E) is a mapping c : V → {1, 2,...} that assigns each 38 vertex u ∈ V a colour c(u) in such a way that c(u) 6= c(v) whenever uv ∈ E. If 1 ≤ c(u) ≤ k, 39 then c is also called a k-colouring of G and G is said to be k-colourable. The Colouring 40 problem is to decide if a given graph G has a k-colouring for some given integer k. 41 It is well known that Colouring is NP-complete even if k = 3 [27]. To pinpoint the 42 reason behind the computational hardness of Colouring one may impose restrictions on the 43 input. This led to an extensive study of Colouring for special graph classes, particularly 44 hereditary graph classes. A graph class is hereditary if it is closed under vertex deletion. 45 As this is a natural property, hereditary graph classes capture a very large collection of 46 well-studied graph classes. It is readily seen that a graph class G is hereditary if and only 47 if G can be characterized by a unique set HG of minimal forbidden induced subgraphs. If 48 HG = {H}, then a graph G ∈ G is called H-free. 49 Král’, Kratochvíl, Tuza, and Woeginger [23] started a systematic study into the complexity 50 of Colouring on H-free graphs for sets H of size at most 2. They showed polynomial- 51 time solvability if H is an induced subgraph of P4 or P1 + P3 and NP-completeness for all 52 other graphs H. The classification for the case where H has size 2 is far from finished; 53 see the summary in [14] or an updated partial overview in [11] for further details. Instead 54 of considering sets H of size 2, we consider H-free graphs and follow another well-studied 55 direction, in which the number of colours k is fixed, that is, k no longer belongs to the input. 56 k-Colouring: Given a graph G does there exist a k-colouring of G? 57 A k-list assignment of G is a function L with domain V such that the list of admissible 58 colours L(u) of each u ∈ V is a subset of {1, 2, . , k}. A colouring c respects L if c(u) ∈ L(u) 59 for every u ∈ V. If k is fixed, then we obtain the following generalization of k-Colouring: List k-Colouring: Given a graph G and a k-list assignment L does there exist a colouring 60 of G that respects L? 61 For every k ≥ 3, k-Colouring on H-free graphs is NP-complete if H contains a cycle [13] 62 or an induced claw [19, 26]. Hence, the case where H is a linear forest (a disjoint union 63 of paths) remains. The situation is far from settled yet, although many partial results are 64 known [2, 3, 4, 6, 7, 8, 9, 10, 15, 18, 20, 25, 29, 31, 34]. Particularly, the case where H is 65 the t-vertex path Pt has been well studied. The cases k = 4, t = 7 and k = 5, t = 6 are 66 NP-complete [20]. For k ≥ 1, t = 5 [18] and k = 3, t = 7 [2], even List k-Colouring 67 on Pt-free graphs is polynomial-time solvable (see also [14]). For a fixed integer k, the 68 k-Precolouring Extension problem is to decide a given k-colouring defined on an induced 69 subgraph of a graph G can be extended to a k-colouring of G. Recently it was shown in [7, 8] 70 that 4-Precolouring Extension, and therefore 4-Colouring, is polynomial-time solvable 71 for P6-free graphs. In contrast, the more general problem List 4-Colouring is NP-complete 72 for P6-free graphs [15]. See Table 1 for a summary of all these results. 73 From Table 1 we see that only the cases k = 3, t ≥ 8 are still open, although some partial 74 results are known for k-Colouring for the case k = 3, t = 8 [9]. The situation when H S 75 is a disconnected linear forest Pi is less clear. It is known that for every s ≥ 1, List 76 3-Colouring is polynomial-time solvable for sP3-free graphs [4, 14]. For every graph H, T. Klimošová, J. Malík, T. Masařík, J. Novotná, D. Paulusma, V. Slívová 35:3 k-Colouring k-Precolouring Extension List k-Colouring t k = 3 k = 4 k = 5 k ≥ 6 k = 3 k = 4 k = 5 k ≥ 6 k = 3 k = 4 k = 5 k ≥ 6 t ≤ 5 P P P P P P P P P P P P t = 6 P P NP-c NP-c P P NP-c NP-c P NP-c NP-c NP-c t = 7 P NP-c NP-c NP-c P NP-c NP-c NP-c P NP-c NP-c NP-c t ≥ 8 ? NP-c NP-c NP-c ? NP-c NP-c NP-c ? NP-c NP-c NP-c Table 1 Summary for Pt-free graphs.
Recommended publications
  • Linear K-Arboricities on Trees
    Discrete Applied Mathematics 103 (2000) 281–287 View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Note Linear k-arboricities on trees Gerard J. Changa; 1, Bor-Liang Chenb, Hung-Lin Fua, Kuo-Ching Huangc; ∗;2 aDepartment of Applied Mathematics, National Chiao Tung University, Hsinchu 300, Taiwan bDepartment of Business Administration, National Taichung Institue of Commerce, Taichung 404, Taiwan cDepartment of Applied Mathematics, Providence University, Shalu 433, Taichung, Taiwan Received 31 October 1997; revised 15 November 1999; accepted 22 November 1999 Abstract For a ÿxed positive integer k, the linear k-arboricity lak (G) of a graph G is the minimum number ‘ such that the edge set E(G) can be partitioned into ‘ disjoint sets and that each induces a subgraph whose components are paths of lengths at most k. This paper studies linear k-arboricity from an algorithmic point of view. In particular, we present a linear-time algo- rithm to determine whether a tree T has lak (T)6m. ? 2000 Elsevier Science B.V. All rights reserved. Keywords: Linear forest; Linear k-forest; Linear arboricity; Linear k-arboricity; Tree; Leaf; Penultimate vertex; Algorithm; NP-complete 1. Introduction All graphs in this paper are simple, i.e., ÿnite, undirected, loopless, and without multiple edges. A linear k-forest is a graph whose components are paths of length at most k.Alinear k-forest partition of G is a partition of the edge set E(G) into linear k-forests. The linear k-arboricity of G, denoted by lak (G), is the minimum size of a linear k-forest partition of G.
    [Show full text]
  • Coloring Problems in Graph Theory Kacy Messerschmidt Iowa State University
    Iowa State University Capstones, Theses and Graduate Theses and Dissertations Dissertations 2018 Coloring problems in graph theory Kacy Messerschmidt Iowa State University Follow this and additional works at: https://lib.dr.iastate.edu/etd Part of the Mathematics Commons Recommended Citation Messerschmidt, Kacy, "Coloring problems in graph theory" (2018). Graduate Theses and Dissertations. 16639. https://lib.dr.iastate.edu/etd/16639 This Dissertation is brought to you for free and open access by the Iowa State University Capstones, Theses and Dissertations at Iowa State University Digital Repository. It has been accepted for inclusion in Graduate Theses and Dissertations by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. Coloring problems in graph theory by Kacy Messerschmidt A dissertation submitted to the graduate faculty in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY Major: Mathematics Program of Study Committee: Bernard Lidick´y,Major Professor Steve Butler Ryan Martin James Rossmanith Michael Young The student author, whose presentation of the scholarship herein was approved by the program of study committee, is solely responsible for the content of this dissertation. The Graduate College will ensure this dissertation is globally accessible and will not permit alterations after a degree is conferred. Iowa State University Ames, Iowa 2018 Copyright c Kacy Messerschmidt, 2018. All rights reserved. TABLE OF CONTENTS LIST OF FIGURES iv ACKNOWLEDGEMENTS vi ABSTRACT vii 1. INTRODUCTION1 2. DEFINITIONS3 2.1 Basics . .3 2.2 Graph theory . .3 2.3 Graph coloring . .5 2.3.1 Packing coloring . .6 2.3.2 Improper coloring .
    [Show full text]
  • Structural Parameterizations of Clique Coloring
    Structural Parameterizations of Clique Coloring Lars Jaffke University of Bergen, Norway lars.jaff[email protected] Paloma T. Lima University of Bergen, Norway [email protected] Geevarghese Philip Chennai Mathematical Institute, India UMI ReLaX, Chennai, India [email protected] Abstract A clique coloring of a graph is an assignment of colors to its vertices such that no maximal clique is monochromatic. We initiate the study of structural parameterizations of the Clique Coloring problem which asks whether a given graph has a clique coloring with q colors. For fixed q ≥ 2, we give an O?(qtw)-time algorithm when the input graph is given together with one of its tree decompositions of width tw. We complement this result with a matching lower bound under the Strong Exponential Time Hypothesis. We furthermore show that (when the number of colors is unbounded) Clique Coloring is XP parameterized by clique-width. 2012 ACM Subject Classification Mathematics of computing → Graph coloring Keywords and phrases clique coloring, treewidth, clique-width, structural parameterization, Strong Exponential Time Hypothesis Digital Object Identifier 10.4230/LIPIcs.MFCS.2020.49 Related Version A full version of this paper is available at https://arxiv.org/abs/2005.04733. Funding Lars Jaffke: Supported by the Trond Mohn Foundation (TMS). Acknowledgements The work was partially done while L. J. and P. T. L. were visiting Chennai Mathematical Institute. 1 Introduction Vertex coloring problems are central in algorithmic graph theory, and appear in many variants. One of these is Clique Coloring, which given a graph G and an integer k asks whether G has a clique coloring with k colors, i.e.
    [Show full text]
  • Choosability on H-Free Graphs?
    Choosability on H-Free Graphs? Petr A. Golovach1, Pinar Heggernes1, Pim van 't Hof1, and Dani¨el Paulusma2 1 Department of Informatics, University of Bergen, Norway fpetr.golovach,pinar.heggernes,[email protected] 2 School of Engineering and Computing Sciences, Durham University, UK [email protected] Abstract. A graph is H-free if it has no induced subgraph isomorphic to H. We determine the computational complexity of the Choosability problem restricted to H-free graphs for every graph H that does not belong to fK1;3;P1 + P2;P1 + P3;P4g. We also show that if H is a linear forest, then the problem is fixed-parameter tractable when parameterized by k. Keywords. Choosability, H-free graphs, linear forest. 1 Introduction Graph coloring is without doubt one of the most fundamental concepts in both structural and algorithmic graph theory. The well-known Coloring problem, which takes as input a graph G and an integer k, asks whether G admits a k- coloring, i.e., a mapping c : V (G) ! f1; 2; : : : ; kg such that c(u) 6= c(v) whenever uv 2 E(G). The corresponding problem where k is fixed, i.e., not part of the input, is denoted by k-Coloring. Since graph coloring naturally arises in a vast number of theoretical and practical applications, it is not surprising that many variants and generalizations of the Coloring problem have been studied over the years. There are some very good surveys [1,28] and a book [22] on the subject. One well-known generalization of graph coloring, called List Coloring, was introduced by Vizing [29] and Erd}os,Rubin and Taylor [7].
    [Show full text]
  • Complexity Results for Rainbow Matchings
    Complexity Results for Rainbow Matchings Van Bang Le1 and Florian Pfender2 1 Universität Rostock, Institut für Informatik 18051 Rostock, Germany [email protected] 2 University of Colorado at Denver, Department of Mathematics & Statistics Denver, CO 80202, USA [email protected] Abstract A rainbow matching in an edge-colored graph is a matching whose edges have distinct colors. We address the complexity issue of the following problem, max rainbow matching: Given an edge-colored graph G, how large is the largest rainbow matching in G? We present several sharp contrasts in the complexity of this problem. We show, among others, that max rainbow matching can be approximated by a polynomial algorithm with approxima- tion ratio 2/3 − ε. max rainbow matching is APX-complete, even when restricted to properly edge-colored linear forests without a 5-vertex path, and is solvable in polynomial time for edge-colored forests without a 4-vertex path. max rainbow matching is APX-complete, even when restricted to properly edge-colored trees without an 8-vertex path, and is solvable in polynomial time for edge-colored trees without a 7-vertex path. max rainbow matching is APX-complete, even when restricted to properly edge-colored paths. These results provide a dichotomy theorem for the complexity of the problem on forests and trees in terms of forbidding paths. The latter is somewhat surprising, since, to the best of our knowledge, no (unweighted) graph problem prior to our result is known to be NP-hard for simple paths. We also address the parameterized complexity of the problem.
    [Show full text]
  • Linear Coloring of Graphs Raphael Yuster* Department of Mathematics, University of Haifa-ORANIM, Tivon 36006, Israel
    DISCRETE MATHEMATICS ELSEVIER Discrete Mathematics 185 (1998) 293-297 Note Linear coloring of graphs Raphael Yuster* Department of Mathematics, University of Haifa-ORANIM, Tivon 36006, Israel Received 27 September 1996; received in revised form 10 July 1997; accepted 28 July 1997 Abstract A proper vertex coloring of a graph is called linear if the subgraph induced by the vertices colored by any two colors is a set of vertex-disjoint paths. The linear chromatic number of a graph G, denoted by lc(G), is the minimum number of colors in a linear coloring of G. Extending a result of Alon, McDiarmid and Reed concerning acyclic graph colorings, we show that if G has maximum degree d then lc(G) = O(d3/2). We also construct explicit graphs with maximum degree d for which lc(G)= Q(d3/2), thus showing that the result is optimal, up to an absolute constant factor. (~) 1998 Elsevier Science B.V. All rights reserved I. Introduction All graphs considered here are finite, undirected and simple. For the standard graph- theoretic notations the reader is referred to [3]. A proper vertex coloring of a graph is called linear if the subgraph induced by the union of any two color classes is a linear forest, i.e. a set of vertex-disjoint paths. Let lc(G) be the minimum number of colors in a linear coloring of the graph G. We call lc(G) the linear chromatic number of G. A linear coloring is a special case of an acyclic coloring, where it is required that the subgraph induced by the union of any two color classes is a forest.
    [Show full text]
  • Short Tours Through Large Linear Forests
    Improved Approximations for Graph-TSP in Regular Graphs R Ravi Carnegie Mellon University Joint work with Uriel Feige (Weizmann), Satoru Iwata (U Tokyo), Jeremy Karp (CMU), Alantha Newman (G-SCOP) and Mohit Singh (MSR) 1 Graph TSP Given a connected unweighted graph, a tour is a closed walk that visits every vertex at least once. Objective: find shortest tour. Ideally – a Hamiltonian cycle. 2 3 A tour may use the same edge twice 4 A tour may use the same edge twice length 8x1 + 1x2 = 10 5 Results 1. Size 4n/3 in a graph with a spanning tree and a simple cycle on its odd nodes (WG14, joint with Satoru Iwata and Alantha Newman) “Regular graphs have short tours” 2. Size 9n/7 in cubic bipartite graphs (APPROX14, joint with Jeremy Karp) 1 3. Size (1 + 푂( ))n in d-regular graphs 푑 (IPCO14, joint with Uri Feige and Mohit Singh) 6 Main ideas for short tours 1. Augment spanning tree with carefully chosen edges 2. Delete carefully chosen edges from the whole graph 3. Augment cycle cover with few cycles 4. Augment path cover with few paths 7 General bounds In every connected n-vertex graph, the length of the shortest tour is between n and 2n-2. 8 9 Spanning tree lower bound 10 Double spanning tree edges, drop remaining edges 11 Christofides 1976 • A 3/2-approximation to graph TSP (and more generally, metric TSP). Tour composed of union of: • (minimum) Spanning tree. • Minimum T-join on odd-degree vertices. Gives a connected Eulerian graph (= tour).
    [Show full text]
  • Short Tours Through Large Linear Forests
    Short Tours through Large Linear Forests Uriel Feige1?, R. Ravi2??, and Mohit Singh3 1 Department of Computer Science, The Weizmann Institute, Rehovot, Israel. Email: [email protected]. 2 Tepper School of Business, Carnegie Mellon University. Email: [email protected] 3 Microsoft Research, Redmond, USA. Email:[email protected] Abstract. A tour in a graph is a connected walk that visits every vertex at least once, and returns to the starting vertex. Vishnoi [18] proved that every connected d-regular graph with n vertices has a tour of length at most (1 + o(1))n, where the o(1) term (slowly) tends to 0 as d grows. His proof is based on van-der-Warden’s conjecture (proved independently by Egorychev [8] and by Falikman [9]) regard- ing the permanent of doubly stochastic matrices. We provide an exponential im- provement in the rate of decrease of the o(1) term (thus increasing the range of d for which the upper bound on the tour length is nontrivial). Our proof does not use the van-der-Warden conjecture, and instead is related to the linear arboric- ity conjecture of Akiyama, Exoo and Harary [1], or alternatively, to a conjecture of Magnant and Martin [12] regarding the path cover number of regular graphs. More generally, for arbitrary connected graphs, our techniques provide an upper bound on the minimum tour length, expressed as a function of their maximum, average, and minimum degrees. Our bound is best possible up to a term that tends to 0 as the minimum degree grows. 1 Introduction A tour in a graph is a connected walk that starts at a vertex, visits every vertex of the graph at least once, and returns to the starting vertex.
    [Show full text]
  • A Status on the Linear Arboricity J
    A STATUS ON THE LINEAR ARBORICITY J. Akiyama Department of Mathematics, Nippon Ika University Kawasaki, Japan 211 Abstract. In a linear forest, each component is a path. The linear arboricity ~(G) of a graph G is defined in Harary [8] as the minimum number of linear forests whose union is G. This invariant first arose in a study [i0] of information retrieval in file systems. A quite similar covering invariant which is well known to the linear arboricity is the arboricity of a graph, which is defined as the minimum number of forests whose union is G. Nash-Williams [il] determined the arboricity of any graph, however only few results on the linear arbmricity are known. We shall present these discoveries and an open problem on this new invariant. i. £ntroduction In a linear forestr each component is a path° The linear arboricity ~(G) of a graph G is defined as the minimum number of linear forests whose union is G. All other defini£ions and texTainology employed in this paper can be found in Behzad, Chartrand and Lesniak-Foster [6] or Harary [9]. We now present a few fundamental results for specified families of graphs. Theorem i. If T is a tree with maximum degree ATr then (i) ~(T) = {AT/2}. Proof. The lower bound ~(T) ~ {AT/2} is obvious. Since tree T has maximum degree AT, its edge chromatic number X' (T) is equal to AT. Each subgraph induced by subsets of edges with two colors is a linear forest. Thus we obtain the upper bound: ~T) ~ {X' (T)/2 = {AT/2}.
    [Show full text]
  • Some Coloring Problems of Graphs Renyu Xu
    Some coloring problems of graphs Renyu Xu To cite this version: Renyu Xu. Some coloring problems of graphs. Discrete Mathematics [cs.DM]. Université Paris Saclay (COmUE); Shandong University (Jinan, Chine), 2017. English. NNT : 2017SACLS104. tel- 01561631 HAL Id: tel-01561631 https://tel.archives-ouvertes.fr/tel-01561631 Submitted on 13 Jul 2017 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. 2017SACLS104 THÈSE DE DOCTORAT DE SHANDONG UNIVERSITY ET DE L’UNIVERSITÉ PARIS-SACLAY PRÉPARÉE À L’UNIVERSITÉ PARIS-SUD ÉCOLE DOCTORALE N°580 Sciences et technologies de l’information et de la communication GRADUATE SCHOOL of Mathematics Spécialité Informatique Par Mme Renyu Xu Quelques problèmes de coloration du graphe Thèse présentée et soutenue à Jinan, le 27 Mai 2017 : Composition du Jury : M. Hongjian Lai, Professeur, West Virginia University, Présidente du Jury Mme Lianying Miao, Professeure, China University of Mining and Technology, Rapporteur Mme Yinghong Ma, Professeure, Shandong Normal University, Rapporteur M. Evripidis Bampis, Professeur, Université Paris VI, Rapporteur Mme Michèle Sebag, Directrice de Recherche CNRS, Examinatrice M. Yannis Manoussakis, Professeur, Directeur de thèse M. Jianliang Wu, Professeur, CoDirecteur de thèse Contents Abstract iii Re´sume´(Abstract in French) vii Symbol Description xiii Chapter 1 Introduction 1 1.1 Basic Definitions and Notations .
    [Show full text]
  • Extremal Problems for Forests in Graphs and Hypergraphs
    University of Montana ScholarWorks at University of Montana Graduate Student Theses, Dissertations, & Professional Papers Graduate School 2019 Extremal Problems for Forests in Graphs and Hypergraphs Omid Khormali Follow this and additional works at: https://scholarworks.umt.edu/etd Let us know how access to this document benefits ou.y Recommended Citation Khormali, Omid, "Extremal Problems for Forests in Graphs and Hypergraphs" (2019). Graduate Student Theses, Dissertations, & Professional Papers. 11483. https://scholarworks.umt.edu/etd/11483 This Dissertation is brought to you for free and open access by the Graduate School at ScholarWorks at University of Montana. It has been accepted for inclusion in Graduate Student Theses, Dissertations, & Professional Papers by an authorized administrator of ScholarWorks at University of Montana. For more information, please contact [email protected]. Extremal Problems for Forests in Graphs and Hypergraphs By Omid Khormali B.S., University of Tabriz, Tabriz, Iran M.S., Tarbiat Modares University, Tehran, Iran M.S., University of Montana, Missoula, USA Dissertation presented in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Mathematics University of Montana Missoula, MT December 2019 Approved by: Scott Whittenburg, Dean of the Graduate School Graduate School Dr. Cory Palmer, Chair Department of Mathematical Sciences, University of Montana Dr. Mark Kayll Department of Mathematical Sciences, University of Montana Dr. Brian Steele Department of Mathematical Sciences, University of Montana Dr. Daniel Johnston Mathematics and Statistics Department, Skidmore College Dr. John Chandler Department of Management and Marketing, University of Montana \In the name of God, the Most Gracious, the Most Merciful" To My Beloved Wife Khormali, Omid, Doctorate of Philosophy, December 2019 Mathematics Extremal problems for forests in graphs and hypergraphs Committee Chair: Cory Palmer, Ph.D.
    [Show full text]
  • On the Linear K-Arboricity of Regular Graphs
    More on the Linear k-arb oricity of Regular Graphs R. E. L. Aldred Department of Mathematics and Statistics University of Otago P.O. Box 56, Dunedin New Zealand Nicholas C. Wormald Department of Mathematics University of Melb ourne Parkville, VIC 3052 Australia Abstract Bermond et al. [2] conjectured that the edge set of a cubic graph G can b e partitioned into two linear k -forests, that is to saytwo forests whose connected comp onents are paths of length at most k , for all k 5. That the statement is valid for all k 18 was shown in [5 ] by Jackson and Wormald. Here we improve this b ound to 0 7 if G=3; k 9 otherwise. The result is also extended to d-regular graphs for d > 3, at the exp ense of increasing the numb er of forests to d 1. All graphs considered will b e nite. We shall refer to graphs which may contain lo ops or multiple edges as multigraphs and reserve the term graph for those which do not. A linear forest is a forest each of whose comp onents 1 are paths. The linear arboricity of a graph G, de ned by Harary [4], is the minimum numb er of linear forests required to partition E G and is denoted by laG. It was shown by Akiyama, Exo o and Harary [1] that laG = 2 when G is cubic. A linear k -forest is a forest consisting of paths of length at most k . The linear k -arboricity of G, intro duced by Bermond et al.
    [Show full text]