9 research outputs found

    Covering minimal separators and potential maximal cliques in PtP_t-free graphs

    Full text link
    A graph is called PtP_t-free} if it does not contain a tt-vertex path as an induced subgraph. While P4P_4-free graphs are exactly cographs, the structure of PtP_t-free graphs for t5t \geq 5 remains little understood. On one hand, classic computational problems such as Maximum Weight Independent Set (MWIS) and 33-Coloring are not known to be NP-hard on PtP_t-free graphs for any fixed tt. On the other hand, despite significant effort, polynomial-time algorithms for MWIS in P6P_6-free graphs~[SODA 2019] and 33-Coloring in P7P_7-free graphs~[Combinatorica 2018] have been found only recently. In both cases, the algorithms rely on deep structural insights into the considered graph classes. One of the main tools in the algorithms for MWIS in P5P_5-free graphs~[SODA 2014] and in P6P_6-free graphs~[SODA 2019] is the so-called Separator Covering Lemma that asserts that every minimal separator in the graph can be covered by the union of neighborhoods of a constant number of vertices. In this note we show that such a statement generalizes to P7P_7-free graphs and is false in P8P_8-free graphs. We also discuss analogues of such a statement for covering potential maximal cliques with unions of neighborhoods

    Maximum Independent Set when excluding an induced minor: K1+tK2K_1 + tK_2 and tC3C4tC_3 \uplus C_4

    Full text link
    Dallard, Milani\v{c}, and \v{S}torgel [arXiv '22] ask if for every class excluding a fixed planar graph HH as an induced minor, Maximum Independent Set can be solved in polynomial time, and show that this is indeed the case when HH is any planar complete bipartite graph, or the 5-vertex clique minus one edge, or minus two disjoint edges. A positive answer would constitute a far-reaching generalization of the state-of-the-art, when we currently do not know if a polynomial-time algorithm exists when HH is the 7-vertex path. Relaxing tractability to the existence of a quasipolynomial-time algorithm, we know substantially more. Indeed, quasipolynomial-time algorithms were recently obtained for the tt-vertex cycle, CtC_t [Gartland et al., STOC '21] and the disjoint union of tt triangles, tC3tC_3 [Bonamy et al., SODA '23]. We give, for every integer tt, a polynomial-time algorithm running in nO(t5)n^{O(t^5)} when HH is the friendship graph K1+tK2K_1 + tK_2 (tt disjoint edges plus a vertex fully adjacent to them), and a quasipolynomial-time algorithm running in nO(t2logn)+tO(1)n^{O(t^2 \log n)+t^{O(1)}} when HH is tC3C4tC_3 \uplus C_4 (the disjoint union of tt triangles and a 4-vertex cycle). The former extends a classical result on graphs excluding tK2tK_2 as an induced subgraph [Alekseev, DAM '07], while the latter extends Bonamy et al.'s result.Comment: 15 pages, 2 figure

    Maximum Independent Set When Excluding an Induced Minor: K? + tK? and tC? ? C?

    Get PDF

    Graphs with polynomially many minimal separators

    Get PDF
    We show that graphs that do not contain a theta, pyramid, prism, or turtle as an induced subgraph have polynomially many minimal separators. This result is the best possible in the sense that there are graphs with exponentially many minimal separators if only three of the four induced subgraphs are excluded. As a consequence, there is a polynomial time algorithm to solve the maximum weight independent set problem for the class of (theta, pyramid, prism, turtle)-free graphs. Since every prism, theta, and turtle contains an even hole, this also implies a polynomial time algorithm to solve the maximum weight independent set problem for the class of (pyramid, even hole)-free graphs

    Maximum Weight Independent Set in Graphs with no Long Claws in Quasi-Polynomial Time

    Full text link
    We show that the \textsc{Maximum Weight Independent Set} problem (\textsc{MWIS}) can be solved in quasi-polynomial time on HH-free graphs (graphs excluding a fixed graph HH as an induced subgraph) for every HH whose every connected component is a path or a subdivided claw (i.e., a tree with at most three leaves). This completes the dichotomy of the complexity of \textsc{MWIS} in F\mathcal{F}-free graphs for any finite set F\mathcal{F} of graphs into NP-hard cases and cases solvable in quasi-polynomial time, and corroborates the conjecture that the cases not known to be NP-hard are actually polynomial-time solvable. The key graph-theoretic ingredient in our result is as follows. Fix an integer t1t \geq 1. Let St,t,tS_{t,t,t} be the graph created from three paths on tt edges by identifying one endpoint of each path into a single vertex. We show that, given a graph GG, one can in polynomial time find either an induced St,t,tS_{t,t,t} in GG, or a balanced separator consisting of \Oh(\log |V(G)|) vertex neighborhoods in GG, or an extended strip decomposition of GG (a decomposition almost as useful for recursion for \textsc{MWIS} as a partition into connected components) with each particle of weight multiplicatively smaller than the weight of GG. This is a strengthening of a result of Majewski et al.\ [ICALP~2022] which provided such an extended strip decomposition only after the deletion of \Oh(\log |V(G)|) vertex neighborhoods. To reach the final result, we employ an involved branching strategy that relies on the structural lemma presented above.Comment: 58 pages, 4 figure

    LIPIcs, Volume 274, ESA 2023, Complete Volume

    Get PDF
    LIPIcs, Volume 274, ESA 2023, Complete Volum

    Feedback Vertex Set and Even Cycle Transversal for H-free graphs: Finding large block graphs

    Get PDF
    We prove new complexity results for Feedback Vertex Set and Even Cycle Transversal on H-free graphs, that is, graphs that do not contain some fixed graph H as an induced subgraph. In particular, we prove that for every s \geq 1, both problems are polynomial-time solvable for sP3-free graphs and (sP1 + P5)-free graphs; here, the graph sP3 denotes the disjoint union of s paths on three vertices and the graph sP1 + P5 denotes the disjoint union of s isolated vertices and a path on five vertices. Our new results for Feedback Vertex Set extend all known polynomial-time results for Feedback Vertex Set on H-free graphs, namely for sP2-free graphs [Chiarelli et al., Theoret. Comput. Sci., 705 (2018), pp. 75--83], (sP1 +P3)-free graphs [Dabrowski et al., Algorithmica, 82 (2020), pp. 2841--2866] and P5-free graphs [Abrishami et al., Induced subgraphs of bounded treewidth and the container method, in Proceedings of the 2021 ACM-SIAM Symposium on Discrete Algorithms (SODA), SIAM, Philadelphia, 2021, pp. 1948--1964]. Together, the new results also show that both problems exhibit the same behavior on H-free graphs (subject to some open cases). This is in part due to a new general algorithm we design for finding in a (sP3)-free or (sP1 + P5)-free graph G a largest induced subgraph whose blocks belong to some finite class \scrC of graphs. We also compare our results with the state-of-the-art results for the Odd Cycle Transversal problem, which is known to behave differently on H-free graphs
    corecore