English

Graph Partitioning for Independent Sets

Data Structures and Algorithms 2015-02-06 v1 Neural and Evolutionary Computing

Abstract

Computing maximum independent sets in graphs is an important problem in computer science. In this paper, we develop an evolutionary algorithm to tackle the problem. The core innovations of the algorithm are very natural combine operations based on graph partitioning and local search algorithms. More precisely, we employ a state-of-the-art graph partitioner to derive operations that enable us to quickly exchange whole blocks of given independent sets. To enhance newly computed offsprings we combine our operators with a local search algorithm. Our experimental evaluation indicates that we are able to outperform state-of-the-art algorithms on a variety of instances.

Keywords

Cite

@article{arxiv.1502.01687,
  title  = {Graph Partitioning for Independent Sets},
  author = {Sebastian Lamm and Peter Sanders and Christian Schulz},
  journal= {arXiv preprint arXiv:1502.01687},
  year   = {2015}
}
R2 v1 2026-06-22T08:23:13.311Z