Towards Faster Local Search for Minimum Weight Vertex Cover on Massive Graphs.

Shaowei Cai,Yuanjie Li,Wenying Hou,Haoran Wang
DOI: https://doi.org/10.1016/j.ins.2018.08.052
IF: 8.1
2018-01-01
Information Sciences
Abstract:The minimum weight vertex cover (MWVC) problem is a well known NP-hard problem with various real-world applications. In this paper, we design an efficient algorithm named FastWVC to solve MWVC problem in massive graphs. To this end, we propose a construction procedure, which aims to generate a quality initial vertex cover in short time. We also propose a new exchange step for reconstructing a vertex cover. Additionally, a cost-effective strategy is used for choosing adding vertices, which can accelerate the algorithm. Experiments on 102 instances were conducted to confirm the effectiveness of our algorithm. The results show that the FastWVC algorithm outperforms other algorithms in terms of both solution quality and computational time in most of the instances. We also carry out experiments that analyze the effectiveness of the underlying ideas.
What problem does this paper attempt to address?