A Polynomial-Time Approximation Algorithm for Complete Interval Minors
Romain Bourneuf, Julien Cocquet, Chaoliang Tang, Stéphan Thomassé
TL;DR
The paper addresses detecting $K_t$ as an interval minor in ordered graphs by introducing delayed decompositions and a computable notion of delayed rank. It proves that $K_t$-interval-minor-free ordered graphs have bounded rank, enabling a polynomial-time $f(t)$-approximation where $f(t)$ is triply exponential in $t$ and independent of the input size $n$, with a running time of $O(t \cdot m n^2)$. The approach combines a structural decomposition into simpler quotient graphs, a Ramsey-type bound to control the approximation factor, and a heavy-leaf criterion in delayed decompositions to certify the presence of $K_t$ when possible. As a practical outcome, the authors provide a linear-time $K_3$-interval-minor detector and establish that graphs avoiding large interval minors have bounded chromatic number, highlighting the structural tightness of the method. Overall, the work connects graph minor theory concepts to the ordered-graph interval-minor setting, delivering a scalable algorithmic framework for approximate interval-minor detection.
Abstract
As shown by Robertson and Seymour, deciding whether the complete graph $K_t$ is a minor of an input graph $G$ is a fixed parameter tractable problem when parameterized by $t$. From the approximation viewpoint, the gap to fill is quite large, as there is no PTAS for finding the largest complete minor unless $P = NP$, whereas a polytime $O(\sqrt n)$-approximation algorithm was given by Alon, Lingas and Wahlén. We investigate the complexity of finding $K_t$ as interval minor in ordered graphs (i.e. graphs with a linear order on the vertices, in which intervals are contracted to form minors). Our main result is a polytime $f(t)$-approximation algorithm, where $f$ is triply exponential in $t$ but independent of $n$. The algorithm is based on delayed decompositions and shows that ordered graphs without a $K_t$ interval minor can be constructed via a bounded number of three operations: closure under substitutions, edge union, and concatenation of a stable set. As a byproduct, graphs avoiding $K_t$ as an interval minor have bounded chromatic number.
