Incidence Labeling Games on Incidence-Symmetric Graphs

Total Page:16

File Type:pdf, Size:1020Kb

Incidence Labeling Games on Incidence-Symmetric Graphs (2,∞)-INCIDENCE LABELING GAMES ON INCIDENCE-SYMMETRIC GRAPHS BY MS. NATTHAWAN SRIPHONG A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF SCIENCE (MATHEMATICS) DEPARTMENT OF MATHEMATICS AND STATISTICS FACULTY OF SCIENCE AND TECHNOLOGY THAMMASAT UNIVERSITY ACADEMIC YEAR 2018 COPYRIGHT OF THAMMASAT UNIVERSITY Ref. code: 25616009031029DVT (2,∞)-INCIDENCE LABELING GAMES ON INCIDENCE-SYMMETRIC GRAPHS BY MS. NATTHAWAN SRIPHONG A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF SCIENCE (MATHEMATICS) DEPARTMENT OF MATHEMATICS AND STATISTICS FACULTY OF SCIENCE AND TECHNOLOGY THAMMASAT UNIVERSITY ACADEMIC YEAR 2018 COPYRIGHT OF THAMMASAT UNIVERSITY Ref. code: 25616009031029DVT (1) Thesis Title (2,∞)-INCIDENCE LABELING GAMES ON INCIDENCE-SYMMETRIC GRAPHS Author Ms. Natthawan Sriphong Degree Master of Science (Mathematics) Department/Faculty/University Mathematics and Statistics Faculty of Science and Technology Thammasat University Thesis Advisor Nantapath Trakultraipruk, Ph.D. Academic Year 2018 ABSTRACT A(p,q)−incidence labeling game is a game of coloring on incidences of a graph G. There are two players, Alice and Bob (Alice begins). They alternately label an uncolored incidence of G with a color taken from a set of p colors, and each color can be used at most q times. Adjacent incidences must be labeled by different colors. We determine a winning strategy of a (2,∞)−incidence labeling game on an incidence-symmetric graph. Keywords : incidence labeling game, coloring game, incidence-symmetric graph Ref. code: 25616009031029DVT (2) ACKNOWLEDGEMENTS First of all, I would like to specially thank my wonderful thesis advisor, Dr.Nantapath Trakultraipruk, for his direction, gentleness in giving advice, and support throughout my research. This helped me to complete this thesis. I am also deeply thankful to my thesis committees, Associate Professor Dr.Wichai Witayakiattilerd, Assistant Professor Dr.Khajee Jantarakhajorn, and Assistant Professor Dr.Chanon Promsakon, who gave valuable comments. I also recognize the financial support of the Science Achievement Scholarship of Thailand. In addition, I would like to thank all the staff members from the Department of Mathematics and Statistics, Faculty of Science and Technology, Thammasat University, and all of my friends for their friendship. Finally, I would like to thank my parents for their love and support. This achievement would not have been possible without them. Natthawan Sriphong Ref. code: 25616009031029DVT (3) LIST OF FIGURES Figures Page 1.1 The graph G1 .............................. 1 1.2 Pairs of adjacent incidences . 2 1.3 Pairs of nonadjacent incidences . 2 1.4 Graphs G2 and G3 ........................... 2 1.5 A path P4 ................................ 2 1.6 A cycle C5 ................................ 3 1.7 A complete graph K6 .......................... 3 1.8 A bipartite graph G4 .......................... 3 1.9 The ladder graph L4 .......................... 4 1.10 The crown graph C4,4 ......................... 4 1.11 The friendship graph F4 ........................ 5 3.1 The incidence-symmetric graph G5 .................. 7 3.2 The non incidence-symmetric graph G6 ................ 8 3.3 The path Pn ............................... 9 3.4 The cycle Cn .............................. 11 3.5 The complete graph Kn ........................ 17 3.6 The ladder graph Ln .......................... 22 3.7 The crown graph Cn,n ......................... 26 3.8 The friendship graph Fn ........................ 29 Ref. code: 25616009031029DVT (4) TABLE OF CONTENTS Page ABSTRACT (1) ACKNOWLEDGEMENTS (2) LIST OF FIGURES (3) CHAPTER 1 INTRODUCTION 1 1.1 Basic Knowledge in Graph Theory . 1 1.2 Basic Knowledge in Game Theory . 5 CHAPTER 2 LITERATURE REVIEW 6 CHAPTER 3 (2,∞)-INCIDENCE LABELING GAMES 7 CHAPTER 4 CONCLUSION 36 REFERENCES 37 BIOGRAPHY 38 Ref. code: 25616009031029DVT 1 CHAPTER 1 INTRODUCTION In this chapter, we give some basic knowledge in graph theory and in game theory, which are used in this thesis. For notations and terminology in graph theory, we in general follow [4] and [7]. 1.1 Basic Knowledge in Graph Theory A graph G is a triple, which consists of a vertex set V (G), an edge set E(G), and a relation associating with each edge and two vertices (not necessarily different) called the endpoints. If an edge e has endpoints u and v, we write e = uv (the order does not count). Then u and v are said to be adjacent, and u and e are said to be incident. For example, let G1 be the graph shown in Figure 1.1. Then V (G1) = {v1,v2,v3,v4,v5} and E(G1) = {v1v2,v1v5,v2v3,v2v4,v3v4,v4v5}. v1 v3 v2 G1 : v5 v4 Figure 1.1: The graph G1 Let G be a graph. An incidence of G is defined as a pair (v,e), where v ∈ V (G) is incident to e ∈ E(G). Let I(G) denote the set of all incidences in G. Two distinct incidences (v,e) and (u,f) are adjacent in G if one of the following conditions holds: 1. v = u and e 6= f; 2. e = f and v 6= u; and 3. e = vu, f = uw, and v 6= w. For example, some pairs of adjacent incidences are shown in Figure 1.2, and Ref. code: 25616009031029DVT 2 some pairs of nonadjacent incidences are shown in Figure 1.3. Note that a white dot denotes a vertex, and a black dot on an edge denotes an incidence. Figure 1.2: Pairs of adjacent incidences Figure 1.3: Pairs of nonadjacent incidences A loop is an edge with the same endpoints. Multiple edges are edges, whose pair of endpoints are the same. A simple graph is a graph containing no loops or multiple edges. For example, in Figure 1.4, the graph G2 is a simple graph, but G3 is not a simple graph since it contains multiple edges. G2 : G3 : Figure 1.4: Graphs G2 and G3 A path is an alternating sequence of vertices and edges such that all vertices (except perhaps the first and the last vertices) are distinct. A path with n vertices is denoted by Pn. For example, a path P4 is shown in Figure 1.5. P4 : Figure 1.5: A path P4 Ref. code: 25616009031029DVT 3 A cycle is a path such that the first and the last vertices are the same. A cycle with n vertices is denoted by Cn. For example, a cycle C5 is shown in Figure 1.6. C5 : Figure 1.6: A cycle C5 A complete graph is a simple graph whose vertices are pairwise adjacent. A complete graph with n vertices is denoted by Kn. For example, a complete graph K6 is shown in Figure 1.7. K6 : Figure 1.7: A complete graph K6 A graph G is bipartite if we can partition V (G) into two subsets U and W , such that each edge of G joins a vertex in U and a vertex in W . For example, a bipartite graph G4 is shown in Figure 1.8. G4 : Figure 1.8: A bipartite graph G4 Ref. code: 25616009031029DVT 4 The ladder graph with 2n vertices is denoted by Ln. The vertex set of Ln is V (Ln) = U ∪ V , where U = {u1,u2,...,un} and V = {v1,v2,...,vn}. The edge set of Ln is E(Ln) = C ∪ D ∪ E, where C = {ci = uiui+1 : i ∈ {1,2,...,n − 1}}, D = {di = vivi+1 : i ∈ {1,2,...,n − 1}}, and E = {ei = uivi : i ∈ {1,2,...,n}}. For example, the ladder graph L4 is shown in Figure 1.9. e1 u1 v1 c1 d1 e2 u2 v2 L4 : c2 d2 e3 u3 v3 c3 d3 e4 u4 v4 Figure 1.9: The ladder graph L4 The crown graph with 2n vertices, denoted by Cn,n, is a bipartite graph with partite sets U = {u1,u2,...,un} and V = {v1,v2,...,vn}. The edge set is E(Cn,n) = {ei,j = uivj : i,j ∈ {1,2,...,n} and i 6= j}. For example, the crown graph C4,4 is shown in Figure 1.10. u1 v1 u2 v2 C4,4 : u3 v3 u4 v4 Figure 1.10: The crown graph C4,4 The friendship graph with 2n+1 vertices, denoted by Fn, is the graph with vertex set V (Fn) = {v0,v1,...,v2n} and edge set E(Fn) = E ∪ F , where E = {ej = v0vj : j ∈ {1,2,...,2n}} and F = {fk = vkvk+1 : k ∈ {1,3,...,2n−1}}. For example, the friendship graph F4 is shown in Figure 1.11. Ref. code: 25616009031029DVT 5 v1 f1 v2 v8 e1 e2 v3 e8 e3 F4 : f7 e e f3 7 v0 4 v7 e6 e5 v4 v6 f5 v5 Figure 1.11: The friendship graph F4 1.2 Basic Knowledge in Game Theory For notations and terminology in game theory, we in general follow [3] and [6]. Game theory is the logical analysis of situations of conflict and cooperation. A player is an agent who makes decisions in a game. A strategy is one of the possible actions of a player. A game is a situation which has at least two players, and each player has some possible strategies. A game is finite if these are a finite number of players and moves that a players can make. A game has perfect information if all players are aware of all aspects of the game until the game is over. Chess and tic-tac-toe are examples of perfect information games. Card games such as bridge and poker where each player’s cards are hidden are examples of imperfect information games. Theorem 1.1. [8] In any finite two-person game of perfect information, if the game cannot end in a draw, then one of the players must have a winning strategy. Ref. code: 25616009031029DVT 6 CHAPTER 2 LITERATURE REVIEW A graph coloring game was introduced by Bodlaender [2].
Recommended publications
  • Arxiv:2006.03188V2 [Math.CO] 13 Jun 2020 Eerhcuclo Aaa(NSERC)
    A NOTE ON THE CONNECTED GAME COLORING NUMBER PETER BRADSHAW Abstract. We consider the connected game coloring number of a graph, introduced by Charpentier et al. as a game theoretic graph parameter that measures the degeneracy of a graph with respect to a connected version of the graph marking game. We establish bounds for the connected game coloring number of graphs of bounded treedepth and of k-trees. We also show that there exists an outerplanar 2-tree with connected game coloring number 5, which answers a question from [C. Charpentier, H. Hocquard, E. Sopena, and X. Zhu. A connected version of the graph coloring game. Discrete Appl. Math., 2020]. 1. Introduction Let G be a finite graph. The coloring game on G, introduced by Bodlaender [1], is defined as follows. Two players, Alice and Bob, take turns coloring vertices of G using colors from a set of k colors. On each player’s move, the player chooses an uncolored vertex from V (G) and colors this vertex with one of the k given colors. Alice moves first, and on each turn, both players are forbidden from coloring a vertex v with a color already used at a neighbor of v; that is, both players must color G properly. The game continues until all of G is colored or there is no legal move. Alice’s goal is to complete a proper coloring on G, and Bob’s goal is to reach a game state in which G has at least one uncolored vertex but no move is legal. The game chromatic number of G, written χg(G), is defined as the minimum integer k for which Alice has a winning strategy in the coloring game played with k colors.
    [Show full text]
  • Deciding the On-Line Chromatic Number of a Graph with Pre-Coloring Is PSPACE-Complete
    Deciding the On-line Chromatic Number of a Graph with Pre-Coloring is PSPACE-Complete Christian Kudahl University of Southern Denmark [email protected] July 7, 2014 Christian Kudahl (IMADA) On-line Chromatic Number July 7, 2014 1 / 20 When vertex, v, is revealed, it is revealed which vertices it is adjacent to (among those that were previously revealed). The algorithm assigns a color to v dierent from the colors it is already adjacent to. The color cannot be changed later. The goal is to use as few colors as possible. On-line graph coloring The vertices of a graph are revealed one by one. Christian Kudahl (IMADA) On-line Chromatic Number July 7, 2014 2 / 20 The algorithm assigns a color to v dierent from the colors it is already adjacent to. The color cannot be changed later. The goal is to use as few colors as possible. On-line graph coloring The vertices of a graph are revealed one by one. When vertex, v, is revealed, it is revealed which vertices it is adjacent to (among those that were previously revealed). Christian Kudahl (IMADA) On-line Chromatic Number July 7, 2014 2 / 20 The goal is to use as few colors as possible. On-line graph coloring The vertices of a graph are revealed one by one. When vertex, v, is revealed, it is revealed which vertices it is adjacent to (among those that were previously revealed). The algorithm assigns a color to v dierent from the colors it is already adjacent to. The color cannot be changed later.
    [Show full text]
  • Total Game Coloring of Graphs
    TOTAL GAME COLORING OF GRAPHS T. BARTNICKI AND Z. MIECHOWICZ Abstract. Total variant of well known graph coloring game is considered. We determine ′′ exact values of χg for some classes of graphs and show that total game chromatic number is bounded from above by ∆ + 3∆+. We also show relation between total game coloring number and game coloring index. 1. Introduction Graph coloring game was first introduced in 1981 [6] by Steven Brams, but only after ten years graph game parameters were first time considered in mathematical paper [4] by Bod- laender. Various variants of graph coloring game have been studied until now. Profoundly explored is the original version of the game, in which players alternately color vertices of given graph (see survey [2]), but there is also a lot of results about game chromatic index, the parameter connected with game in which players color edges of a graph ([1],[3],[5]). Natural extension of this research is to consider a game in which players color both, vertices and edges of a graph. Let a graph G and a set of colors C be given. Total graph coloring game is a game with the following rules: • Two players, Alice and Bob alternately color vertices and edges of G, using colors from C with Alice playing first, • both players have to respect proper coloring rule: in each moment of the game each pair of incident objects in graph G (i.e. vertex-vertex, vertex-edge, edge-edge) have to receive different colors, • Alice wins if whole graph has been colored properly with available colors and Bob otherwise.
    [Show full text]
  • UNIVERSITY of CALIFORNIA, SAN DIEGO Coloring Triangle-Free Graphs and Network Games a Dissertation Submitted in Partial Satisfac
    UNIVERSITY OF CALIFORNIA, SAN DIEGO Coloring Triangle-Free Graphs and Network Games A dissertation submitted in partial satisfaction of the requirements for the degree Doctor of Philosophy in Mathematics by Mohammad Shoaib Jamall Committee in charge: Professor Fan Chung Graham, Chair Professor Nageeb Ali Professor Samuel Buss Professor Ronald Graham Professor Jacques Verstraete 2011 Copyright Mohammad Shoaib Jamall, 2011 All rights reserved. The dissertation of Mohammad Shoaib Jamall is approved, and it is acceptable in quality and form for publication on microfilm: Chair University of California, San Diego 2011 iii TABLE OF CONTENTS Signature Page . iii Table of Contents . iv List of Figures . vi Acknowledgements . vii Vita and Publications . viii Abstract . ix Chapter 1 A brief introduction to graph coloring . 1 1.1 Graph coloring is hard . 3 1.2 Brooks' theorem . 4 1.3 Four colors suffice for a planar graph . 5 Chapter 2 Using probability to investigate graph coloring . 6 2.1 The Lovasz Local Lemma . 7 2.2 Talagrand's inequality and a bound on the chromatic number of triangle-free graphs . 8 2.3 The semi-random method . 9 Chapter 3 A Brooks' theorem for triangle-free graphs . 11 3.1 Introduction . 11 3.2 An Iterative Algorithm for Coloring a Graph . 12 3.2.1 A Sketch of the Algorithm and the Ideas behind its Analysis . 13 3.2.2 A Formal Description of the Algorithm . 17 3.3 The Main Theorem . 19 3.3.1 Bounding the Error Estimate in all Concentration Inequalities . 20 3.4 Several Useful Inequalities . 22 3.5 Proof of the Main Lemma .
    [Show full text]
  • On Characterizing Game-Perfect Graphs by Forbidden Induced Subgraphs
    Volume 7, Number 1, Pages 21{34 ISSN 1715-0868 ON CHARACTERIZING GAME-PERFECT GRAPHS BY FORBIDDEN INDUCED SUBGRAPHS STEPHAN DOMINIQUE ANDRES Abstract. A graph G is called g-perfect if, for any induced subgraph H of G, the game chromatic number of H equals the clique number of H. A graph G is called g-col-perfect if, for any induced subgraph H of G, the game coloring number of H equals the clique number of H. In this paper we characterize the classes of g-perfect resp. g-col-perfect graphs by a set of forbidden induced subgraphs. Moreover, we study similar notions for variants of the game chromatic number, namely B-perfect and [A; B]-perfect graphs, and for several variants of the game coloring number, and characterize the classes of these graphs. 1. Introduction A well-known maker-breaker game is one of Bodlaender's graph coloring games [9]. We are given an initially uncolored graph G and a color set C. Two players, Alice and Bob, move alternately with Alice beginning. A move consists in coloring an uncolored vertex with a color from C in such a way that adjacent vertices receive distinct colors. The game ends if no move is possible any more. The maker Alice wins if the vertices of the graph are completely colored, otherwise, i.e. if there is an uncolored vertex surrounded by colored vertices of each color, the breaker Bob wins. For a graph G, the game chromatic number χg(G) of G is the smallest cardinality of a color set C such that Alice has a winning strategy in the game described above.
    [Show full text]
  • Asymmetric Game Perfect Graphs and the Circular Coloring Game of Weighted Graphs
    Asymmetric Game Perfect Graphs and the Circular Coloring Game of Weighted Graphs Dissertation zur Erlangung des Doktorgrades an der Fakulta¨t fu¨r Mathematik der Universita¨t Bielefeld vorgelegt von Panagiotis Zacharopoulos Oktober, 2011 ii Erster Gutachter: Prof. Dr. Michael Baake Zweiter Gutachter: Prof. Dr. Eckhard Steffen Contents 1 Preliminaries 1 2 Asymmetric Game Perfect Graphs 5 2.1 Asymmetric Game Perfect Graphs . 7 2.2 A(1;n)-Game Perfect Graphs with Clique Number 2 . 8 2.3 B(1;n)-Game Perfect Graphs with Clique Number 2 . 11 2.4 B(n;1)-Game Perfect Graphs with Clique Number 2 . 12 2.5 Construction of B(n;1)-Nice Graphs with Clique Number 2 . 23 2.6 A(n;1)-Game Perfect Graphs with Clique Number 2 . 24 2.7 (n; 1)-Game Perfect Graphs with Clique Number 2 . 32 2.8 (1; n)-Game Perfect Graphs with Clique Number 2 . 34 2.9 (n; m)-Game Perfect Graphs with Clique Number 2 and n; m ≥ 2 34 3 The Circular Two-Person Game on Weighted Graphs 37 3.1 The Circular Two-Person Game on Weighted Graphs . 39 3.2 The Circular Game Chromatic Number of Weighted Complete Graphs . 43 3.3 The Circular Game Chromatic Number of Weighted Complete Multipartite Graphs . 54 3.4 The Circular Game Chromatic Number of Weighted Cycles . 78 3.5 The Circular Game Chromatic Number of Weighted Trees . 83 iii iv CONTENTS 3.6 The Circular Game Chromatic Number of Weighted Planar Graphs . 86 3.6.1 The Circular Marking Game on Weighted Graphs .
    [Show full text]
  • Arxiv:1911.10363V1 [Cs.DM] 23 Nov 2019
    Hardness of some variants of the graph coloring game Thiago Marcilon1, Nicolas Martins2, and Rudini Sampaio3 1 Centro de Ciˆencias e Tecnologia, Univ. Federal do Cariri, Juazeiro do Norte, Brazil. [email protected] 2 Univ. Integra¸c˜ao Internacional Lusofonia Afrobrasileira Unilab, Reden¸c˜ao, Brazil. [email protected] 3 Departamento de Computa¸c˜ao, Universidade Federal do Cear´a, Fortaleza, Brazil. [email protected] Abstract. Very recently, a long-standing open question proposed by Bodlaender in 1991 was answered: the graph coloring game is PSPACE- complete. In 2019, Andres and Lock proposed five variants of the graph coloring game and left open the question of PSPACE-hardness related to them. In this paper, we prove that these variants are PSPACE-complete for the graph coloring game and also for the greedy coloring game, even if the number of colors is the chromatic number. Finally, we also prove that a connected version of the graph coloring game, proposed by Charpentier et al. in 2019, is PSPACE-complete. Keywords: Coloring game, game chromatic number, greedy coloring, Grundy number, PSPACE 1 Introduction In the graph coloring game, given a graph G and a set C of integers (representing the color set), two players (Alice and Bob) alternate turns (starting with Alice) in choosing an uncolored vertex to be colored by an integer of C not already arXiv:1911.10363v1 [cs.DM] 23 Nov 2019 assigned to one of its colored neighbors. In the greedy coloring game, there is one additional constraint: the vertices must be colored by the least possible integer of C.
    [Show full text]
  • Arxiv:2008.13275V2 [Math.CO] 25 Sep 2020
    GRAPH COLORINGS WITH RESTRICTED BICOLORED SUBGRAPHS: II. THE GRAPH COLORING GAME PETER BRADSHAW Abstract. We consider the graph coloring game, a game in which two players take turns properly coloring the vertices of a graph, with one player attempting to complete a proper coloring, and the other player attempting to prevent a proper coloring. We show that if a graph G has a proper coloring in which the game coloring number of each bicolored subgraph if bounded, then the game chromatic number of G is bounded. As a corollary to this result, we show that for two graphs G1 and G2 with bounded game coloring number, the Cartesian product G1G2 has bounded game chromatic number, answering a question of X. Zhu. We also obtain an upper bound on the game chromatic number of the strong product G1 ⊠ G2 of two graphs. 1. Introduction The graph coloring game is a game played on a finite graph G with perfect information by two players, Alice and Bob. In the graph coloring game, Alice moves first, and Alice and Bob take turns coloring vertices of G. On each player’s turn, the player chooses an uncolored vertex v V (G) and colors v using a color from a predetermined set S. Each player must color G properly on each turn;∈ that is, a player may not color a vertex v with a color that appears in the neighborhood of v. Alice wins the game if each vertex of G is properly colored, and Bob wins the game if every color of S appears in the neighborhood of some uncolored vertex v, as this means that v can never be properly colored.
    [Show full text]
  • Game-Perfect Graphs
    Game-perfect graphs Stephan Dominique Andres Zentrum f¨ur angewandte Informatik K¨oln University of Cologne, Weyertal 80, 50931 K¨oln, Germany Abstract A graph coloring game introduced by Bodlaender [3] as coloring construction game is the following. Two players, Alice and Bob, alternately color vertices of a given graph G with a color from a given color set C, so that adjacent vertices receive distinct colors. Alice has the first move. The game ends if no move is possible any more. Alice wins if every vertex of G is colored at the end, otherwise Bob wins. We consider two variants of Bodlaender’s graph coloring game: one (A) in which Alice has the right to have the first move and to miss a turn, the other (B) in which Bob has these rights. These games define the A-game chromatic number resp. the B-game chromatic number of a graph. For such a variant g, a graph G is g-perfect if, for every induced subgraph H of G, the clique number of H equals the g-game chromatic number of H. We determine those graphs for which the game chromatic numbers are 2 and prove that the triangle-free B-perfect graphs are exactly the forests of stars, and the triangle-free A-perfect graphs are exactly the graphs each component of which is a complete bipartite graph or a complete bipartite graph minus one edge or a singleton. From these results we may easily derive the set of triangle-free game- perfect graphs with respect to Bodlaender’s original game.
    [Show full text]
  • Integer Programming in Parameterized Complexity: Five Miniatures✩
    Discrete Optimization xxx (xxxx) xxx Contents lists available at ScienceDirect Discrete Optimization www.elsevier.com/locate/disopt Integer programming in parameterized complexity: Five miniaturesI Tomáš Gavenčiak a, Martin Koutecký a,1, Dušan Knop b,∗,2 a Computer Science Institute of Charles University, Faculty of Mathematics and Physics, Charles University, Malostranské náměstí 25, Praha, Czech Republic b Department of Theoretical Computer Science, Faculty of Information Technology, Czech Technical University in Prague, Thákurova 9, Praha, Czech Republic article info a b s t r a c t Article history: Powerful results from the theory of integer programming have recently led to Received 31 December 2018 substantial advances in parameterized complexity. However, our perception is Received in revised form 14 May 2020 that, except for Lenstra’s algorithm for solving integer linear programming in Accepted 25 June 2020 fixed dimension, there is still little understanding in the parameterized complexity Available online xxxx community of the strengths and limitations of the available tools. This is un- Keywords: derstandable: it is often difficult to infer exact runtimes or even the distinction Graph coloring between FPT and XP algorithms, and some knowledge is simply unwritten folklore Sum-coloring in a different community. We wish to make a step in remedying this situation. Parameterized complexity To that end, we first provide an easy to navigate quick reference guide of integer programming algorithms from the perspective of parameterized complexity. Then, we show their applications in three case studies, obtaining FPT algorithms with runtime f(k)poly(n). We focus on: • Modeling: since the algorithmic results follow by applying existing algorithms to new models, we shift the focus from the complexity result to the modeling result, highlighting common patterns and tricks which are used.
    [Show full text]
  • 16 Mar 2020 a Connected Version of the Graph Coloring Game
    A Connected Version of the Graph Coloring Game Cl´ement Charpentier 1 Herv´eHocquard 2 Eric´ Sopena 2 Xuding Zhu 3 March 17, 2020 Abstract The graph coloring game is a two-player game in which, given a graph G and a set of k colors, the two players, Alice and Bob, take turns coloring properly an uncolored vertex of G, Alice having the first move. Alice wins the game if and only if all the vertices of G are colored. The game chromatic number of a graph G is then defined as the smallest integer k for which Alice has a winning strategy when playing the graph coloring game on G with k colors. In this paper, we introduce and study a new version of the graph coloring game by requiring that the starting graph is connected and, after each player’s turn, the subgraph induced by the set of colored vertices is connected. The connected game chromatic number of a connected graph G is then the smallest integer k for which Alice has a winning strategy when playing the connected graph coloring game on G with k colors. We prove that the connected game chromatic number of every connected outerplanar graph is at most 5 and that there exist connected outerplanar graphs with connected game chromatic number 4. Moreover, we prove that for every integer k ≥ 3, there exist connected bipartite graphs on which Bob wins the connected coloring game with k colors, while Alice wins the connected coloring game with two colors on every connected bipartite graph.
    [Show full text]
  • New York Journal of Mathematics Algebras, Synchronous Games, And
    New York Journal of Mathematics New York J. Math. 25 (2019) 328{361. Algebras, synchronous games, and chromatic numbers of graphs J. William Helton, Kyle P. Meyer, Vern I. Paulsen and Matthew Satriano Abstract. We associate to each synchronous game a *-algebra whose representations determine whether the game has a perfect determin- istic strategy, perfect quantum strategy or one of several other types of strategies studied in the theory of non-local games. Applying these results to the graph coloring game allows us to develop a correspon- dence between various chromatic numbers of a graph and the question of whether ideals in a free algebra are proper; this latter question can then be approached via non-commutative Gr¨obnerbasis methods. Fur- thermore, we introduce several new chromatic numbers guided by the algebra. One of these new chromatic numbers, χalg, is called the alge- braic chromatic number, and one of our main results is the algebraic 4-colorability theorem: all graphs G satisfy χalg(G) ≤ 4. Contents 1. Introduction 329 2. Synchronous games and strategies 331 2.1. Definitions of games and strategies 331 2.2. A few properties of strategies 336 3. The *-algebra of a synchronous game 336 3.1. Relations, generators, and the basic *-algebra 336 3.2. Hereditary chromatic number χhered 338 ∗ 3.3. The C -chromatic number χC∗ 340 3.4. Determining if an ideal is hereditary 341 3.5. Clique numbers 341 4. The case of 1, 2 and 3 colors 342 5. *-Algebra versus free algebra 343 Received August 9, 2018. 2000 Mathematics Subject Classification.
    [Show full text]