English

An Approximation Algorithm for $K$-best Enumeration of Minimal Connected Edge Dominating Sets with Cardinality Constraints

Data Structures and Algorithms 2024-05-14 v2

Abstract

\emph{KK-best enumeration}, which asks to output kk-best solutions without duplication, is a helpful tool in data analysis for many fields. In such fields, graphs typically represent data. Thus subgraph enumeration has been paid much attention to such fields. However, kk-best enumeration tends to be intractable since, in many cases, finding one optimum solution is \NP-hard. To overcome this difficulty, we combine kk-best enumeration with a concept of enumeration algorithms called \emph{approximation enumeration algorithms}. As a main result, we propose a 44-approximation algorithm for minimal connected edge dominating sets which outputs kk minimal solutions with cardinality at most 4\OPT4\cdot\OPT, where \OPT\OPT is the cardinality of a minimum solution which is \emph{not} outputted by the algorithm. Our proposed algorithm runs in \ordernm2Δ\order{nm^2\Delta} delay, where nn, mm, Δ\Delta are the number of vertices, the number of edges, and the maximum degree of an input graph.

Keywords

Cite

@article{arxiv.2201.08647,
  title  = {An Approximation Algorithm for $K$-best Enumeration of Minimal Connected Edge Dominating Sets with Cardinality Constraints},
  author = {Kazuhiro Kurita and Kunihiro Wasa},
  journal= {arXiv preprint arXiv:2201.08647},
  year   = {2024}
}
R2 v1 2026-06-24T08:57:39.426Z