๐ค AI Summary
This work addresses the Cluster Vertex Deletion problem on chordal graphsโnamely, removing the minimum number of vertices to transform the graph into a disjoint union of cliques. Despite its NP-hardness in general, we present the first polynomial-time exact algorithm for chordal graphs by leveraging their clique tree structure. Our approach formulates a dynamic programming framework over the clique tree and reduces the computation of optimal subproblem values to minimizing a submodular set function. This method not only yields an efficient solution for chordal graphs but also resolves several open questions recently posed in the literature, offering both theoretical insights and algorithmic advancements.
๐ Abstract
We present a polynomial-time algorithm for the cluster vertex deletion problem on chordal graphs, resolving an open question posed in different contexts by Cao et al. [Theoretical Computer Science, 2018], Aprile et al. [Mathematical Programming, 2023], Chakraborty et al. [Discrete Applied Mathematics, 2024], and Hsieh et al. [Algorithmica, 2024]. We use dynamic programming over clique trees and reduce the computation of the optimal subproblem value to the minimization of a submodular set function.