Implementation of approximation algorithms for weighted and unweighted edge-disjoint paths in bidirected trees

  • Authors:
  • Thomas Erlebach;Klaus Jansen

  • Affiliations:
  • Computer Engineering and Networks Laboratory (TIK), ETH Zürich, Gloriastrasse 35, 8092 Zürich, Switzerland;Institute for Computer Science and Applied Mathematics, Christian-Albrechts-Universität zu Kiel, Olshausenstr. 40, 24098 Kiel, Germany

  • Venue:
  • Journal of Experimental Algorithmics (JEA)
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Given a set of weighted directed paths in a bidirected tree, the maximum weight edge-disjoint paths problem (MWEDP) is to select a subset of the given paths such that the selected paths are edge-disjoint and the total weight of the selected paths is maximized. MWEDP is NP- hard for bidirected trees of unbounded degree, even if all weights are the same (the unweighted case). Three different approximation algorithms are implemented: a known combinatorial (5/3 + ε)-approximation algorithm A1 for the unweighted case, a new combinatorial 2-approximation algorithm A2 for the weighted case, and a known (5/3 + ε)-approximation algorithm A3 for the weighted case that is based on linear programming. For algorithm A1, it is shown how efficient data structures can be used to obtain a worst-case running-time of O(m + n + 41/ε √n ċ m) for instances consisting of m paths in a tree with n nodes. Experimental results regarding the running-times and the quality of the solutions obtained by the three approximation algorithms are reported. Where possible, the approximate solutions are compared to the optimal solutions, which were computed by running CPLEX on an integer linear programming formulation of MWEDP.