English

New Algorithms for Mixed Dominating Set

Data Structures and Algorithms 2023-06-22 v5 Computational Complexity

Abstract

A mixed dominating set is a collection of vertices and edges that dominates all vertices and edges of a graph. We study the complexity of exact and parameterized algorithms for \textsc{Mixed Dominating Set}, resolving some open questions. In particular, we settle the problem's complexity parameterized by treewidth and pathwidth by giving an algorithm running in time O(5tw)O^*(5^{tw}) (improving the current best O(6tw)O^*(6^{tw})), as well as a lower bound showing that our algorithm cannot be improved under the Strong Exponential Time Hypothesis (SETH), even if parameterized by pathwidth (improving a lower bound of O((2ε)pw)O^*((2 - \varepsilon)^{pw})). Furthermore, by using a simple but so far overlooked observation on the structure of minimal solutions, we obtain branching algorithms which improve both the best known FPT algorithm for this problem, from O(4.172k)O^*(4.172^k) to O(3.510k)O^*(3.510^k), and the best known exponential-time exact algorithm, from O(2n)O^*(2^n) and exponential space, to O(1.912n)O^*(1.912^n) and polynomial space.

Keywords

Cite

@article{arxiv.1911.08964,
  title  = {New Algorithms for Mixed Dominating Set},
  author = {Louis Dublois and Michael Lampis and Vangelis Th. Paschos},
  journal= {arXiv preprint arXiv:1911.08964},
  year   = {2023}
}

Comments

This paper has been accepted to IPEC 2020

R2 v1 2026-06-23T12:22:23.234Z