An Approximation Algorithm for $K$-best Enumeration of Minimal Connected Edge Dominating Sets with Cardinality Constraints
Kazuhiro Kurita, Kunihiro Wasa

TL;DR
This paper introduces a 4-approximation algorithm for efficiently enumerating minimal connected edge dominating sets with bounded size, addressing the intractability of exact solutions in large graphs.
Contribution
It presents the first approximation enumeration algorithm for minimal connected edge dominating sets with a guaranteed approximation ratio and polynomial delay.
Findings
Outputs up to 4 times the optimal solution size
Runs in polynomial delay of order nm^2Δ
Provides a practical approach for large graph enumeration
Abstract
\emph{-best enumeration}, which asks to output -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, -best enumeration tends to be intractable since, in many cases, finding one optimum solution is \NP-hard. To overcome this difficulty, we combine -best enumeration with a concept of enumeration algorithms called \emph{approximation enumeration algorithms}. As a main result, we propose a -approximation algorithm for minimal connected edge dominating sets which outputs minimal solutions with cardinality at most , where is the cardinality of a minimum solution which is \emph{not} outputted by the algorithm. Our proposed algorithm runs in delay, where , , …
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
TopicsComplexity and Algorithms in Graphs · Algorithms and Data Compression · Error Correcting Code Techniques
