Minimum Chain Cover in Almost Linear Time

05/03/2023
by   Manuel Cáceres, et al.
0

A minimum chain cover (MCC) of a k-width directed acyclic graph (DAG) G = (V, E) is a set of k chains (paths in the transitive closure) of G such that every vertex appears in at least one chain in the cover. The state-of-the-art solutions for MCC run in time Õ(k(|V|+|E|)) [Mäkinen et at., TALG], O(T_MF(|E|) + k|V|), O(k^2|V| + |E|) [Cáceres et al., SODA 2022], Õ(|V|^3/2 + |E|) [Kogan and Parter, ICALP 2022] and Õ(T_MCF(|E|) + √(k)|V|) [Kogan and Parter, SODA 2023], where T_MF(|E|) and T_MCF(|E|) are the running times for solving maximum flow (MF) and minimum-cost flow (MCF), respectively. In this work we present an algorithm running in time O(T_MF(|E|) + (|V|+|E|)logk). By considering the recent result for solving MF [Chen et al., FOCS 2022] our algorithm is the first running in almost linear time. Moreover, our techniques are deterministic and derive a deterministic near-linear time algorithm for MCC if the same is provided for MF. At the core of our solution we use a modified version of the mergeable dictionaries [Farach and Thorup, Algorithmica], [Iacono and Özkan, ICALP 2010] data structure boosted with the SIZE-SPLIT operation and answering queries in amortized logarithmic time, which can be of independent interest.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/17/2022

Minimum Path Cover in Parameterized Linear Time

A minimum path cover (MPC) of a directed acyclic graph (DAG) G = (V,E) i...
research
11/10/2022

Steiner Connectivity Augmentation and Splitting-off in Poly-logarithmic Maximum Flows

We give an almost-linear time algorithm for the Steiner connectivity aug...
research
07/12/2021

Sparsifying, Shrinking and Splicing for Minimum Path Cover in Parameterized Linear Time

A minimum path cover (MPC) of a directed acyclic graph (DAG) G = (V,E) i...
research
12/07/2022

Fast and Practical DAG Decomposition with Reachability Applications

We present practical linear and almost linear-time algorithms to compute...
research
05/17/2023

Convex Cover and Hidden Set in Funnel Polygons

We present linear-time algorithms for both maximum hidden set and minimu...
research
08/17/2023

Minimum Path Cover: The Power of Parameterization

Computing a minimum path cover (MPC) of a directed acyclic graph (DAG) i...
research
07/22/2019

Optimal In-place Algorithms for Basic Graph Problems

We present linear time in-place algorithms for several basic and fundam...

Please sign up or login with your details

Forgot password? Click here to reset