English

Algorithms for Minimum Membership Dominating Set Problem

Data Structures and Algorithms 2024-08-05 v1 Computational Complexity

Abstract

Given a graph G=(V,E)G = (V, E) and an integer kk, the Minimum Membership Dominating Set problem asks to compute a set SVS \subseteq V such that for each vVv \in V, 1N[v]Sk1 \leq |N[v] \cap S| \leq k. The problem is known to be NP-complete even on split graphs and planar bipartite graphs. In this paper, we approach the problem from the algorithmic standpoint and obtain several interesting results. We give an O(1.747n)\mathcal{O}^*(1.747^n) time algorithm for the problem on split graphs. Following a reduction from a special case of 1-in-3 SAT problem, we show that there is no sub-exponential time algorithm running in time O(2o(n))\mathcal{O}^*(2^{o(n)}) for bipartite graphs, for any k2k \geq 2. We also prove that the problem is NP-complete when Δ=k+2\Delta = k+2, for any k5k\geq 5, even for bipartite graphs. We investigate the parameterized complexity of the problem for the parameter twin cover and the combined parameter distance to cluster, membership(kk) and prove that the problem is fixed-parameter tractable. Using a dynamic programming based approach, we obtain a linear-time algorithm for trees.

Keywords

Cite

@article{arxiv.2408.00797,
  title  = {Algorithms for Minimum Membership Dominating Set Problem},
  author = {Sangam Balchandar Reddy and Anjeneya Swami Kare},
  journal= {arXiv preprint arXiv:2408.00797},
  year   = {2024}
}

Comments

23 pages, 6 figures

R2 v1 2026-06-28T18:01:14.136Z