A Constant Factor Approximation Algorithm for Unsplittable Flow on Paths
Abstract
In the unsplittable flow problem on a path, we are given a capacitated path and tasks, each task having a demand, a profit, and start and end vertices. The goal is to compute a maximum profit set of tasks, such that for each edge of , the total demand of selected tasks that use does not exceed the capacity of . This is a well-studied problem that has been studied under alternative names, such as resource allocation, bandwidth allocation, resource constrained scheduling, temporal knapsack and interval packing. We present a polynomial time constant-factor approximation algorithm for this problem. This improves on the previous best known approximation ratio of . The approximation ratio of our algorithm is for any . We introduce several novel algorithmic techniques, which might be of independent interest: a framework which reduces the problem to instances with a bounded range of capacities, and a new geometrically inspired dynamic program which solves a special case of the maximum weight independent set of rectangles problem to optimality. In the setting of resource augmentation, wherein the capacities can be slightly violated, we give a -approximation algorithm. In addition, we show that the problem is strongly NP-hard even if all edge capacities are equal and all demands are either~1,~2, or~3.
Cite
@article{arxiv.1102.3643,
title = {A Constant Factor Approximation Algorithm for Unsplittable Flow on Paths},
author = {Paul Bonsma and Jens Schulz and Andreas Wiese},
journal= {arXiv preprint arXiv:1102.3643},
year = {2015}
}
Comments
37 pages, 5 figures Version 2 contains the same results as version 1, but the presentation has been greatly revised and improved. References have been added