English

Dichotomies for Tree Minor Containment with Structural Parameters

Data Structures and Algorithms 2024-12-06 v1

Abstract

The problem of determining whether a graph GG contains another graph HH as a minor, referred to as the minor containment problem, is a fundamental problem in the field of graph algorithms. While it is NP-complete when GG and HH are general graphs, it is sometimes tractable on more restricted graph classes. This study focuses on the case where both GG and HH are trees, known as the tree minor containment problem. Even in this case, the problem is known to be NP-complete. In contrast, polynomial-time algorithms are known for the case when both trees are caterpillars or when the maximum degree of HH is a constant. Our research aims to clarify the boundary of tractability and intractability for the tree minor containment problem. Specifically, we provide dichotomies for the computational complexities of the problem based on three structural parameters: the diameter, pathwidth, and path eccentricity.

Keywords

Cite

@article{arxiv.2311.03225,
  title  = {Dichotomies for Tree Minor Containment with Structural Parameters},
  author = {Tatsuya Gima and Soh Kumabe and Kazuhiro Kurita and Yuto Okada and Yota Otachi},
  journal= {arXiv preprint arXiv:2311.03225},
  year   = {2024}
}

Comments

25 pages, 4 figures, WALCOM 2024

R2 v1 2026-06-28T13:12:50.543Z