Solving NP-hard Problems on \textsc{GaTEx} Graphs: Linear-Time Algorithms for Perfect Orderings, Cliques, Colorings, and Independent Sets
Marc Hellmuth, Guillaume E. Scholz
TL;DR
The paper studies GaTEx graphs, a natural generalization of cographs, and develops linear-time algorithms for fundamental NP-hard problems on this class by leveraging galled-tree explanations and modular decomposition. By constructing prime-vertex replacement (pvr) networks that convert MD trees into galled-trees, the authors provide a unified framework to compute $\omega(G)$, $\chi(G)$, $\alpha(G)$, and to obtain perfect orderings. Central contributions include a linear-time perfect-ordering algorithm (Algorithm Sigma) and linear-time procedures for maximum cliques and independent sets, all grounded in the pvr-network structure. These results connect GaTEx graphs to various well-known graph classes and enable scalable combinatorial computation on this expressive graph family.
Abstract
The class of $\mathsf{Ga}$lled-$\mathsf{T}$ree $\mathsf{Ex}$plainable ($\mathsf{GaTEx}$) graphs has recently been discovered as a natural generalization of cographs. Cographs are precisely those graphs that can be uniquely represented by a rooted tree where the leaves correspond to the vertices of the graph. As a generalization, $\mathsf{GaTEx}$ graphs are precisely those that can be uniquely represented by a particular rooted acyclic network, called a galled-tree. This paper explores the use of galled-trees to solve combinatorial problems on $\mathsf{GaTEx}$ graphs that are, in general, NP-hard. We demonstrate that finding a maximum clique, an optimal vertex coloring, a perfect order, as well as a maximum independent set in $\mathsf{GaTEx}$ graphs can be efficiently done in linear time. The key idea behind the linear-time algorithms is to utilize the galled-trees that explain the $\mathsf{GaTEx}$ graphs as a guide for computing the respective cliques, colorings, perfect orders, or independent sets.
