A Reduction-Based Algorithm for the Clique Interdiction Problem

Abstract

The Clique Interdiction Problem (CIP) aims to minimize the size of the largest clique in a given graph by removing a given number of vertices. The CIP models a special Stackelberg game and has important applications in fields such as pandemic control and terrorist identification. However, the CIP is a bilevel graph optimization problem, making it very challenging to solve. Recently, data reduction techniques have been successfully applied in many (single-level) graph optimization problems like vertex cover. Motivated by this, we investigate a set of novel reduction rules and design a reduction-based algorithm, RECIP, for practically solving the CIP. RECIP enjoys an effective preprocessing procedure that systematically reduces the input graph, making the problem much easier to solve. Extensive experiments on 124 large real-world networks demonstrate the superior performance of RECIP and validate the effectiveness of the proposed reduction rules.

Cite

Text

Zhu et al. "A Reduction-Based Algorithm for the Clique Interdiction Problem." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/1003

Markdown

[Zhu et al. "A Reduction-Based Algorithm for the Clique Interdiction Problem." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/zhu2025ijcai-reduction/) doi:10.24963/IJCAI.2025/1003

BibTeX

@inproceedings{zhu2025ijcai-reduction,
  title     = {{A Reduction-Based Algorithm for the Clique Interdiction Problem}},
  author    = {Zhu, Chenghao and Zhou, Yi and Jiang, Haoyu},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {9022-9030},
  doi       = {10.24963/IJCAI.2025/1003},
  url       = {https://mlanthology.org/ijcai/2025/zhu2025ijcai-reduction/}
}