English

Maximum weighted independent sets with a budget

Computational Complexity 2015-07-21 v2 Data Structures and Algorithms

Abstract

Given a graph GG, a non-negative integer kk, and a weight function that maps each vertex in GG to a positive real number, the \emph{Maximum Weighted Budgeted Independent Set (MWBIS) problem} is about finding a maximum weighted independent set in GG of cardinality at most kk. A special case of MWBIS, when the weight assigned to each vertex is equal to its degree in GG, is called the \emph{Maximum Independent Vertex Coverage (MIVC)} problem. In other words, the MIVC problem is about finding an independent set of cardinality at most kk with maximum coverage. Since it is a generalization of the well-known Maximum Weighted Independent Set (MWIS) problem, MWBIS too does not have any constant factor polynomial time approximation algorithm assuming PNPP \neq NP. In this paper, we study MWBIS in the context of bipartite graphs. We show that, unlike MWIS, the MIVC (and thereby the MWBIS) problem in bipartite graphs is NP-hard. Then, we show that the MWBIS problem admits a 12\frac{1}{2}-factor approximation algorithm in the class of bipartite graphs, which matches the integrality gap of a natural LP relaxation.

Keywords

Cite

@article{arxiv.1506.07773,
  title  = {Maximum weighted independent sets with a budget},
  author = {Tushar Kalra and Rogers Mathew and Sudebkumar Prasant Pal and Vijay Pandey},
  journal= {arXiv preprint arXiv:1506.07773},
  year   = {2015}
}

Comments

12 pages

R2 v1 2026-06-22T10:00:14.626Z