English

New Algorithms for Weighted $k$-Domination and Total $k$-Domination Problems in Proper Interval Graphs

Data Structures and Algorithms 2018-07-25 v3 Discrete Mathematics Combinatorics

Abstract

Given a positive integer kk, a kk-dominating set in a graph GG is a set of vertices such that every vertex not in the set has at least kk neighbors in the set. A total kk-dominating set, also known as a kk-tuple total dominating set, is a set of vertices such that every vertex of the graph has at least kk neighbors in the set. The problems of finding the minimum size of a kk-dominating, respectively total kk-dominating set, in a given graph, are referred to as kk-domination, respectively total kk-domination. These generalizations of the classical domination and total domination problems are known to be NP-hard in the class of chordal graphs, and, more specifically, even in the classes of split graphs (both problems) and undirected path graphs (in the case of total kk-domination). On the other hand, it follows from recent work of Kang et al.~(2017) that these two families of problems are solvable in time O(V(G)6k+4)\mathcal{O}(|V(G)|^{6k+4}) in the class of interval graphs. We develop faster algorithms for kk-domination and total kk-domination in the class of proper interval graphs, by means of reduction to a single shortest path computation in a derived directed acyclic graph with O(V(G)2k)\mathcal{O}(|V(G)|^{2k}) nodes and O(V(G)4k)\mathcal{O}(|V(G)|^{4k}) arcs. We show that a suitable implementation, which avoids constructing all arcs of the digraph, leads to a running time of O(V(G)3k)\mathcal{O}(|V(G)|^{3k}). The algorithms are also applicable to the weighted case.

Keywords

Cite

@article{arxiv.1803.04327,
  title  = {New Algorithms for Weighted $k$-Domination and Total $k$-Domination Problems in Proper Interval Graphs},
  author = {Nina Chiarelli and Tatiana Romina Hartinger and Valeria Alejandra Leoni and Maria Inés Lopez Pujato and Martin Milanič},
  journal= {arXiv preprint arXiv:1803.04327},
  year   = {2018}
}

Comments

Extended abstract in ISCO 2018

R2 v1 2026-06-23T00:49:59.364Z