MIT
65
Problem Statement
l
Given vertices, and cost
c
vw
to buy and
edge from
v
to
w
, find minimum cost
purchase that creates a graph with
desired connectivity properties
l
Example: minimum cost
k
-connected
graph.
l
Generally NP-hard
l
Recent approximation algorithms
[GW],[JV]