English

Exact algorithms for maximum weighted independent set on sparse graphs

Data Structures and Algorithms 2021-08-31 v1

Abstract

The maximum independent set problem is one of the most important problems in graph algorithms and has been extensively studied in the line of research on the worst-case analysis of exact algorithms for NP-hard problems. In the weighted version, each vertex in the graph is associated with a weight and we are going to find an independent set of maximum total vertex weight. In this paper, we design several reduction rules and a fast exact algorithm for the maximum weighted independent set problem, and use the measure-and-conquer technique to analyze the running time bound of the algorithm. Our algorithm works on general weighted graphs and it has a good running time bound on sparse graphs. If the graph has an average degree at most 3, our algorithm runs in O(1.1443n)O^*(1.1443^n) time and polynomial space, improving previous running time bounds for the problem in cubic graphs using polynomial space.

Keywords

Cite

@article{arxiv.2108.12840,
  title  = {Exact algorithms for maximum weighted independent set on sparse graphs},
  author = {Sen Huang and Mingyu Xiao and Xiaoyu Chen},
  journal= {arXiv preprint arXiv:2108.12840},
  year   = {2021}
}

Comments

43 pages, presented at COCOON 2021

R2 v1 2026-06-24T05:30:17.424Z