On Algorithms for $L$-bounded Cut Problem
Abstract
Given a graph with two distinguished vertices and an integer parameter , an {\em -bounded cut} is a subset of edges (vertices) such that the every path between and in has length more than . The task is to find an -bounded cut of minimum cardinality. Though the problem is very simple to state and has been studied since the beginning of the 70's, it is not much understood yet. The problem is known to be -hard to approximate within a small constant factor even for (for for the vertex cuts). On the other hand, the best known approximation algorithm for general graphs has approximation ratio only in the edge case, and in the vertex case, where denotes the number of vertices. We show that for planar graphs, it is possible to solve both the edge- and the vertex-version of the problem optimally in time . That is, the problem is fixed parameter tractable (FPT) with respect to on planar graphs. Furthermore, we show that the problem remains FPT even for bounded genus graphs, a super class of planar graphs. Our second contribution deals with approximations of the vertex version of the problem. We describe an algorithm that for a given a graph , its tree decomposition of treewidth and vertices and computes a -approximation of the minimum -bounded vertex cut; if the decomposition is not given, then the approximation ratio is . For graphs with treewidth bounded by for any , but not by a constant, this is the best approximation in terms of~ that we are aware of.
Cite
@article{arxiv.1705.02390,
title = {On Algorithms for $L$-bounded Cut Problem},
author = {Petr Kolman},
journal= {arXiv preprint arXiv:1705.02390},
year = {2017}
}
Comments
11 pages + 2 pages of Appendix. The new version (Sep 8, 2017) improves by a logarithmic factor the approximation ratio in Section 3