An Efficient Local Search Algorithm for Solving Maximum Edge Weight Clique Problem in Large Graphs

Yi Chu,Boxiao Liu,Shaowei Cai,Chuan Luo,Haihang You
DOI: https://doi.org/10.1007/s10878-020-00529-9
2020-01-01
Journal of Combinatorial Optimization
Abstract:Maximum vertex weight clique problem (MVWCP) and maximum edge weight clique problem (MEWCP) are two significant generalizations of maximum clique problem (MCP), and can be widely used in many real-world applications including molecular biology, broadband network design and pattern recognition. Recently, breakthroughs have been made for solving MVWCP in large graphs, resulting in several state-of-the-art algorithms, such as WLMC, FastWClq and LSCC + BMS. However, less attention has been paid to solving MEWCP in large graphs. In this paper, we present an efficient Stochastic Local Search (SLS) algorithm for MEWCP by combining clique construction, local search and graph reduction, resulting in a new algorithm named ReConSLS. We also propose a new upper bound function for edge weighted graphs which is essential for graph reduction. Extensive experiments on a wide range of large graphs demonstrate that ReConSLS surpasses state-of-the-art SLS competitors on the majority of testing graphs.
What problem does this paper attempt to address?