Dominating Set Knapsack: Profit Optimization on Dominating Sets
Abstract
In a large-scale network, we want to choose some influential nodes to make a profit by paying some cost within a limited budget so that we do not have to spend more budget on some nodes adjacent to the chosen nodes; our problem is the graph-theoretic representation of it. We define our problem, Dominating Set Knapsack, by attaching the knapsack problem with the dominating set on graphs. Each vertex is associated with a cost factor and a profit amount . We aim to choose some vertices within a fixed budget that give maximum profit so that we do not need to choose their 1-hop neighbors. We show that the Dominating Set Knapsack problem is strongly NPC even when restricted to bipartite graphs, but weakly NPC for star graphs. We present a pseudo-polynomial time algorithm for trees in time . We show that Dominating Set Knapsack is unlikely to be Fixed Parameter Tractable (FPT) by proving that it is W[2]-hard parameterized by the solution size. We developed FPT algorithms with running time and , where represents the of the given graph , is the solution size of the Vertex Cover Knapsack, is the capacity or size of the knapsack and . We obtained similar results for other variants Dominating Set Knapsack and Minimal Dominating Set Knapsack, where is the size of the dominating set.
Cite
@article{arxiv.2506.24032,
title = {Dominating Set Knapsack: Profit Optimization on Dominating Sets},
author = {Sipra Singh},
journal= {arXiv preprint arXiv:2506.24032},
year = {2026}
}