Problem

In the MINIMUM STEINER TREE problem, the input consists of: a complete graph G = (V, E) wi...

In the MINIMUM STEINER TREE problem, the input consists of: a complete graph G = (V, E) with distances duv between all pairs of nodes; and a distinguished set of terminal nodes V' ⊆ V. The goal is to find a minimum-cost tree that includes the vertices V'. This tree may or may not include nodes in VV'.

Suppose the distances in the input are a metric (recall the definition on page 279). Show that an efficient ratio-2 approximation algorithm for MINIMUM STEINER TREE can be obtained by ignoring the nonterminal nodes and simply returning the minimum spanning tree on V'. (Hint: Recall our approximation algorithm for the TSP.)

Step-by-Step Solution

Request Professional Solution

Request Solution!

We need at least 10 more requests to produce the solution.

0 / 10 have requested this problem solution

The more requests, the faster the answer.

Request! (Login Required)


All students who have requested the solution will be notified once they are available.
Add your Solution
Textbook Solutions and Answers Search
Solutions For Problems in Chapter 9