English

$k$ disjoint $st$-paths activation in polynomial time

Data Structures and Algorithms 2022-08-02 v2

Abstract

In activation network design problems we are given an undirected graph G=(V,E)G=(V,E) and a pair of activation costs {ceu,cev}\{c_e^u,c_e^v\} for each e=uvEe=uv \in E. The goal is to find an edge set FEF \subseteq E that satisfies a prescribed property of minimum activation cost τ(F)=vVmax{cev:eF\mboxisincidenttov}\tau(F)=\sum_{v \in V} \max \{c_e^v: e \in F \mbox{ is incident to } v\}. In the Activation kk Disjoint Paths problem we are given s,tVs,t \in V and an integer kk, and seek an edge set FEF \subseteq E of kk internally disjoint stst-paths of minimum activation cost. The problem admits an easy 22-approximation algorithm. However, it was an open question whether the problem is in P even for k=2k=2 and power activation costs, when ceu=cevc_e^u=c_e^v for all e=uvEe=uv \in E. Here we will answer this question by giving a polynomial time algorithm using linear programing. We will also mention several consequences, among them a polynomial time algorithm for the Activation 2 Edge Disjoint Paths problem, and improved approximation ratios for the Min-Power kk-Connected Subgraph problem.

Cite

@article{arxiv.2111.04011,
  title  = {$k$ disjoint $st$-paths activation in polynomial time},
  author = {Zeev Nutov},
  journal= {arXiv preprint arXiv:2111.04011},
  year   = {2022}
}

Comments

The paper has an error - the proof of Lemma 7 is not correct

R2 v1 2026-06-24T07:29:12.786Z