Multicut is FPT
Nicolas Bousquet, Jean Daligault, St\'ephan Thomass\'e

TL;DR
This paper proves that the Multicut problem, which involves removing edges or vertices to separate specified pairs of vertices, is fixed-parameter tractable when parameterized by the size of the solution, using an algorithm with runtime O(f(k)n^c).
Contribution
The authors establish that Multicut is fixed-parameter tractable, providing an algorithm with runtime depending on the parameter k and polynomial in the size of the graph, extending to vertex multicuts.
Findings
Existence of an FPT algorithm for Multicut parameterized by solution size k.
Algorithm runs in O(f(k)n^c) time, confirming fixed-parameter tractability.
Extension of results to vertex multicuts.
Abstract
Let be a graph on vertices and be a set of pairs of vertices in called \emph{requests}. A \emph{multicut} is a subset of such that every request of is cut by , \i.e. every -path of intersects . We show that there exists an algorithm which decides if there exists a multicut of size at most . In other words, the \M{} problem parameterized by the solution size is Fixed-Parameter Tractable. The proof extends to vertex multicuts.
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
TopicsAdvanced Graph Theory Research · Complexity and Algorithms in Graphs · Computational Geometry and Mesh Generation
