Cluster Vertex Deletion on Chordal Graphs

๐Ÿ“… 2026-04-22
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF

career value

198K/year
๐Ÿค– 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.

Technology Category

Application Category

๐Ÿ“ 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.
Problem

Research questions and friction points this paper is trying to address.

Cluster Vertex Deletion
Chordal Graphs
Graph Modification
Clique
Vertex Deletion
Innovation

Methods, ideas, or system contributions that make the work stand out.

cluster vertex deletion
chordal graphs
dynamic programming
clique trees
submodular minimization
๐Ÿ”Ž Similar Papers