Parameterized Complexity of Weighted Multicut in Trees
Esther Galby, D\'aniel Marx, Philipp Schepper, Roohani Sharma,, Prafullkumar Tale

TL;DR
This paper proves that the Weighted Edge Multicut problem on trees is fixed-parameter tractable by developing a new algorithm that leverages recent advances in directed flow augmentation, addressing an open problem in parameterized complexity.
Contribution
The paper establishes the fixed-parameter tractability of Weighted Edge Multicut on trees, a problem previously unresolved, using novel algorithmic techniques and recent flow augmentation results.
Findings
Weighted Edge Multicut on trees is FPT.
New algorithm based on directed flow augmentation.
Addresses open problem from Bousquet et al. 2009.
Abstract
The Edge Multicut problem is a classical cut problem where given an undirected graph , a set of pairs of vertices , and a budget , the goal is to determine if there is a set of at most edges such that for each , has no path from to . Edge Multicut has been relatively recently shown to be fixed-parameter tractable (FPT), parameterized by , by Marx and Razgon [SICOMP 2014], and independently by Bousquet et al. [SICOMP 2018]. In the weighted version of the problem, called Weighted Edge Multicut one is additionally given a weight function and a weight bound , and the goal is to determine if there is a solution of size at most and weight at most . Both the FPT algorithms for Edge Multicut by Marx et al. and Bousquet et al. fail to generalize to the weighted setting. In fact, the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research
