English

Induced Disjoint Paths in AT-free Graphs

Data Structures and Algorithms 2021-10-28 v2 Computational Complexity Discrete Mathematics Combinatorics

Abstract

Paths P1,,PkP_1,\ldots,P_k in a graph G=(V,E)G=(V,E) are mutually induced if any two distinct PiP_i and PjP_j have neither common vertices nor adjacent vertices (except perhaps their end-vertices). The Induced Disjoint Paths problem is to decide if a graph GG with kk pairs of specified vertices (si,ti)(s_i,t_i) contains kk mutually induced paths PiP_i such that each PiP_i connects sis_i and tit_i. This is a classical graph problem that is NP-complete even for k=2k=2. We study it for AT-free graphs. Unlike its subclasses of permutation graphs and cocomparability graphs, the class of AT-free graphs has no geometric intersection model. However, by a new, structural analysis of the behaviour of Induced Disjoint Paths for AT-free graphs, we prove that it can be solved in polynomial time for AT-free graphs even when kk is part of the input. This is in contrast to the situation for other well-known graph classes, such as planar graphs, claw-free graphs, or more recently, (theta,wheel)-free graphs, for which such a result only holds if kk is fixed. As a consequence of our main result, the problem of deciding if a given AT-free graph contains a fixed graph HH as an induced topological minor admits a polynomial-time algorithm. In addition, we show that such an algorithm is essentially optimal by proving that the problem is W[1]-hard with parameter VH|V_H|, even on a subclass of AT-free graph, namely cobipartite graphs. We also show that the problems kk-in-a-Path and kk-in-a-Tree are polynomial-time solvable on AT-free graphs even if kk is part of the input. These problems are to test if a graph has an induced path or induced tree, respectively, spanning kk given vertices.

Keywords

Cite

@article{arxiv.2012.09814,
  title  = {Induced Disjoint Paths in AT-free Graphs},
  author = {Petr A. Golovach and Daniël Paulusma and Erik Jan van Leeuwen},
  journal= {arXiv preprint arXiv:2012.09814},
  year   = {2021}
}

Comments

An extended abstract of this paper appeared in the proceedings of SWAT 2012

R2 v1 2026-06-23T21:03:29.782Z