
TL;DR
This paper introduces approximation algorithms for the Parallel Min-Sum Set Cover problem, extending classical set cover to multiple machines and providing bounds for related and unrelated machine scenarios.
Contribution
It presents the first approximation algorithms for Parallel Min-Sum Set Cover on multiple machines, utilizing a new subproblem and LP relaxations.
Findings
Achieved a bicriteria approximation for Parallel Maximum Coverage.
Derived an $O(rac{ ext{log } m}{ ext{log log } m})$-approximation for unrelated machines.
Provided a constant-factor approximation for related machines with FPT techniques.
Abstract
Consider the classical Min-Sum Set Cover problem: We are given a universe of elements and a collection of subsets of . Moreover, a cost function is associated with each set. The goal is to find a subsequence of sets in that covers all elements in , such that the sum of the covering times of the elements is minimized. The covering time of an element is the cost of all sets that appear in the sequence before is first covered. This problem can be seen as a scheduling problem on a single machine, where each job represents a set and elements are represented by some kind of utility that is required to be provided by at least one of the jobs. The goal is to schedule the jobs in such a way to minimize the sum of provision times of the utilities. In this paper we consider a natural generalization of this problem…
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.
