Maximum Coverage $k$-Antichains and Chains: A Greedy Approach
Manuel C\'aceres, Andreas Grigorjew, Wanchote Po Jiamjitrak and, Alexandru I. Tomescu

TL;DR
This paper introduces new algorithms for the Maximum Coverage $k$-Antichains problem in acyclic digraphs, achieving faster exact solutions, near-linear parameterized running times, and improved approximation ratios using greedy set cover techniques.
Contribution
It presents the first exact $|E|^{1+o(1)}$ time algorithm for MA-$k$, a near-linear randomized algorithm, and an improved approximation algorithm, advancing the computational methods for this problem.
Findings
First exact algorithm for MA-$k$ running in $|E|^{1+o(1)}$ time.
Near-linear randomized algorithm with $ ilde{O}( ext{alpha}_k|E|)$ complexity.
Approximation algorithm with ratio > 0.63 and improved running time.
Abstract
Given an input acyclic digraph and a positive integer , the problem of Maximum Coverage -Antichains (resp., Chains) denoted as MA- (resp., MC-) asks to find sets of pairwise unreachable vertices, known as antichains (resp., subsequences of paths, known as chains), maximizing the number of vertices covered by these antichains (resp. chains). While MC- has been recently solved in (almost) optimal time [Kogan and Parter, ICALP 2022], the fastest known algorithm for MA- is a recent -time solution [Kogan and Parter, ESA 2024] as well as a approximation running in time in the same paper. In this paper, we leverage a paths-based proof of the Greene-Kleitmann (GK) theorem with the help of the greedy algorithm for set cover and recent advances on fast algorithms for flows and shortest paths to obtain…
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
