Monitoring graph edges via shortest paths: computational complexity and approximation algorithms
Giordano Colli

TL;DR
This paper investigates the computational complexity of the Monitoring Edge-Geodetic Set problem in networks, proving its NP-hardness and inapproximability, and proposes an approximation algorithm with a sublinear ratio.
Contribution
It establishes the NP-completeness and inapproximability of the MEG-set problem and introduces an efficient approximation algorithm with a provable ratio.
Findings
Proves MEG-set is NP-complete via reduction from Vertex Cover.
Shows MEG-set is APX-hard and not approximable within 2-ε assuming the Unique Games Conjecture.
Provides an O(√|V(G)| log |V(G)|) approximation algorithm for MEG-set.
Abstract
Edge-Geodetic Sets play a crucial role in network monitoring and optimization, wherein the goal is to strategically place monitoring stations on vertices of a network, represented as a graph, to ensure complete coverage of edges and mitigate faults by monitoring lines of communication. This paper illustrates and explores the Monitoring Edge-Geodetic Set (MEG-set) problem, which involves determining the minimum set of vertices that need to be monitored to achieve geodetic coverage for a given network. The significance of this problem lies in its potential to facilitate efficient network monitoring, enhancing the overall reliability and performance of various applications. In this work, we prove the -completeness of the MEG-set optimization problem by showing a reduction from the well-known Vertex Cover problem. Furthermore, we present inapproximability results, proving that…
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
TopicsGraph Theory and Algorithms · Data Management and Algorithms · Complexity and Algorithms in Graphs
