A Faster Deterministic Algorithm for Mader's $\mathcal{S}$-Path Packing
Satoru Iwata, Hirota Kinoshita

TL;DR
This paper introduces a faster deterministic algorithm for Mader's $\
Contribution
It presents a new $O(mnk)$ time algorithm for Mader's $\
Findings
Runs in $O(mnk)$ time, improving previous bounds.
Utilizes a novel approach combining known reductions and augmenting-path algorithms.
Provides a more efficient solution for a generalization of matching and disjoint path problems.
Abstract
Given an undirected graph with a set of terminals partitioned into a family of disjoint blocks, find the maximum number of vertex-disjoint paths whose endpoints belong to two distinct blocks while no other internal vertex is a terminal. This problem is called Mader's -path packing. It has been of remarkable interest as a common generalization of the non-bipartite matching and vertex-disjoint paths problem. This paper presents a new deterministic algorithm for this problem via known reduction to linear matroid parity. The algorithm utilizes the augmenting-path algorithm of Gabow and Stallmann (1986), while replacing costly matrix operations between augmentation steps with a faster algorithm that exploits the original -path packing instance. The proposed algorithm runs in time, where , $m =…
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
TopicsOptimization and Packing Problems · Advanced Manufacturing and Logistics Optimization · VLSI and FPGA Design Techniques
