On the Inapproximability of Finding Minimum Monitoring Edge-Geodetic Sets

Davide Bilò,Giordano Colli,Luca Forlizzi,Stefano Leucci
2024-05-23
Abstract:Given an undirected connected graph $G = (V(G), E(G))$ on $n$ vertices, the minimum Monitoring Edge-Geodetic Set (MEG-set) problem asks to find a subset $M \subseteq V(G)$ of minimum cardinality such that, for every edge $e \in E(G)$, there exist $x,y \in M$ for which all shortest paths between $x$ and $y$ in $G$ traverse $e$.
Computational Complexity,Data Structures and Algorithms
What problem does this paper attempt to address?
This paper discusses the Minimum Monitoring Edge-Geodetic Set (MEG-set) problem. In a given undirected connected graph G, the MEG set refers to a vertex subset that can monitor all edges in the graph, i.e., for every edge e, there exists a pair of vertices in the MEG set such that all shortest paths between these two points pass through e. The main goal of the paper is to prove that finding an exact approximation algorithm for the minimum MEG set is computationally difficult in polynomial time. The author first introduces the concepts related to the MEG set in the graph, such as the fact that degree-1 vertices must be included in all MEG sets, and if a degree-1 vertex in the graph is not included in the MEG set along with its neighbors, a smaller MEG set can be found. Then, they construct an instance of a graph G from the set cover problem and prove that there is no polynomial time (c log n)-approximation algorithm to solve the minimum MEG set problem, where c < 1/2 is a constant, unless P=NP. The paper demonstrates the intractability of the MEG set problem through a series of lemmas, such as the fact that degree-1 vertices must belong to all MEG sets and how to construct a graph G that is associated with the set cover problem. Finally, they conclude that unless P=NP, it is not possible to find a MEG set approximation solution that is better than the optimal solution by a factor of c log n in polynomial time, where c is less than 1/2. This result indicates the limitations of the approximation algorithms for the minimum MEG set problem and its incompleteness in terms of approximability.