A simple Path-based LP Relaxation for Directed Steiner Tree

πŸ“… 2026-03-03
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
This work proposes a path-based linear programming relaxation for the Directed Steiner Tree (DST) problem on layered graphs, circumventing the conventional lift-and-project hierarchy. The approach achieves the current best-known integrality gap bound of \(O(l \log k)\) for graphs with \(k\) terminals and \(l\) layers in a more transparent and streamlined manner. Furthermore, it demonstrates that only \(O(l)\) rounds of the Sherali-Adams hierarchy are sufficient to significantly narrow the integrality gap, while also simplifying the proof of convergence for this hierarchy. By integrating path-based relaxations, combinatorial optimization insights, and integer programming analysis, this study establishes a more efficient and theoretically clear relaxation framework for the DST problem.

Technology Category

Application Category

πŸ“ Abstract
We study the Directed Steiner Tree (DST) problem in layered graphs through a simple path-based linear programming relaxation. This relaxation achieves an integrality gap of O(l log k), where k is the number of terminals and l is the number of layers, which matches the best known bounds for DST previously obtained via lift-and-project hierarchies. Our formulation bypasses hierarchy machinery, offering a more transparent route to the state-of-the-art bound, and it can be exploited to provide an alternative simpler proof that O(l) rounds of the Sherali-Adams hierarchy suffice for reducing the integrality gap on layered instances of DST.
Problem

Research questions and friction points this paper is trying to address.

Directed Steiner Tree
layered graphs
integrality gap
linear programming relaxation
Innovation

Methods, ideas, or system contributions that make the work stand out.

Directed Steiner Tree
LP Relaxation
Integrality Gap
Sherali-Adams Hierarchy
Layered Graphs