Domination When the Stars Are Out∗

Total Page:16

File Type:pdf, Size:1020Kb

Domination When the Stars Are Out∗ Domination when the Stars Are Out∗ Danny Hermelin Matthias Mnich Erik Jan van Leeuwen Gerhard J. Woeginger January 16, 2019 Abstract We algorithmize the structural characterization for claw-free graphs by Chudnovsky and Seymour. Building on this result, we show that Dominating Set on claw-free graphs is (i) fixed-parameter tractable and (ii) even possesses a polynomial kernel. To complement these results, we establish that Dominating Set is unlikely to be fixed-parameter tractable on the slightly larger class of graphs that exclude K1;4 as an induced subgraph (K1;4-free graphs). We show that our algorithmization can also be used to show that the related Connected Dominating Set problem is fixed-parameter tractable on claw-free graphs. To complement that result, we show that Connected Dominating Set is unlikely to have a polynomial kernel on claw-free graphs and is unlikely to be fixed-parameter tractable on K1;4-free graphs. Combined, our results provide a dichotomy for Dominating Set and Connected Dominat- ing Set on K1;`-free graphs and show that the problem is fixed-parameter tractable if and only if ` ≤ 3. 1 Introduction (Connected) Dominating Set is the problem to determine whether a given graph G has a (connected) dominating set of size at most k. A subset D ⊆ V (G) is a dominating set if every ver- tex in G is either contained in D or adjacent to some vertex in D, and D is a connected dominating set if D is a dominating set and G[D] (the graph induced by D) is connected. Dominating sets play a prominent role in both algorithmics and combinatorics (see e.g. [46, 47]). Since the (Con- nected) Dominating Set problem is hard in its decision [54, 41], approximation [34, 43], and parameterized versions [26], research has focused on finding graph classes for which the problem becomes tractable. In this paper, we focus on the class of claw-free graphs. A graph is claw-free if no vertex has three pairwise nonadjacent neighbors, i.e. if it does not contain K1;3 as an induced subgraph. The class of claw-free graphs contains several well-studied graph classes, including line graphs, arXiv:1012.0012v3 [cs.DS] 14 Jan 2019 unit interval graphs, complements of triangle-free graphs, and graphs of several polyhedra and polytopes. Throughout the years, this graph class attracted much interest, and is by now the subject of hundreds of mathematical research papers; for an overview we refer to the survey by Faudree et al. [33]. In the context of algorithms, most research on claw-free graphs has focussed on the Indepen- dent Set problem. Building on Edmond's classical polynomial-time algorithm [29] for Inde- pendent Set on line graphs (better known as Matching), Sbihi [77] and Minty [67] (the latter ∗An extended abstract of this paper appeared in the proceedings of ICALP 2011, LNCS vol. 6755, Springer, Berlin, 2011, pp. 462{473. This work is supported by the People Programme (Marie Curie Actions) of the European Union's Seventh Framework Programme (FP7/2007-2013) under REA grant agreement number 631163.11, by the Israel Science Foundation (grant no. 551145/14), by the European Research Council under ERC Starting Grant 306465 (BeyondWorstCase), and by DFG grant MN 59/1-1. 1 corrected by Nakamura and Tamura [70]) already gave polynomial-time algorithms for Indepen- dent Set on claw-free graphs over 30 years ago. Recently, significantly faster algorithms have been discovered that follow a similar approach [31, 72]. In contrast to the Independent Set problem, however, Dominating Set is NP-complete on claw-free graphs. In fact, Dominating Set is NP-complete even on line graphs [82]. Nevertheless, Fernau [36] recently showed that Dominating Set on line graphs (also known as Edge Domi- nating Set) has an f(k) · nO(1) time algorithm, where k is the size of the solution, meaning that this problem is fixed-parameter tractable (see e.g. [19, 27, 28, 38]). Moreover, Fernau [36] showed that any instance of Dominating Set on line graphs can be reduced in polynomial time to have O(k2) vertices, which implies that the problem admits a polynomial kernel (see e.g. [19, 27, 28, 38]). Both results were recently slightly improved [81, 52]. It has been left an open question, however, whether such algorithms also exist for Dominating Set on claw-free graphs. In a wider picture, claw-free graphs are a member of the more general family of graphs that exclude K1;` as an induced subgraph for ` 2 N, i.e. `-claw-free graphs. These graphs generalize many important classes of geometric intersection graphs; for example, unit square graphs are K1;5-free, and unit disk graphs are K1;6-free. Marx showed that Dominating Set is W[1]- hard on unit square graphs when parameterized by the solution size k, implying it is W[1]-hard on K1;5-free graphs [66], which makes it unlikely that the problem is fixed-parameter tractable (see e.g. [19, 27, 28, 38]). However, the problem becomes trivial on K1;2-free graphs, since these graphs are just disjoint unions of cliques. Hence, the computational and parameterized complexity of Dominating Set has been left open on K1;3-free (claw-free) and K1;4-free graphs. In this paper, we resolve the question whether Dominating Set is fixed-parameter tractable on K1;3-free and/or K1;4-free graphs. We answer this same question also for the related Connected Dominating Set problem. Additionally, we determine the `-claw-free graphs on which these problems admit a polynomial kernel. These results combined completely settle the parameterized complexity of both problems on `-claw-free graphs. Our Results. In the first part of the paper, we present our main contribution: an algorith- mic version of a recent, highly nontrivial structural decomposition theorem for claw-free graphs by Chudnovsky and Seymour. This decomposition shows that every claw-free graph can be built by applying certain gluing operations to certain atomic structures. The proof that such a decomposition exists is contained in a sequence of seven papers by Chudnovsky and Sey- mour [10, 11, 12, 13, 14, 15, 16]; an accessible summary of the proof can be found in the an- nouncement of their results [9]. The original proof of their decomposition theorem, however, does not directly imply an algorithm to find the decomposition. In order to obtain our algorithmic decomposition theorem for claw-free graphs, we first develop polynomial-time algorithms that undo the aforementioned gluing operations (Sect. 3). These algorithms could be of independent interest, as the structures that these algorithms find are not specific to claw-free graphs. Then, we develop polynomial-time algorithms that recognize several of the atomic structures that make up claw-free graphs (Sect. 4). Finally, we make several changes to the proof of the original decomposition theorem by Chudnovsky and Seymour that simplify it and make it easier to algorithmize (Sect. 5). Finally, we put all these pieces together to give an algorithmic decomposition theorem for claw-free graphs that runs in O(n2m3=2) time (Sect. 6). The structural result for claw-free graphs that is implied by our algorithmic decomposition theorem is inspired by a claim of Chudnovsky and Seymour [9, Claim 3.1] in the announcement of their structural result for claw-free graphs. However, as far as we are aware, this claim is not explicitly proved in their final work [10, 11, 12, 13, 14, 15, 16]. Our algorithmic decomposition theorem can be seen as a variant or an interpretation of [9, Claim 3.1] with the hindsight of knowing the final work of Chudnovsky and Seymour, as well as an explicit proof and an algorithm to actually find the decomposition. In the second part of the paper, we apply our algorithmic decomposition theorem for claw-free graphs to establish the following: 2 • Dominating Set on claw-free graphs is fixed-parameter tractable when parameterized by the solution size. To be precise, we show that we can decide the existence of a dominating set of size at most k in 9k · O(n5) time when the graph is claw-free (Sect. 7). • Connected Dominating Set on claw-free graphs is fixed-parameter tractable when pa- rameterized by the solution size. To be precise, we show that we can decide the existence of a connected dominating set of size at most k in 36k · nO(1) time when the graph is claw-free (Sect. 8). This resolves an open question by Misra et al. [68]. • Dominating Set on claw-free graphs has a polynomial kernel when parameterized by the solution size. To be precise, we show that given a claw-free graph G and an integer k, we 3 can output a graph G0 with O(k ) vertices and an integer k0 such that G has a dominating set of size k if and only if G0 has a dominating set of size k0; the presented algorithm runs in O(n5) time (Sect. 9). In the third part of the paper (Sect. 10), we complement the above results and show that: • Dominating Set and Connected Dominating Set are W[1]-hard on K1;4-free graphs. • Connected Dominating Set has no polynomial kernel on claw-free graphs (even on line graphs), unless the polynomial hierarchy collapses to the third level. • Dominating Set and Connected Dominating Set on claw-free graphs (even on line graphs) cannot have an algorithm that runs in 2o(k)nO(1) time, where k is the size of the solution, unless the Exponential Time Hypothesis fails.
Recommended publications
  • List of NP-Complete Problems from Wikipedia, the Free Encyclopedia
    List of NP -complete problems - Wikipedia, the free encyclopedia Page 1 of 17 List of NP-complete problems From Wikipedia, the free encyclopedia Here are some of the more commonly known problems that are NP -complete when expressed as decision problems. This list is in no way comprehensive (there are more than 3000 known NP-complete problems). Most of the problems in this list are taken from Garey and Johnson's seminal book Computers and Intractability: A Guide to the Theory of NP-Completeness , and are here presented in the same order and organization. Contents ■ 1 Graph theory ■ 1.1 Covering and partitioning ■ 1.2 Subgraphs and supergraphs ■ 1.3 Vertex ordering ■ 1.4 Iso- and other morphisms ■ 1.5 Miscellaneous ■ 2 Network design ■ 2.1 Spanning trees ■ 2.2 Cuts and connectivity ■ 2.3 Routing problems ■ 2.4 Flow problems ■ 2.5 Miscellaneous ■ 2.6 Graph Drawing ■ 3 Sets and partitions ■ 3.1 Covering, hitting, and splitting ■ 3.2 Weighted set problems ■ 3.3 Set partitions ■ 4 Storage and retrieval ■ 4.1 Data storage ■ 4.2 Compression and representation ■ 4.3 Database problems ■ 5 Sequencing and scheduling ■ 5.1 Sequencing on one processor ■ 5.2 Multiprocessor scheduling ■ 5.3 Shop scheduling ■ 5.4 Miscellaneous ■ 6 Mathematical programming ■ 7 Algebra and number theory ■ 7.1 Divisibility problems ■ 7.2 Solvability of equations ■ 7.3 Miscellaneous ■ 8 Games and puzzles ■ 9 Logic ■ 9.1 Propositional logic ■ 9.2 Miscellaneous ■ 10 Automata and language theory ■ 10.1 Automata theory http://en.wikipedia.org/wiki/List_of_NP-complete_problems 12/1/2011 List of NP -complete problems - Wikipedia, the free encyclopedia Page 2 of 17 ■ 10.2 Formal languages ■ 11 Computational geometry ■ 12 Program optimization ■ 12.1 Code generation ■ 12.2 Programs and schemes ■ 13 Miscellaneous ■ 14 See also ■ 15 Notes ■ 16 References Graph theory Covering and partitioning ■ Vertex cover [1][2] ■ Dominating set, a.k.a.
    [Show full text]
  • Exponential Time Algorithms: Structures, Measures, and Bounds Serge Gaspers
    Exponential Time Algorithms: Structures, Measures, and Bounds Serge Gaspers February 2010 2 Preface Although I am the author of this book, I cannot take all the credit for this work. Publications This book is a revised and updated version of my PhD thesis. It is partly based on the following papers in conference proceedings or journals. [FGPR08] F. V. Fomin, S. Gaspers, A. V. Pyatkin, and I. Razgon, On the minimum feedback vertex set problem: Exact and enumeration algorithms, Algorithmica 52(2) (2008), 293{ 307. A preliminary version appeared in the proceedings of IWPEC 2006 [FGP06]. [GKL08] S. Gaspers, D. Kratsch, and M. Liedloff, On independent sets and bicliques in graphs, Proceedings of WG 2008, Springer LNCS 5344, Berlin, 2008, pp. 171{182. [GS09] S. Gaspers and G. B. Sorkin, A universally fastest algorithm for Max 2-Sat, Max 2- CSP, and everything in between, Proceedings of SODA 2009, ACM and SIAM, 2009, pp. 606{615. [GKLT09] S. Gaspers, D. Kratsch, M. Liedloff, and I. Todinca, Exponential time algorithms for the minimum dominating set problem on some graph classes, ACM Transactions on Algorithms 6(1:9) (2009), 1{21. A preliminary version appeared in the proceedings of SWAT 2006 [GKL06]. [FGS07] F. V. Fomin, S. Gaspers, and S. Saurabh, Improved exact algorithms for counting 3- and 4-colorings, Proceedings of COCOON 2007, Springer LNCS 4598, Berlin, 2007, pp. 65{74. [FGSS09] F. V. Fomin, S. Gaspers, S. Saurabh, and A. A. Stepanov, On two techniques of combining branching and treewidth, Algorithmica 54(2) (2009), 181{207. A preliminary version received the Best Student Paper award at ISAAC 2006 [FGS06].
    [Show full text]
  • A 2-Approximation Algorithm for the Minimum Weight Edge Dominating
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Discrete Applied Mathematics 118 (2002) 199–207 A 2-approximation algorithm for the minimum weight edge dominating set problem Toshihiro Fujitoa;∗, Hiroshi Nagamochib aDepartment of Electronics, Nagoya University, Furo, Chikusa, Nagoya 464-8603, Japan bDepartment of Information and Computer Sciences, Toyohashi University of Technology, Hibarigaoka, Tempaku, Toyohashi 441-8580, Japan Received 25 April 2000; revised 2 October 2000; accepted 16 October 2000 Abstract We present a polynomial-time algorithm approximating the minimum weight edge dominating set problem within a factor of 2. It has been known that the problem is NP-hard but, when edge weights are uniform (so that the smaller the better), it can be e4ciently approximated within a factor of 2. When general weights were allowed, however, very little had been known about its approximability, and only very recently was it shown to be approximable within a factor of 2 1 by reducing to the edge cover problem via LP relaxation. In this paper we extend the 10 approach given therein, by studying more carefully polyhedral structures of the problem, and obtain an improved approximation bound as a result. While the problem considered is as hard to approximate as the weighted vertex cover problem is, the best approximation (constant) factor known for vertex cover is 2 even for the unweighted case, and has not been improved in a long time, indicating that improving our result would be quite di4cult. ? 2002 Elsevier Science B.V. All rights reserved.
    [Show full text]
  • New Results on Directed Edge Dominating Set∗
    New Results on Directed Edge Dominating Set∗ R´emy Belmonte1, Tesshu Hanakay2, Ioannis Katsikarelis3, Eun Jung Kimz3, and Michael Lampisx3 1University of Electro-Communications, Chofu, Tokyo, 182-8585, Japan 2Department of Information and System Engineering, Chuo University, Tokyo, Japan 3Universit´eParis-Dauphine, PSL Research University, CNRS, UMR 7243, LAMSADE, 75016, Paris, France Abstract We study a family of generalizations of Edge Dominating Set on directed graphs called Directed (p; q)-Edge Dominating Set. In this problem an arc (u; v) is said to dominate itself, as well as all arcs which are at distance at most q from v, or at distance at most p to u. First, we give significantly improved FPT algorithms for the two most important cases of the problem, (0; 1)-dEDS and (1; 1)-dEDS (that correspond to versions of Dominating Set on line graphs), as well as polynomial kernels. We also improve the best-known approximation for these cases from logarithmic to constant. In addition, we show that (p; q)-dEDS is FPT parameterized by p + q + tw, but W-hard parameterized by tw (even if the size of the optimum is added as a second parameter), where tw is the treewidth of the underlying (undirected) graph of the input. We then go on to focus on the complexity of the problem on tournaments. Here, we provide a complete classification for every possible fixed value of p; q, which shows that the problem exhibits a surprising behavior, including cases which are in P; cases which are solvable in quasi-polynomial time but not in P; and a single case (p = q = 1) which is NP-hard (under randomized reductions) and cannot be solved in sub-exponential time, under standard assumptions.
    [Show full text]
  • Co-Degeneracy and Co-Treewidth: Using the Complement to Solve Dense Instances
    Co-Degeneracy and Co-Treewidth: Using the Complement to Solve Dense Instances Gabriel L. Duarte # Institute of Computing, Fluminense Federal University, Niterói, Brazil Mateus de Oliveira Oliveira # Department of Informatics, University of Bergen, Norway Uéverton S. Souza1 # Ñ Institute of Computing, Fluminense Federal University„ Niterói, Brazil Abstract Clique-width and treewidth are two of the most important and useful graph parameters, and several problems can be solved efficiently when restricted to graphs of bounded clique-width or treewidth. Bounded treewidth implies bounded clique-width, but not vice versa. Problems like Longest Cycle, Longest Path, MaxCut, Edge Dominating Set, and Graph Coloring are fixed-parameter tractable when parameterized by the treewidth, but they cannot besolved in FPT time when parameterized by the clique-width unless FPT = W[1], as shown by Fomin, Golovach, Lokshtanov, and Saurabh [SIAM J. Comput. 2010, SIAM J. Comput. 2014]. For a given problem that is fixed-parameter tractable when parameterized by treewidth, but intractable when parameterized by clique-width, there may exist infinite families of instances of bounded clique-width and unbounded treewidth where the problem can be solved efficiently. In this work, we initiate a systematic study of the parameters co-treewidth (the treewidth of the complement of the input graph) and co-degeneracy (the degeneracy of the complement of the input graph). We show that Longest Cycle, Longest Path, and Edge Dominating Set are FPT when parameterized by co-degeneracy. On the other hand, Graph Coloring is para-NP-complete when parameterized by co-degeneracy but FPT when parameterized by the co-treewidth. Concerning MaxCut, we give an FPT algorithm parameterized by co-treewidth, while we leave open the complexity of the problem parameterized by co-degeneracy.
    [Show full text]
  • Revising Johnson's Table for the 21St Century
    Revising Johnson’s table for the 21st century Celina M. H. de Figueiredoa, Alexsander A. de Meloa, Diana Sasakib, Ana Silvac aFederal University of Rio de Janeiro, Rio de Janeiro, Brazil bRio de Janeiro State University, Rio de Janeiro, Brazil cFederal University of Cear´a, Cear´a, Brazil Abstract What does it mean today to study a problem from a computational point of view? We focus on parameterized complexity and on Column 16 “Graph Restrictions and Their Effect” of D. S. Johnson’s Ongoing guide, where several puzzles were proposed in a summary table with 30 graph classes as rows and 11 problems as columns. Several of the 330 entries remain unclassified into Polynomial or NP-complete after 35 years. We provide a full dichotomy for the STEINER TREE column by proving that the problem is NP-complete when restricted to UNDIRECTED PATH graphs. We revise Johnson’s summary table according to the granularity provided by the parameterized complexity for NP-complete problems. Keywords: computational complexity, parameterized complexity, NP-complete, Steiner tree, dominating set 1. Graph Restrictions and Their Effect 35 Years Later The 1979 book Computers and Intractability, A Guide to the Theory of NP-complete- ness by Michael R. Garey and David S. Johnson [54] is considered the single most important book by the computational complexity community and it is known as The Guide, which we cite by [GJ]. The book was followed by The NP-completeness Col- umn: An Ongoing Guide where, from 1981 until 2007, D. S. Johnson continuously updated The Guide in 26 columns published first in the Journal of Algorithms and then in the ACM Transactions on Algorithms.
    [Show full text]
  • Bidimensionality: New Connections Between FPT Algorithms and Ptass
    Bidimensionality: New Connections between FPT Algorithms and PTASs Erik D. Demaine∗ MohammadTaghi Hajiaghayi∗ Abstract able whenever the parameter is reasonably small. In several We demonstrate a new connection between fixed-parameter applications, e.g., finding locations to place fire stations, we tractability and approximation algorithms for combinatorial prefer exact solutions at the cost of running time: we can optimization problems on planar graphs and their generaliza- afford high running time (e.g., several weeks of real time) tions. Specifically, we extend the theory of so-called “bidi- if the resulting solution builds fewer fire stations (which are mensional” problems to show that essentially all such prob- extremely expensive). lems have both subexponential fixed-parameter algorithms A general result of Cai and Chen [16] says that if and PTASs. Bidimensional problems include e.g. feedback an NP optimization problem has an FPTAS, i.e., a PTAS O(1) O(1) vertex set, vertex cover, minimum maximal matching, face with running time (1/ε) n , then it is fixed-parameter cover, a series of vertex-removal problems, dominating set, tractable. Others [10, 17] have generalized this result to any edge dominating set, r-dominating set, diameter, connected problem with an EPTAS, i.e., a PTAS with running time O(1) dominating set, connected edge dominating set, and con- f(1/ε)n for any function f. On the other hand, no nected r-dominating set. We obtain PTASs for all of these reverse transformation is possible in general, because for problems in planar graphs and certain generalizations; of example vertex cover is an NP optimization problem that is particular interest are our results for the two well-known fixed-parameter tractable but has no PTAS in general graphs problems of connected dominating set and general feedback (unless P = NP ).
    [Show full text]
  • New Results on Directed Edge Dominating Set
    New Results on Directed Edge Dominating Set Rémy Belmonte University of Electro-Communications, Chofu, Tokyo, 182-8585, Japan Tesshu Hanaka Department of Information and System Engineering, Chuo University, Tokyo, Japan Ioannis Katsikarelis Université Paris-Dauphine, PSL Research University, CNRS, UMR 7243 LAMSADE, 75016, Paris, France Eun Jung Kim1 Université Paris-Dauphine, PSL Research University, CNRS, UMR 7243 LAMSADE, 75016, Paris, France Michael Lampis2 Université Paris-Dauphine, PSL Research University, CNRS, UMR 7243 LAMSADE, 75016, Paris, France Abstract We study a family of generalizations of Edge Dominating Set on directed graphs called Dir- ected (p, q)-Edge Dominating Set. In this problem an arc (u, v) is said to dominate itself, as well as all arcs which are at distance at most q from v, or at distance at most p to u. First, we give significantly improved FPT algorithms for the two most important cases of the problem, (0, 1)-dEDS and (1, 1)-dEDS (that correspond to versions of Dominating Set on line graphs), as well as polynomial kernels. We also improve the best-known approximation for these cases from logarithmic to constant. In addition, we show that (p, q)-dEDS is FPT parameterized by p + q + tw, but W-hard parameterized just by tw, where tw is the treewidth of the underlying graph of the input. We then go on to focus on the complexity of the problem on tournaments. Here, we provide a complete classification for every possible fixed value of p, q, which shows that the problem exhibits a surprising behavior, including cases which are in P; cases which are solvable in quasi- polynomial time but not in P; and a single case (p = q = 1) which is NP-hard (under randomized reductions) and cannot be solved in sub-exponential time, under standard assumptions.
    [Show full text]
  • Exact Algorithms for Edge Domination
    Exact Algorithms for Edge Domination Johan M. M. van Rooij Hans L. Bodlaender Technical Report UU-CS-2007-051 December 2007 Department of Information and Computing Sciences Utrecht University, Utrecht, The Netherlands www.cs.uu.nl ISSN: 0924-3275 Department of Information and Computing Sciences Utrecht University P.O. Box 80.089 3508 TB Utrecht The Netherlands Exact Algorithms for Edge Domination ∗ Johan M. M. van Rooij and Hans L. Bodlaender Institute of Information and Computing Sciences, Utrecht University P.O.Box 80.089, 3508 TB Utrecht, The Netherlands {jmmrooij, hansb}@cs.uu.nl Abstract An edge dominating set in a graph G = (V,E) is a subset of the edges D ⊆ E such that every edge in E is adjacent or equal to some edge in D. The problem of finding an edge dominating set of minimum cardinality is NP-hard. We present a faster exact exponential time n algorithm for this problem. Our algorithm uses O(1.3226 ) time and polynomial space. The algorithm combines an enumeration approach of minimal vertex covers in the input graph with the branch and reduce paradigm. Its time bound is obtained using the measure and conquer technique. The algorithm is obtained by starting with a slower algorithm which is refined stepwise. In each of these refinement steps, the worst cases in the measure and conquer analysis of the current algorithm are reconsidered and a new branching strategy is proposed on one of these worst cases. In this way a series of algorithms appears, each one slightly faster than the previous, ending in the O(1.3226n ) time algorithm.
    [Show full text]
  • Approximation Hardness of Edge Dominating Set Problems∗
    Approximation hardness of edge dominating set problems∗ Miroslav Chleb´ık† & Janka Chleb´ıkov´a‡ Abstract We provide the first interesting explicit lower bounds on efficient ap- proximability for two closely related optimization problems in graphs, Minimum Edge Dominating Set and Minimum Maximal Matching. We show that it is NP-hard to approximate the solution of both problems 7 to within any constant factor smaller than 6 . The result extends with negligible loss to bounded degree graphs and to everywhere dense graphs. Keywords: minimum edge dominating set, minimum maximal matching, approximation lower bound, bounded degree graphs, everywhere dense graphs 1 Introduction An edge dominating set for a simple graph G = (V, E) is a subset D of E such that for all e E D there is an edge f D such that e and f are adjacent. The Minimum∈ Edge\ Dominating Set ∈problem (shortly, Min-Eds) asks to find an edge dominating set of minimum cardinality, eds(G) (resp. minimum total weight in weighted case). The decision version of Min-Eds was shown to be NP-complete even for planar (or bipartite) graphs of maximum degree 3 by Yannakakis and Gavril [18]. Later Horton and Kilakos extended their results showing NP-completeness also for planar bipartite graphs, line graphs, total graphs, perfect claw-free graphs, and planar 3-regular graphs [13]. On the other hand, the problem admits polynomial-time approximation scheme (PTAS) for planar graphs [1], or for λ-precision unit disk graphs [14]. Some special classes of graphs for which the problem is polynomially solvable have been discovered, e.g.
    [Show full text]
  • New Results on Directed Edge Dominating Set
    1 New Results on Directed Edge Dominating Set 2 Rémy Belmonte 3 University of Electro-Communications, Chofu, Tokyo, 182-8585, Japan 4 Tesshu Hanaka 5 Department of Information and System Engineering, Chuo University, Tokyo, Japan 6 Ioannis Katsikarelis 7 Université Paris-Dauphine, PSL Research University, CNRS, UMR 7243 8 LAMSADE, 75016, Paris, France 9 Eun Jung Kim 10 Université Paris-Dauphine, PSL Research University, CNRS, UMR 7243 11 LAMSADE, 75016, Paris, France 12 Michael Lampis 13 Université Paris-Dauphine, PSL Research University, CNRS, UMR 7243 14 LAMSADE, 75016, Paris, France 15 Abstract 16 We study a family of generalizations of Edge Dominating Set on directed graphs called 17 Directed (p, q)-Edge Dominating Set. In this problem an arc (u, v) is said to dominate 18 itself, as well as all arcs which are at distance at most q from v, or at distance at most p to u. 19 First, we give significantly improved FPT algorithms for the two most important cases of 20 the problem, (0, 1)-dEDS and (1, 1)-dEDS, as well as polynomial kernels. We also improve the 21 best-known approximation for these cases from logarithmic to constant. In addition, we show 22 that (p, q)-dEDS is FPT parameterized by p + q + tw, but W-hard parameterized just by tw, 23 where tw is the treewidth of the underlying graph of the input. 24 We then go on to focus on the complexity of the problem on tournaments. Here, we provide 25 a complete classification for every possible fixed value of p, q, which shows that the problem 26 exhibits a surprising behavior, including cases which are in P; cases which are solvable in quasi- 27 polynomial time but not in P; and a single case (p = q = 1) which is NP-hard (under randomized 28 reductions) and cannot be solved in sub-exponential time, under standard assumptions.
    [Show full text]
  • The Computational Complexity of Some Games and Puzzles with Theoretical Applications
    City University of New York (CUNY) CUNY Academic Works All Dissertations, Theses, and Capstone Projects Dissertations, Theses, and Capstone Projects 10-2014 The Computational Complexity of Some Games and Puzzles With Theoretical Applications Vasiliki Despoina Mitsou Graduate Center, City University of New York How does access to this work benefit ou?y Let us know! More information about this work at: https://academicworks.cuny.edu/gc_etds/326 Discover additional works at: https://academicworks.cuny.edu This work is made publicly available by the City University of New York (CUNY). Contact: [email protected] THE COMPUTATIONAL COMPLEXITY OF SOME GAMES AND PUZZLES WITH THEORETICAL APPLICATIONS by Vasiliki - Despoina Mitsou A dissertation submitted to the Graduate Faculty in Computer Science in partial fulfillment of the requirements for the degree of Doctor of Philosophy, The City University of New York 2014 This manuscript has been read and accepted for the Graduate Faculty in Computer Science in satisfaction of the dissertation requirements for the degree of Doctor of Philosophy. Amotz Bar-Noy Date Chair of Examining Committee Robert Haralick Date Executive Officer Matthew Johnson Noson Yanofsky Christina Zamfirescu Kazuhisa Makino Efstathios Zachos Supervisory Committee THE CITY UNIVERSITY OF NEW YORK ii abstract The Computational Complexity of Some Games and Puzzles with Theoretical Applications by Vasiliki Despoina Mitsou Adviser: Amotz Bar-Noy The subject of this thesis is the algorithmic properties of one- and two-player games people enjoy playing, such as Sudoku or Chess. Questions asked about puzzles and games in this context are of the following type: can we design efficient computer programs that play optimally given any opponent (for a two-player game), or solve any instance of the puzzle in question? We examine four games and puzzles and show algorithmic as well as intractability results.
    [Show full text]