Parameterized Complexity of Minimum Membership Dominating Set
Akanksha Agrawal, Pratibha Choudhary, N. S. Narayanaswamy, K. K., Nisha, Vijayaragunathan Ramamoorthi

TL;DR
This paper explores the parameterized complexity of the Minimum Membership Dominating Set problem, revealing its computational hardness and providing an optimal algorithm based on vertex cover size.
Contribution
It establishes W[1]-hardness results for MMDS under various parameters and presents an optimal algorithm parameterized by vertex cover size.
Findings
W[1]-hardness with respect to pathwidth and treewidth.
W[1]-hardness on split graphs when parameterized by k.
An optimal algorithm running in 2^{O(vc)}|V|^{O(1)} time.
Abstract
Given a graph and an integer , the Minimum Membership Dominating Set (MMDS) problem seeks to find a dominating set of such that for each , is at most . We investigate the parameterized complexity of the problem and obtain the following results about MMDS: W[1]-hardness of the problem parameterized by the pathwidth (and thus, treewidth) of the input graph. W[1]-hardness parameterized by on split graphs. An algorithm running in time , where is the size of a minimum-sized vertex cover of the input graph. An ETH-based lower bound showing that the algorithm mentioned in the previous item is optimal.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs
