DSAISep 19, 2015

Exploiting Reduction Rules and Data Structures: Local Search for Minimum Vertex Cover in Massive Graphs

arXiv:1509.05870v1
Originality Incremental advance
AI Analysis

This work addresses the problem of finding optimal or near-optimal vertex covers in massive graphs, which is important for applications in network analysis and optimization, but it appears incremental as it builds on existing local search methods.

The paper tackles the Minimum Vertex Cover problem on massive graphs by proposing a local search algorithm that uses reduction rules and data structures, achieving better covers than state-of-the-art local search algorithms in experiments on real-world graphs.

The Minimum Vertex Cover (MinVC) problem is a well-known NP-hard problem. Recently there has been great interest in solving this problem on real-world massive graphs. For such graphs, local search is a promising approach to finding optimal or near-optimal solutions. In this paper we propose a local search algorithm that exploits reduction rules and data structures to solve the MinVC problem in such graphs. Experimental results on a wide range of real-word massive graphs show that our algorithm finds better covers than state-of-the-art local search algorithms for MinVC. Also we present interesting results about the complexities of some well-known heuristics.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes