Minimum Certificate Dispersal with Tree Structures
Taisuke Izumi, Tomoko Izumi, Hirotaka Ono, Koichi Wada

TL;DR
This paper studies the complexity of the Minimum Certificate Dispersal problem when requests form tree structures, revealing hardness results and polynomial-time solutions depending on the tree's maximum degree and the graph's structure.
Contribution
It proves APX-hardness for tree request sets, analyzes approximation bounds based on tree degree, and identifies polynomial-time solvability when both graph and requests are trees.
Findings
MCD is APX-hard for tree requests, even stars.
Constant degree trees allow polynomial solutions.
G being a tree enables polynomial-time solutions.
Abstract
Given an n-vertex graph G=(V,E) and a set R \subseteq {{x,y} | x,y \in V} of requests, we consider to assign a set of edges to each vertex in G so that for every request {u, v} in R the union of the edge sets assigned to u and v contains a path from u to v. The Minimum Certificate Dispersal Problem (MCD) is defined as one to find an assignment that minimizes the sum of the cardinality of the edge set assigned to each vertex. This problem has been shown to be LOGAPX-complete for the most general setting, and APX-hard and 2-approximable in polynomial time for dense request sets, where R forms a clique. In this paper, we investigate the complexity of MCD with sparse (tree) structures. We first show that MCD is APX-hard when R is a tree, even a star. We then explore the problem from the viewpoint of the maximum degree \Delta of the tree: MCD for tree request set with constant \Delta is…
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
TopicsOptimization and Search Problems · Complexity and Algorithms in Graphs · Cryptography and Data Security
