Minimum Moment Steiner Trees

Similar documents
Minimum-Dilation Tour (and Path) is NP-hard

The Steiner Ratio for Obstacle-Avoiding Rectilinear Steiner Trees

Interconnect Topology Optimization. Interconnect Topology Design

The Generalized Regenerator Location Problem

Bounds on parameters of minimally non-linear patterns

Steiner Trees in Chip Design. Jens Vygen. Hangzhou, March 2009

Longest Path Selection for Delay Test under Process Variation

Speeding up the Dreyfus-Wagner Algorithm for minimum Steiner trees

Radio Number for Square Paths

Problems in VLSI design

On the metric dimension of the total graph of a graph

A Separator Theorem for Graphs with an Excluded Minor and its Applications

The Complexity of Maximum. Matroid-Greedoid Intersection and. Weighted Greedoid Maximization

Approximation algorithms for cycle packing problems

Cluster Graph Modification Problems

Monotone Hamiltonian paths in the Boolean lattice of subsets

A Decomposition Theorem on Euclidean Steiner Minimal Trees

4 CONNECTED PROJECTIVE-PLANAR GRAPHS ARE HAMILTONIAN. Robin Thomas* Xingxing Yu**

PARADE: PARAmetric Delay Evaluation Under Process Variation *

Computing a Minimum-Dilation Spanning Tree is NP-hard

CS/COE

A Sequential Quadratic Programming Approach to Concurrent Gate and Wire Sizing *

HIGH-PERFORMANCE circuits consume a considerable

On the Exponent of the All Pairs Shortest Path Problem

Cycles with consecutive odd lengths

The maximum edge biclique problem is NP-complete

On shredders and vertex connectivity augmentation

The Number of Tree Stars Is O (1.357 k )

The Multiple Traveling Salesman Problem with Time Windows: Bounds for the Minimum Number of Vehicles

Combinatorial Optimization

Performance-Impact Limited Area Fill Synthesis

Packing cycles with modularity constraints

Reverse mathematics of some topics from algorithmic graph theory

Data Gathering and Personalized Broadcasting in Radio Grids with Interferences

Differential approximation results for the Steiner tree problem

The Interlace Polynomial of Graphs at 1

Computing a Minimum-Dilation Spanning Tree is NP-hard

On completing partial Latin squares with two filled rows and at least two filled columns

Approximability and Parameterized Complexity of Consecutive Ones Submatrix Problems

Module 2: Reflecting on One s Problems

IE418 Integer Programming

THE MINIMUM MATCHING ENERGY OF BICYCLIC GRAPHS WITH GIVEN GIRTH

Dominating a family of graphs with small connected subgraphs

Consecutive ones Block for Symmetric Matrices

FAR-DS: Full-plane AWE Routing with Driver Sizing

Edge-Disjoint Spanning Trees and Eigenvalues of Regular Graphs

Fast algorithms for even/odd minimum cuts and generalizations

How many randomly colored edges make a randomly colored dense graph rainbow hamiltonian or rainbow connected?

Single processor scheduling with time restrictions

Bounds on the Traveling Salesman Problem

arxiv: v1 [math.co] 13 May 2016

Unit 1A: Computational Complexity

Dynamic Programming: Shortest Paths and DFA to Reg Exps

Enumeration of subtrees of trees

Approximating Minimum-Power Degree and Connectivity Problems

Graphs with large maximum degree containing no odd cycles of a given length

Topic: Balanced Cut, Sparsest Cut, and Metric Embeddings Date: 3/21/2007

PARADE: PARAmetric Delay Evaluation Under Process Variation * (Revised Version)

Disjoint paths in unions of tournaments

A Non-Linear Lower Bound for Constant Depth Arithmetical Circuits via the Discrete Uncertainty Principle

Antoni Marczyk A NOTE ON ARBITRARILY VERTEX DECOMPOSABLE GRAPHS

STABLE MARRIAGE PROBLEM WITH TIES AND INCOMPLETE BOUNDED LENGTH PREFERENCE LIST UNDER SOCIAL STABILITY

Even Cycles in Hypergraphs.

Strong Computational Lower Bounds via Parameterized Complexity

The Minesweeper game: Percolation and Complexity

Deciding Emptiness of the Gomory-Chvátal Closure is NP-Complete, Even for a Rational Polyhedron Containing No Integer Point

Dynamic Programming: Shortest Paths and DFA to Reg Exps

U.C. Berkeley CS294: Beyond Worst-Case Analysis Handout 3 Luca Trevisan August 31, 2017

Parity Dominating Sets in Grid Graphs

Limits at Infinity. Horizontal Asymptotes. Definition (Limits at Infinity) Horizontal Asymptotes

ON COST MATRICES WITH TWO AND THREE DISTINCT VALUES OF HAMILTONIAN PATHS AND CYCLES

Zero-Sum Flows in Regular Graphs

Induced subgraphs of prescribed size

Bulletin of the Iranian Mathematical Society

Reachability-based matroid-restricted packing of arborescences

2 Notation and Preliminaries

Multilevel Distance Labelings for Paths and Cycles

Consistent digital line segments

A Characterization of Graphs with Fractional Total Chromatic Number Equal to + 2

The integral test and estimates of sums

Quantum Algorithms for Graph Traversals and Related Problems

SUMS PROBLEM COMPETITION, 2000

The complexity of acyclic subhypergraph problems

HW Graph Theory SOLUTIONS (hbovik) - Q

Chapter 1. Comparison-Sorting and Selecting in. Totally Monotone Matrices. totally monotone matrices can be found in [4], [5], [9],

MINIMAL RANKINGS OF THE CARTESIAN PRODUCT K n K m

The Steiner Ratio of Banach-Minkowski spaces - A Survey

FRACTIONAL PACKING OF T-JOINS. 1. Introduction

K-center Hardness and Max-Coverage (Greedy)

AP Calculus AB/BC ilearnmath.net

AN APPROXIMATION ALGORITHM FOR COLORING CIRCULAR-ARC GRAPHS

The cocycle lattice of binary matroids

Decomposing oriented graphs into transitive tournaments

MATH 521, WEEK 2: Rational and Real Numbers, Ordered Sets, Countable Sets

Discrete Mathematics

The NP-Hardness of the Connected p-median Problem on Bipartite Graphs and Split Graphs

Antipodal Labelings for Cycles

CMSC Discrete Mathematics SOLUTIONS TO FIRST MIDTERM EXAM October 18, 2005 posted Nov 2, 2005

Constructions in Ramsey theory

MINIMALLY NON-PFAFFIAN GRAPHS

Transcription:

Minimum Moment Steiner Trees Wangqi Qiu Weiping Shi Abstract For a rectilinear Steiner tree T with a root, define its k-th moment M k (T ) = (d T (u)) k du, T where the integration is over all edges of T, d T (u) is the length of the unique path in T from the root to u, and du is the incremental edge length. Given a set of points P in the plane, a k-th moment Steiner Minimum Tree (k-smt) is a rectilinear Steiner tree that has the minimum k-th moment among all rectilinear Steiner trees for P, with the origin as the root. The definition is a natural extension of the traditional Steiner minimum tree, and motivated by application in VLSI routing. In this paper properties of the k- SMT are studied and approximation algorithms are presented. Introduction We are given a set of points P = {, p,..., p n } in the plane, where = (0, 0), p i = (x i, y i ), and x i, y i are integers. An edge is a horizontal or vertical line segment. A rectilinear tree is a connected acyclic collection of edges, which intersect only at the endpoints, which we call nodes. We use p i = x i + y i to represent the rectilinear distance between and p i. A rectilinear Steiner tree [, 4] for P is a rectilinear tree such that each point p i P is a node in the tree. A rectilinear Steiner Minimum Tree (SMT) for P is This research was supported in part by NSF grants CCR- 009839, CCR-03668, EIA-03785, and ATP grant 5-066-00. Department of Computer Science, Texas A&M University, College Station, Texas 77843. Email: wangqiq@cs.tamu.edu Department of Electrical Engineering, Texas A&M University, College Station, Texas 77843. Email: wshi@ee.tamu.edu a rectilinear Steiner tree for P that has the shortest total edge length. A rectilinear Steiner arborescence [5, 8] for P is a rectilinear Steiner tree for P such that for each p i P, the length of the unique path in the tree from root to p i is p i. A rectilinear Steiner Minimum Arborescence (SMA) for P is a rectilinear Steiner arborescence for P that has the shortest total edge length. Since the whole paper is about rectilinear Steiner trees, we omit the word rectilinear in the rest of the paper. Definition. For a Steiner tree T with a root, define its k-th moment: M k (T ) = (d T (u)) k du, T where the integration is over all edges of T, d T (u) is the length of the unique path in T from the root to u, and du is the incremental edge length. Given a set of points P in the plane, a k-th moment Steiner Minimum Tree (k-smt) is a Steiner tree that has the minimum k-th moment among all Steiner trees for P, with the origin as the root. Clearly, 0-SMT is the traditional SMT. Figure shows the SMT, -SMT and SMA for a set of points. M 0 (T ) = 4, M 0 (T ) = 5, M 0 (T 3 ) = 6, M (T ) = 98, M (T ) = 97.5, and M (T 3 ) = 98. T 7 T 6 T 3 5 Figure : T is an SMT, T is a -SMT, and T 3 is an SMA. The new formulation is motivated by the advances in Very Large Scale Integration (VLSI). As the feature size of integrated circuits reduces, the wire delay

estimation based the total wire length is no longer accurate. In 983, Rubinstein, Penfield and Horowitz [7] proposed to use the first moment of the routing tree, also known as the Elmore delay, to estimate the wire delay. In 993, Cong, Leung and Zhou [] defined quadratic Steiner tree, which is our -SMT. However, there has been no study on the properties of k-smt for any k, nor any approximation algorithm. This paper contains the following results: For any constant k, k-smt is NP-hard, but not known in NP. For any constant k, the k-th moment of an SMT can be a factor of Ω(n k/ ) worse than that of a k-smt, and the k-th moment of an SMA can be a factor of Ω(log n) worse than that of a k-smt. Given P, it is obvious any 0-SMT for P is an SMT. Any -SMT for P is a Steiner arborescence. An (8/3)c-approximation algorithm for the - SMT problem, where c + ln 3/ is the performance for the approximation of Steiner trees in graphs. An f(k)-approximation algorithm for the k-smt problem, where f(k) is a function of k but independent of n. Properties Theorem. The k-smt problem is NP-hard for any constant k 0. Proof. For k = 0, the problem is the same as the SMT problem, a well known NP-Complete problem []. For k, we use a reduction from SMT. Given an instance P for the SMT problem, let the leftmost point of P be p i = (x i, y i ). Let the minimum square that contains P be size L L. Define the new root = (x i W, y i ), where W = k L 4, see Figure. Now we show for any Steiner trees T and T of P, M 0 (T ) < M 0 (T ) if and only if M k (T {(, p i )}) < M k (T {(, p i )}). W = k L 4 p i Figure : Construction used for reduction. If M 0 (T ) < M 0 (T ), then L M k (T {(, p i )}) M k (T {(, p i )}) < M 0 (T )(W + L ) k M 0 (T )W k (M 0 (T ) )(W + L ) k M 0 (T )W k = M 0 (T )((W + L ) k W k ) (W + L ) k < L ( k L W k ) (W + L ) k = W k (W + L ) k < 0. It is not known if the k-smt problem is in NP, since the k-smt problem does not have the Hanan property as shown below. Definition. The Hanan grid of a set of points P is the grid G(P ) that includes a vertical line and a horizontal line through every point p i P. A problem has Hanan property if there exists an optimal solution that uses only edges of G(P ). Hanan property is useful since it reduces the solution space and makes the problem in NP. Both the SMT problem and the SMA problem have Hanan property [3, 5]. Theorem. The k-smt problem does not have Hanan property for any k. Proof. In Figure, the -SMT does not use edges of G(P ). Similar examples can be constructed for general k. In general, the solutions are not rational. Theorem.3 For any constant k, let T SMT (P ) be an SMT for P and T k-smt (P ) be a k-smt for P. P L

Then max P M k (T SMT (P )) M k (T k-smt (P )) = Ω(nk/ ). Proof. In Figure 3, there are n points placed in Θ( n) rows, with Θ( n) points on each odd row, and point on each even row. It was shown the length of T SMA for the right half is size Then it is easy to see p n M k (T SMT (P )) = Θ ( n k+), ( M k (T SMA (P )) = Θ n k/+). Θ( n) Θ( n) T SMT p n T SMA Figure 3: SMT is not a good approximation for k- SMT. Theorem.4 For any constant k, let T SMA (P ) be an SMA for P and T k-smt (P ) be a k-smt for P. Then max P M k (T SMA (P )) = Ω(log n). M k (T k-smt (P )) Proof. In Figure 4, there are n points equally spaced on the diagonal line from p to p n. It was shown in [5] that the total edge length for the right half of T SMA is Θ(n log n). Therefore, it is easy to verify M k (T SMA ) = Ω(n k+ log n), M k (T SMT ) = Θ(n k+ ). Theorem.5 For any P, lim k k-smt(p ) is a Steiner arborescence. n p n n n T SMA p n T SMT Figure 4: SMA is not a good approximation for k- SMT. Proof. Let (s, t) be any non-monotone path of length ɛ > 0 without branch in a k-smt. By non-monotone, we mean the path from the root to t goes through s, and s > t. We show there exists a K = K(ɛ) such that when k > K, such non-monotone path can not exist in any k-smt. The k-th moment of path (s, t) is dt (t) d T (s) u k du > s +ɛ s t +ɛ t u k du u k du ( = ( t + ɛ) k+ t k+) k + > ɛ t k. On the other hand, a direct path from the root to t will have k-th moment t k+ /(k + ). Therefore when k K = t /ɛ, we have ɛ t /(k + ) and ɛ t k k + t k+. p p

That means a direct path (, t) will have less k- th moment than the (s, t) path. Therefore such (s, t) path cannot exist in any k-smt. Even though an -SMT must be a Steiner arborescence, an -SMT is not necessarily an SMA, see Figure 5. 5 3 SMA 5 3 5 6 5 3 -SMT Figure 5: An SMA is not necessarily an -SMT. 3 Approximation Algorithm For any edge e, M k (e) depends on the path from root to e. Therefore, any change in one part of the tree affects the k-th moment in other parts of the tree. This makes it difficult to apply most approximation techniques on the k-smt problem for any k. In the following, we introduce another cost function that is closely related to M k, but is independent of the rest of the tree. Definition 3. For any Steiner tree T, define the k- th direct cost D k (T ) = u k du, where u = x u + y u is the rectilinear distance from the origin to u. For a given set of points P and the origin as the root, a rectilinear k-th Direct Cost Steiner Minimum Tree (k-dmt) is a rectilinear Steiner tree T such that D k (T ) is the minimum among all rectilinear Steiner trees for P. Lemma 3. For any P, let T k-smt (P ) be a k-smt for P and T k-dmt be a k-dmt for P. Then M k (T k-smt (P )) D k (T k-dmt (P )). T Proof. M k (T k-smt (P )) D k (T k-smt (P )) D k (T k-dmt ). Lemma 3. The k-dmt problem has Hanan property. Proof. We prove that for any set of points P, there exists a k-dmt that uses only edges of G(P ). The proof is an adaptation of Hanan s proof for rectilinear Steiner tree problem [3]. Suppose we have a k-dmt T for P, and a grid G(P ). Let I be the set of intersection points on G(P ). Let Q be the set of nodes of T that are not in I. Points in Q are either Steiner points with degree 3 or 4, or corner points with degree. Let I-point denote a point in I and Q-point a point in Q. In the following we will show all Q-points of T can be removed to obtain a new tree T such that D k (T ) = D k (T ). For any Q-point s, let N I (s) be the number neighbors of s that are in I. Let d(s) be the degree of point s. Table shows the cases. For Case, it is easy to see s I. For Case, if s is a Steiner point and d(s) = 4, s can be seen as Steiner points s and s, and d(s ) = d(s ) = 3. Therefore we only need to consider d(s) = 3. s i i q (a) s i i q i t t i q j t j.. t m. (b) q m s i i t (c) Figure 6: Case, where s Q, d(s) = 3, N I (s) =. Let the neighboring I-points of s be i and i, and the neighboring Q-point be q. Without loss of generality, we can assume that i is on the left of s, i is on the right of s, and q is below s, see Figure 6(a). If i is on the left of s and i is below s, then clearly s I. Furthermore, assume the X-coordinate q

Table : Cases in proving Hanan property for k-dmt. N I (s) 0 3 4 Case 4 Case 3 Case / / d(s) 3 Case 4 Case 4 Case Case / 4 Case 4 Case 4 Case Case Case of s is greater than 0. about Y -axis. Otherwise, reflect the graph If we follow the edge sq downward, we might find some edges q i t i going left, and some edges q j t j going right, and q i s and q j s may overlap, see Figure 6(b). Note that q t must go right, since otherwise we will be in Figure 6(c), and by moving edge sq to left we can reduce the cost. Let q m be the end of the sequence of edges from s that are on the same vertical line. Edge q m t m may go either left or right. Let L = {q i q i t i goes to left}, R = {q j q j t j goes to right}, l = L and r = R. Move all vertical edges from s to q m to left by ɛ, and correspondingly, increase the length of edges going to right and decreasing the length of edges going to left. Call the new tree T. First consider the case k =. D (T ) D (T ) qi qj = ( sq m ) ɛ + udu udu q i L q i ɛ q j R q j ɛ = ( sq m ) ɛ + q i ɛ ɛ q j ɛ ɛ q i L q j R = sq m + q i (r l)ɛ q j + ɛ. qi L q j R For every i, if q i t i goes to left, q i+ t i+ must go to right, otherwise moving edge q i q i+ to left will reduce the cost, which is a contradiction to the fact that T is a -DMT. Therefore, r l 0 except for one case, which is in Figure 6(c) (but clearly in this case moving edge sq to left reduces the cost). If ( sq m + q i L q i q j R q j ) > 0, then for any ɛ > 0, D (T ) D (T ) > 0, contradiction to the fact that T is a -DMT. If ( sq m + q i L q i q j R q j ) < 0, then for any ɛ < 0, D (T ) D (T ) > 0, again a contradiction. If ( sq m + q i L q i q j R q j ) = 0, and r l > 0, then D (T ) D (T ) > 0 for any ɛ 0. Finally, if ( sq m + q i L q i q j R q j ) = 0, and r l = 0, then D (T ) D (T ) = 0 for any ɛ. When this happens, we can move all edges from s to q m to the left or right, to either make s an I-point, or remove another Q-point. For k, we prove that T is not a k-dmt by contradiction. For the time being, assume q m is also in the first quadrant. Let (ɛ) = D k (T ) D k (T ) = s q m + q i L u k du qi q i ɛ s ɛ q m ɛ u k du u k du q j R qj q j ɛ u k du. Since T k is a k-smt, (ɛ) reaches local maximum at ɛ = 0. Therefore d dɛ = s k + q i k q j k q m k ɛ=0 q i L and d dɛ = 0, q j R = k q j k + q m k ɛ=0 0. q j R k s k + q i k qi L

Let s = q 0 and L = L {q 0 }. Let q m = q m and R = R {q m}. Since q i k = q j k, q i L q j R and the property that s q q m, it can be shown that there exist lr positive real numbers α i,j such that for each q j R, α i,j =, and for each q i L, i q i k = q j R α i,j q j k, where α i,j = 0 for q j > q i. Such α i,j s must exist, since otherwise, we would be able to move edges between s and q j, for some q j R, to the right to reduce the k-th directed cost of T. Then, we have q i k = q j R α i,j q j k / q i Therefore, q i L q i k < q j R α i,j q j k. < q j R q j k, which contradicts with the fact that (d /dɛ ) ɛ=0 0. If q m is in the fourth quadrant, then either d(q m ) = 3 or q m t m goes to right, otherwise we can flip the q m corner from shape to shape to reduce the direct cost. Thus, we can divide the subgraph into two parts, one in the first quadrant and the other in the fourth quadrant, then we get similar cases, which will also lead to a contradiction. Case 3. Now consider the case that s is a corner point d(s) = and N I (s) =. This case can be viewed as a special case of Figure 6(a), by removing point i and edge si, or removing point i and edge si. Then a similar argument shows s can be removed from Q. Case 4. The following argument proves that Q is empty after removing all s that are in Cases, and 3 from Q. Assume the contrary, that is, if Q is not empty, any point s remaining in Q is either d(s) 3 and N I (s), or d(s) = and N I (s) = 0. It implies that for any s in Q, there are at least edges, each connects s with another Q-point. Suppose there are m such points remaining in Q. It s easy to see that for the subgraph with those m points, there are at least m edges in this subgraph. This implies that there exists a cycle in this subgraph. Obviously it cannot happen. Therefore, Q is empty. Given a graph G = (V, E) with weight w : E [0, + ) and a subset of vertices S V, a Steiner tree T for S is a connected subgraph that contains all the vertices in S and e T w(e) is minimum. Finding Steiner tree for graphs is NP-Complete. The best approximation algorithm is a factor of + ln 3/ from the optimal [6]. For each edge e of Hanan grid G(P ), assign weight w(e) = D k (e). Lemma 3. says that in order to find a k-dmt, we can find an SMT for graph G(P ) with weight w. Our approximation algorithm is given in Figure 7. At step 7 of the algorithm, the factor 3 is from careful analysis for k = in order to give the best performance bound. Let v, v,..., v m be the nodes to which the algorithm adds direct paths from the root. Let R,..., R m+ be the depth-first traversal of T d, where R i is between v i and v i. Let L,..., L m be the paths added, where L i is from to v i. Figure 8 shows one part of the graph generated by the above algorithm. In the figure, R i is the traversal path from v i to v i. There may be some nodes in the path. When L i is added, the length of the path from through v i to v i is 3 v i, or ( L i + R i ) = 3 v i = 3 L i. Lemma 3.3 In step 0 of the algorithm when L i is added, M (L i ) + M (R i ) + M (L i ) 8 3 D (R i ). Proof. Paths L i, L i and R i form a cycle of length Therefore, L i + R i + L i = 4 L i. M (L i ) + M (R i ) + M (L i )

Algorithm Approximation algorithm for -SMT. Input: P = {p,..., p n } is a set of points and root = (0, 0). Output: T is an approximation -SMT. : Construct G(P ) and assign weight w(e) = D (e) for each edge e; : Find Steiner minimum tree T d for P in graph G(P ); 3: Traverse edges of T d in depth-first order; Let e, e,..., e N be the sequence of edges of T d in the traversal, where each edge appears twice; 4: Let i, T ; 5: while i N do begin 6: Consider edge e i = (u i, u i+ ); 7: if d T (u i ) + (u i, u i+ ) < 3 u i+ then 8: T T {e i }, i i + ; 9: else find point q e i such that d T (u i ) + (u i, q) = 3 q ; 0: T T {(, q), (q, u i )}, u i q; : end; : for each p i P do 3: Mark the edges of T on the shortest path from p i to ; 4: Delete all edges that are not marked. Figure 7: Approximation algorithm for -SMT. v i L i R i x p Traversal direction v i L i L i 0 3 Li L i + = 3 L i. ( L i x)dx L i +x dx Li 3 Figure 8: Part of depth-first traversal R, with direct paths added. = Li 0 udu = 4 L i. On the other hand, consider any point p on R i. Let the length of path from v i to p be x. Then from the algorithm, the length of path (, p) through v i is at most 3 p. In addition, p L i x. Therefore, D (R i ) = u du u R i Ri { } Li +x max, L i x dx 3 0 Theorem 3.4 Given a set of points, Algorithm finds a Steiner tree T in polynomial time such that M (T ) 8 3 c M (T -SMT (P )), where c is the factor for best approximation algorithm for Steiner trees in graphs, and T -SMT (P ) is a -SMT for P. Proof. The time complexity is bounded by the time to find Steiner trees for graphs in step of the algorithm. All other steps are low order polynomial. Suppose we have found T d which is a c- approximation -DMT. Let v, v,..., v m be the nodes to which the algorithm adds direct paths from the root. Let R,..., R m+ be the depth-first traversal of T d, where R i is between v i and v i. Let L,..., L m

be the paths added, where L i is from to v i. For any point u T d, there are corresponding copies u, u in R = {R,..., R m+ }, because the traversal goes through u twice. Suppose u appears in R j and u appears in R k, and d T (u ) is the length from the root to u through R j and d T (u ) the length through R k. Because in step 4, we keep the shortest path from to u, d T (u) = min{d T (u ), d T (u )} d T (u ) + d T (u ). Therefore, M (T ) m d T (u ) + d T (u ) M (L i ) + du i= u T d m M (L i ) + m+ M (R i ) i= i= = m+ (M (L i ) + M (R i ) + M (L i )). i= Here, we let M (L 0 ) = M (L m+ ) = 0 to satisfy the boundary condition. From Lemma 3.3, M (T ) m+ i= 8 3 D (R i ) 4 3 D (T d ) = 8 3 D (T d ). On the other hand, let T be optimal Steiner tree for G(P ), then from Lemma 3., D (T d ) c D (T ) c M (T -SMT ). Therefore, M (T ) 8 3 c M (T -SMT ). References [] J. Cong, K. S. Leung, and D. Zhou, Performance driven interconnect design based on distributed RC delay model, in Proc. 30th Design Automation Conf., June 993, pp. 606 6. [] M. R. Garey and D. S. Johnson, The rectilinear Steiner tree problem is NP-complete, SIAM J. Appl. Math. 3 (977), pp. 86 834. [3] M. Hanan, On Steiner s problem with rectilinear distance, SIAM J. Appl. Math. 4 () (966), pp. 55 65. [4] F. K. Hwang, D. S. Richards, and P. Winter, The Steiner Tree Problem, North-Holland, Amsterdam, 99. [5] S. K. Rao, P. Sadayappan, F. K. Hwang, and P. W. Shor, The rectilinear Steiner arborescence problem, Algorithmica 7 (99), pp. 77 88. [6] G. Robins and A. Zelikovsky, Improved Steiner tree approximation in graphs, in Proc. th ACM-SIAM Symp. Disc. Algo. (SODA), Jan. 000, pp. 770 779. [7] J. Rubinstein, P. Penfield, Jr., and M. Horowitz, Signal delay in RC tree networks, IEEE Trans. on Computer-Aided Design (3) (983), pp. 0. [8] W. Shi and C. Su, The rectilinear Steiner arborescence problem is NP-complete, in Proc. th ACM-SIAM Symp. Disc. Algo. (SODA), Jan. 000, pp. 780 787. Because the Hanan property is true for k-dmt, we have Theorem 3.5 Algorithm works for any k, except that the constant 3 in steps 7 and 9 has to be changed to β k = (k+)/k. The performance is bounded by f(k) = (β k + ) k+ β k k c, where c + ln 3/ is the performance for the approximation of Steiner trees in graphs.