Directed Capacity-Preserving Subgraphs: Hardness and Exact Polynomial Algorithms
Markus Chimani, Max Ilsen
TL;DR
This work studies MCPS, the problem of finding the smallest subgraph that preserves at least $α$ times the maximum $u$-$v$-flow for every pair $(u,v)$ in a directed graph, motivating practical network power savings. It proves NP-hardness even on restricted DAGs and establishes para-NP-hardness w.r.t. several graph-structure parameters, then introduces Laminar Series-Parallel Graphs (LSPs) to extend the class of graphs for which strong results can be obtained. The authors provide two DSP-based algorithms—linear-time for MCPS1 and cubic-time for MCPS on DSP—and lift these techniques to LSPs, yielding a polynomial-time MCPS on LSPs and a quadratic-time MCPS1 on LSPs, by decomposing LSPs into DSP subproblems. They further connect MCPS to related problems like MED and DHC, showing how the LSP framework enables efficient solutions and broad applicability, while outlining open questions about undirected variants, tighter approximations, and linear-time possibilities on LSPs.
Abstract
We introduce and discuss the Minimum Capacity-Preserving Subgraph (MCPS) problem: given a directed graph and a retention ratio $α\in (0,1)$, find the smallest subgraph that, for each pair of vertices $(u,v)$, preserves at least a fraction $α$ of a maximum $u$-$v$-flow's value. This problem originates from the practical setting of reducing the power consumption in a computer network: it models turning off as many links as possible while retaining the ability to transmit at least $α$ times the traffic compared to the original network. First we prove that MCPS is NP-hard already on a restricted set of directed acyclic graphs (DAGs) with unit edge capacities. Our reduction also shows that a closely related problem (which only considers the arguably most complicated core of the problem in the objective function) is NP-hard to approximate within a sublogarithmic factor already on DAGs. In terms of positive results, we present two algorithms that solve MCPS optimally on directed series-parallel graphs (DSPs): a simple linear-time algorithm for the special case of unit edge capacities and a cubic-time dynamic programming algorithm for the general case of non-uniform edge capacities. Further, we introduce the family of laminar series-parallel graphs (LSPs), a generalization of DSPs that also includes cyclic and very dense graphs. Their properties allow us to solve MCPS on LSPs by employing our DSP-algorithms as subroutines. In addition, we give a separate quadratic-time algorithm for MCPS on LSPs with unit edge capacities that also yields straightforward quadratic time algorithms for several related problems such as Minimum Equivalent Digraph and Directed Hamiltonian Cycle on LSPs.
