183 research outputs found

    On the complexity of some colorful problems parameterized by treewidth

    Get PDF
    In this paper,we study the complexity of several coloring problems on graphs, parameterizedby the treewidth of the graph.1. The List Coloring problem takes as input a graph G, togetherwith an assignment to each vertex v of a set of colors Cv. The problem is to determinewhether it is possible to choose a color for vertex v from the set of permitted colors Cv, for each vertex, so that the obtained coloring of G is proper. We show that this problem is W[1]-hard, parameterized by the treewidth of G. The closely related Precoloring Extension problem is also shown to be W[1]-hard, parameterized by treewidth.2. An equitable coloring of a graph G is a proper coloring of the verticeswhere the numbers of vertices having any two distinct colors differs by at most one.We show that the problem is hard forW[1], parameterized by the treewidth plus the number of colors.We also show that a list-based variation, List Equitable Coloring is W[1]-hard for forests, parameterizedby the number of colors on the lists.3. The list chromatic number χl(G) of a graph G is defined to be the smallest positive integer r, such that for every assignment to the vertices v of G, of a list Lv of colors, where each list has length at least r, there is a choice of one color fromeach vertex list Lv yielding a proper coloring of G. We show that the problem of determining whether χl(G) ≤ r, the ListChromatic Number problem, is solvable in linear time on graphs of constant treewidth

    The Graph Motif problem parameterized by the structure of the input graph

    Full text link
    The Graph Motif problem was introduced in 2006 in the context of biological networks. It consists of deciding whether or not a multiset of colors occurs in a connected subgraph of a vertex-colored graph. Graph Motif has been mostly analyzed from the standpoint of parameterized complexity. The main parameters which came into consideration were the size of the multiset and the number of colors. Though, in the many applications of Graph Motif, the input graph originates from real-life and has structure. Motivated by this prosaic observation, we systematically study its complexity relatively to graph structural parameters. For a wide range of parameters, we give new or improved FPT algorithms, or show that the problem remains intractable. For the FPT cases, we also give some kernelization lower bounds as well as some ETH-based lower bounds on the worst case running time. Interestingly, we establish that Graph Motif is W[1]-hard (while in W[P]) for parameter max leaf number, which is, to the best of our knowledge, the first problem to behave this way.Comment: 24 pages, accepted in DAM, conference version in IPEC 201

    Parameterized Complexity of Equitable Coloring

    Full text link
    A graph on nn vertices is equitably kk-colorable if it is kk-colorable and every color is used either ⌊n/k⌋\left\lfloor n/k \right\rfloor or ⌈n/k⌉\left\lceil n/k \right\rceil times. Such a problem appears to be considerably harder than vertex coloring, being NP-Complete\mathsf{NP\text{-}Complete} even for cographs and interval graphs. In this work, we prove that it is W[1]-Hard\mathsf{W[1]\text{-}Hard} for block graphs and for disjoint union of split graphs when parameterized by the number of colors; and W[1]-Hard\mathsf{W[1]\text{-}Hard} for K1,4K_{1,4}-free interval graphs when parameterized by treewidth, number of colors and maximum degree, generalizing a result by Fellows et al. (2014) through a much simpler reduction. Using a previous result due to Dominique de Werra (1985), we establish a dichotomy for the complexity of equitable coloring of chordal graphs based on the size of the largest induced star. Finally, we show that \textsc{equitable coloring} is FPT\mathsf{FPT} when parameterized by the treewidth of the complement graph

    Hitting forbidden subgraphs in graphs of bounded treewidth

    Get PDF
    We study the complexity of a generic hitting problem H-Subgraph Hitting, where given a fixed pattern graph HH and an input graph GG, the task is to find a set X⊆V(G)X \subseteq V(G) of minimum size that hits all subgraphs of GG isomorphic to HH. In the colorful variant of the problem, each vertex of GG is precolored with some color from V(H)V(H) and we require to hit only HH-subgraphs with matching colors. Standard techniques shows that for every fixed HH, the problem is fixed-parameter tractable parameterized by the treewidth of GG; however, it is not clear how exactly the running time should depend on treewidth. For the colorful variant, we demonstrate matching upper and lower bounds showing that the dependence of the running time on treewidth of GG is tightly governed by μ(H)\mu(H), the maximum size of a minimal vertex separator in HH. That is, we show for every fixed HH that, on a graph of treewidth tt, the colorful problem can be solved in time 2O(tμ(H))⋅∣V(G)∣2^{\mathcal{O}(t^{\mu(H)})}\cdot|V(G)|, but cannot be solved in time 2o(tμ(H))⋅∣V(G)∣O(1)2^{o(t^{\mu(H)})}\cdot |V(G)|^{O(1)}, assuming the Exponential Time Hypothesis (ETH). Furthermore, we give some preliminary results showing that, in the absence of colors, the parameterized complexity landscape of H-Subgraph Hitting is much richer.Comment: A full version of a paper presented at MFCS 201

    Homomorphisms are a good basis for counting small subgraphs

    Get PDF
    We introduce graph motif parameters, a class of graph parameters that depend only on the frequencies of constant-size induced subgraphs. Classical works by Lov\'asz show that many interesting quantities have this form, including, for fixed graphs HH, the number of HH-copies (induced or not) in an input graph GG, and the number of homomorphisms from HH to GG. Using the framework of graph motif parameters, we obtain faster algorithms for counting subgraph copies of fixed graphs HH in host graphs GG: For graphs HH on kk edges, we show how to count subgraph copies of HH in time kO(k)⋅n0.174k+o(k)k^{O(k)}\cdot n^{0.174k + o(k)} by a surprisingly simple algorithm. This improves upon previously known running times, such as O(n0.91k+c)O(n^{0.91k + c}) time for kk-edge matchings or O(n0.46k+c)O(n^{0.46k + c}) time for kk-cycles. Furthermore, we prove a general complexity dichotomy for evaluating graph motif parameters: Given a class C\mathcal C of such parameters, we consider the problem of evaluating f∈Cf\in \mathcal C on input graphs GG, parameterized by the number of induced subgraphs that ff depends upon. For every recursively enumerable class C\mathcal C, we prove the above problem to be either FPT or #W[1]-hard, with an explicit dichotomy criterion. This allows us to recover known dichotomies for counting subgraphs, induced subgraphs, and homomorphisms in a uniform and simplified way, together with improved lower bounds. Finally, we extend graph motif parameters to colored subgraphs and prove a complexity trichotomy: For vertex-colored graphs HH and GG, where HH is from a fixed class H\mathcal H, we want to count color-preserving HH-copies in GG. We show that this problem is either polynomial-time solvable or FPT or #W[1]-hard, and that the FPT cases indeed need FPT time under reasonable assumptions.Comment: An extended abstract of this paper appears at STOC 201
    • …
    corecore