English

Monitoring the edges of a graph using distances

Data Structures and Algorithms 2022-09-26 v2 Combinatorics

Abstract

We introduce a new graph-theoretic concept in the area of network monitoring. A set MM of vertices of a graph GG is a \emph{distance-edge-monitoring set} if for every edge ee of GG, there is a vertex xx of MM and a vertex yy of GG such that ee belongs to all shortest paths between xx and yy. We denote by dem(G)dem(G) the smallest size of such a set in GG. The vertices of MM represent distance probes in a network modeled by GG; when the edge ee fails, the distance from xx to yy increases, and thus we are able to detect the failure. It turns out that not only we can detect it, but we can even correctly locate the failing edge. In this paper, we initiate the study of this new concept. We show that for a nontrivial connected graph GG of order nn, 1dem(G)n11\leq dem(G)\leq n-1 with dem(G)=1dem(G)=1 if and only if GG is a tree, and dem(G)=n1dem(G)=n-1 if and only if it is a complete graph. We compute the exact value of demdem for grids, hypercubes, and complete bipartite graphs. Then, we relate demdem to other standard graph parameters. We show that demG)demG) is lower-bounded by the arboricity of the graph, and upper-bounded by its vertex cover number. It is also upper-bounded by twice its feedback edge set number. Moreover, we characterize connected graphs GG with dem(G)=2dem(G)=2. Then, we show that determining dem(G)dem(G) for an input graph GG is an NP-complete problem, even for apex graphs. There exists a polynomial-time logarithmic-factor approximation algorithm, however it is NP-hard to compute an asymptotically better approximation, even for bipartite graphs of small diameter and for bipartite subcubic graphs. For such instances, the problem is also unlikey to be fixed parameter tractable when parameterized by the solution size.

Keywords

Cite

@article{arxiv.2011.00029,
  title  = {Monitoring the edges of a graph using distances},
  author = {Florent Foucaud and Shih-Shun Kao and Ralf Klasing and Mirka Miller and Joe Ryan},
  journal= {arXiv preprint arXiv:2011.00029},
  year   = {2022}
}

Comments

19 pages; 5 figures. A preliminary version appeared in the proceedings of CALDAM 2020

R2 v1 2026-06-23T19:47:34.883Z