Parameterized Complexity of Weighted Multicut in Trees

Abstract

The Edge Multicut problem is a classical cut problem where given anundirected graph GG, a set of pairs of vertices P\mathcal{P}, and a budgetkk, the goal is to determine if there is a set SS of at most kk edges suchthat for each (s,t)P(s,t) \in \mathcal{P}, GSG-S has no path from ss to tt. EdgeMulticut has been relatively recently shown to be fixed-parameter tractable(FPT), parameterized by kk, by Marx and Razgon [SICOMP 2014], andindependently by Bousquet et al. [SICOMP 2018]. In the weighted version of theproblem, called Weighted Edge Multicut one is additionally given a weightfunction wt:E(G)N\mathtt{wt} : E(G) \to \mathbb{N} and a weight bound ww, and thegoal is to determine if there is a solution of size at most kk and weight atmost ww. Both the FPT algorithms for Edge Multicut by Marx et al. and Bousquetet al. fail to generalize to the weighted setting. In fact, the weightedproblem is non-trivial even on trees and determining whether Weighted EdgeMulticut on trees is FPT was explicitly posed as an open problem by Bousquet etal. [STACS 2009]. In this article, we answer this question positively bydesigning an algorithm which uses a very recent result by Kim et al. [STOC2022] about directed flow augmentation as subroutine. We also study a variant of this problem where there is no bound on the sizeof the solution, but the parameter is a structural property of the input, forexample, the number of leaves of the tree. We strengthen our results by statingthem for the more general vertex deletion version.<br

    Similar works