Approximating the two-source minimum routing cost spanning trees Bang Ye Wu Shu-Te University.

7
Approximating the two- source minimum routing cost spanning trees Bang Ye Wu Shu-Te University

Transcript of Approximating the two-source minimum routing cost spanning trees Bang Ye Wu Shu-Te University.

Page 1: Approximating the two-source minimum routing cost spanning trees Bang Ye Wu Shu-Te University.

Approximating the two-source minimum routing cost spanning trees

Bang Ye WuShu-Te University

Page 2: Approximating the two-source minimum routing cost spanning trees Bang Ye Wu Shu-Te University.

Problem Definition

Input: an undirected graph with nonnegative edge lengths, two vertices as sources and all vertices as destinationsOutput: a spanning tree such that the total distance from sources to destinations (including the sources) is minimum, that is, we want to minimize

)],(),([ 21 vsdvsd Tv T

Page 3: Approximating the two-source minimum routing cost spanning trees Bang Ye Wu Shu-Te University.

Result

The NP-hardness of the problem.A PTAS: for any >0, the scheme finds a (1+ )-approximation solution with time complexity )( 1/1 nO

Page 4: Approximating the two-source minimum routing cost spanning trees Bang Ye Wu Shu-Te University.

Related problems

OCT: ijdT(i,j), arbitrary nonnegative requirements.MRCT: requirement=1PROCT: ij=ri*rj, ri is nonnegative vertex weightSROCT: ij=ri+rj

k-MRCT is a special case of SROCT. The sources have weight 1 and others have weight 0

Page 5: Approximating the two-source minimum routing cost spanning trees Bang Ye Wu Shu-Te University.

OCT problemsm

ore

gene

ral

p-source MRCT, arbitrary p

2-source MRCT

Optimum Communication spanning Tree

SROCTPROCT

MRCT p-source MRCT, fixed p

2-source OCT

p-source OCT, fixed p

Page 6: Approximating the two-source minimum routing cost spanning trees Bang Ye Wu Shu-Te University.

Previous results

problem Approx. ratio reference

OCT O(lognloglogn) SICOMP

PROCT PTAS JALG

SROCT 2 DAM

MRCT PTAS SICOMP

Page 7: Approximating the two-source minimum routing cost spanning trees Bang Ye Wu Shu-Te University.

Future research

k-MRCT, fixed k and arbitrary kK-OCT, fixed k and arbitrary kOn the plane