SLIDE 18 Motivation Graph measures Complexity Approximation Conclusion Minimization problem NP-completeness Proof of complexity
Minimization problem
Eccentricity
Eccentricity, for a vertex v ∈ V , represents the greatest distance between v and some
- ther vertex in the graph:
ǫ(v) = max
u∈V d(v, u).
Problem
Name: Eccentricity Minimization (em) Instance: An undirected graph G = (V , E), a distance function d : V × V → R+
0 , a vertex v ∈ V , and a bound k ∈ N.
Problem: Finding a set F of non-existing edges, with |F| ≤ k, such that eccentricity for vertex v, ǫG′(v), is minimized in supergraph G ′ = (V , E ∪ F).
Sander Jurgens Improving network robustness 13 / 28