Faster Parameterized Vertex Multicut
Huairui Chu, Yuxi Liu, Daniel Lokshtanov, Junqiang Peng, Kangyi Tian, Mingyu Xiao

TL;DR
This paper presents a significantly faster fixed-parameter algorithm for the Vertex Multicut problem by refining the shadow removal technique, reducing the running time to $k^{O(k)}n^{O(1)}$, and improving related cut problems.
Contribution
The authors introduce a refined shadow removal step that reduces the algorithm's running time for Vertex Multicut to $k^{O(k)}n^{O(1)}$, advancing parameterized complexity methods.
Findings
Achieved a $k^{O(k)}n^{O(1)}$ time algorithm for Vertex Multicut.
Improved algorithms for Directed Subset Feedback Vertex Set and Directed Multiway Cut.
Refined shadow removal technique with only $k^{O(k)} ext{log} n$ overhead.
Abstract
In the {\sc Vertex Multicut} problem the input consists of a graph , integer , and a set of pairs of vertices of . The task is to find a set of at most vertices such that, for every , there is no path from to in . Marx and Razgon [STOC 2011 and SICOMP 2014] and Bousquet, Daligault, and Thomass\'{e} [STOC 2011 and SICOMP 2018] independently and simultaneously gave the first algorithms for {\sc Vertex Multicut} with running time . The running time of their algorithms is and , respectively. As part of their result, Marx and Razgon introduce the {\em shadow removal} technique, which was subsequently applied in algorithms for several parameterized cut and separation problems. The shadow removal step is the only step of…
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 · Vehicle Routing Optimization Methods
