Parameterized Algorithms for Min-Max Multiway Cut and List Digraph Homomorphism
Eunjung Kim, Christophe Paul, Ignasi Sau, Dimitrios M., Thilikos

TL;DR
This paper develops fixed-parameter tractable algorithms for the List Digraph Homomorphism and Min-Max Multiway Cut problems, introducing a new general problem and applying randomized contractions to achieve efficient solutions.
Contribution
It introduces the List Allocation problem and provides FPT algorithms for two complex graph problems using a novel reduction and randomized contractions technique.
Findings
FPT algorithm for List Digraph Homomorphism with specific parameterization.
FPT algorithm for Min-Max Multiway Cut with parameterization.
Introduction of the List Allocation problem as a unifying framework.
Abstract
In this paper we design {\sf FPT}-algorithms for two parameterized problems. The first is \textsc{List Digraph Homomorphism}: given two digraphs and and a list of allowed vertices of for every vertex of , the question is whether there exists a homomorphism from to respecting the list constraints. The second problem is a variant of \textsc{Multiway Cut}, namely \textsc{Min-Max Multiway Cut}: given a graph , a non-negative integer , and a set of terminals, the question is whether we can partition the vertices of into parts such that (a) each part contains one terminal and (b) there are at most edges with only one endpoint in this part. We parameterize \textsc{List Digraph Homomorphism} by the number of edges of that are mapped to non-loop edges of and we give a time $2^{O(\ell\cdot\log h+\ell^2\cdot \log \ell)}\cdot…
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 · Optimization and Search Problems
