A Reduction-based Algorithm for the Clique Interdiction Problem
By: Chenghao Zhu, Yi Zhou, Haoyu Jiang
Potential Business Impact:
Makes it easier to stop bad groups from growing.
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.
Similar Papers
Exact Clique Number Manipulation via Edge Interdiction
Data Structures and Algorithms
Finds weakest links to break up groups.
A Reduction-Driven Local Search for the Generalized Independent Set Problem
Information Retrieval
Solves hard problems faster by simplifying them.
The Complexity of Blocking All Solutions
Computational Complexity
Makes hard computer problems much harder to solve.