Let G(V,E) be an weighted, undirected, K-connected graph. Let N be subset of V. What is the best way to find the smallest connected subgraph G'(V',E') of G(V,E) such that N is a subset of V' and induced subgraph G(V',E') is (K-1)-vertex connected?

Similar questions and discussions