Sciweavers

SIAMCOMP
2016

The Power of Deferral: Maintaining a Constant-Competitive Steiner Tree Online

8 years 17 days ago
The Power of Deferral: Maintaining a Constant-Competitive Steiner Tree Online
In the online Steiner tree problem, a sequence of points is revealed one-by-one: when a point arrives, we only have time to add a single edge connecting this point to the previous ones, and we want to minimize the total length of edges added. Here, a tight bound has been known for two decades: the greedy algorithm maintains a tree whose cost is O(log n) times the Steiner tree cost, and this is best possible. But suppose, in addition to the new edge we add, we have time to change a single edge from the previous set of edges: can we do much better? Can we, e.g., maintain a tree that is constant-competitive? We answer this question in the affirmative. We give a primal-dual algorithm that makes only a single swap per step (in addition to adding the edge connecting the new point to the previous ones), and such that the tree’s cost is only a constant times the optimal cost. Our dual-based analysis is quite different from previous primal-only analyses. In particular, we give a corresponde...
Albert Gu, Anupam Gupta, Amit Kumar 0001
Added 09 Apr 2016
Updated 09 Apr 2016
Type Journal
Year 2016
Where SIAMCOMP
Authors Albert Gu, Anupam Gupta, Amit Kumar 0001
Comments (0)