A Reduction-based Algorithm for the Clique Interdiction Problem
Chenghao Zhu, Yi Zhou, Haoyu Jiang
TL;DR
The paper addresses the Clique Interdiction Problem, a bilevel optimization task to minimize the maximum clique after removing up to $k$ vertices. It introduces RECIP, a reduction-based algorithm that uses six novel reduction rules to aggressively simplify graphs and tighten lower bounds via LP relaxations and flow-based techniques, integrating these into a branch-and-cut framework. Empirical results on 124 real-world networks show RECIP outperforms the state-of-the-art CLIQUE-INTER across most instances and budgets, often achieving substantial preprocessing (up to ~85% vertex reduction) and faster solution times. The work highlights both the practical power of data reductions in complex graph interdiction and the remaining challenges in dense graphs, proposing future directions for stronger reductions and enhanced integration with exact solvers. Overall, RECIP advances scalable CIP solving by combining principled reductions with rigorous optimization techniques and competitive empirical performance.
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 the vertex cover problem. 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.
