Minimum Chain Cover in Almost Linear Time
Abstract: A minimum chain cover (MCC) of a -width directed acyclic graph (DAG) is a set of chains (paths in the transitive closure) of such that every vertex appears in at least one chain in the cover. The state-of-the-art solutions for MCC run in time [M\"akinen et at., TALG], , [C\'aceres et al., SODA 2022], [Kogan and Parter, ICALP 2022] and [Kogan and Parter, SODA 2023], where and 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 . 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 \"Ozkan, ICALP 2010] data structure boosted with the SIZE-SPLIT operation and answering queries in amortized logarithmic time, which can be of independent interest.
Paper Prompts
Sign up for free to create and run prompts on this paper.