惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
L
LangChain Blog
GbyAI
GbyAI
F
Fortinet All Blogs
腾讯CDC
Last Week in AI
Last Week in AI
A
About on SuperTechFans
J
Java Code Geeks
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - Franky
B
Blog
D
Docker
G
Google Developers Blog
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
Apple Machine Learning Research
Apple Machine Learning Research
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
宝玉的分享
宝玉的分享
U
Unit 42
Blog — PlanetScale
Blog — PlanetScale
B
Blog RSS Feed

cs.DS updates on arXiv.org

PAC Learning with Bandit Feedback: Sharp Sample Complexity in the Realizable Setting Algorithms with Polynomially-Improved Approximation Factors for the $2 \rightarrow q$ Norm, and Applications A computational phase transition for learning-to-sample from Ising models Covering vertices by sequential stars Fermi-Dirac machines as quantizations of neurons A Comprehensive Evaluation of Vertex Elimination Algorithms for Algorithmic Differentiation A Tight Bound on Localization of Electrical Flows Optimal Dimension-Free Sampling for Regularized Classification Reducing the Randomness in Partition Oracles for Bounded Degree Minor-Free Graphs Beyond the Half-Approximation: Fair and Efficient Online Class Matching Efficient Uniform Sampling of Surjections via their Profiles Tractable Maximization of Budgeted Phylogenetic Diversity on Networks Utilizing Node Scanwidth Fairness in Aggregation: Optimal Top-$k$ and Improved Full Ranking Learning-Augmented Online Scheduling with Parsimonious Preemption Entropy Equivalence Testing Lumberjack: Better Differentially Private Random Forests through Heavy Hitter Detection in Trees The Secretary Problem with a Stochastic Precursor Polynomial-Time Robust Multiclass Linear Classification under Gaussian Marginals Efficient Banzhaf-Based Data Valuation for $k$-Nearest Neighbors Classification Block-Sphere Vector Quantization An Approximation Algorithm for Graph Label Selection Iterative Chow Filtering for Learning with Distribution Shift Complexity of Non-Log-Concave Sampling in Fisher Information Stochastic Matching via Local Sparsification Finite Sample Bounds for Learning with Score Matching What is Learnable in Valiant's Theory of the Learnable? Provable Quantization with Randomized Hadamard Transform Min-Max Optimization Requires Exponentially Many Queries Fast and Compact Graph Cuts for the Boykov-Kolmogorov Algorithm A proximal gradient algorithm for composite log-concave sampling
Min-Sum Set Cover on Parallel Machines
[Submitted on 13 Apr 2026 (v1), last revised 12 Jul 2026 (this v · 2026-04-13 · via cs.DS updates on arXiv.org

View PDF

Abstract:Consider the classical Min-Sum Set Cover problem: We are given a universe $\mathcal{U}$ of $n$ elements and a collection $\mathcal{S}$ of $k$ subsets of $\mathcal{U}$. The goal is to find a subsequence of sets from $\mathcal{S}$ which covers all elements in $\mathcal{U}$, such that the sum of the covering times of the elements is minimized. 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 to the case of $m$ machines, processing the jobs in parallel. We call this problem Parallel Min-Sum Set Cover.
To obtain approximation algorithms for various variants of this task, we exploit a crucial sub-problem called Parallel Densest Subfamily, where the goal is to find an asignment of sets to the machines that maximizes the ratio of the number of covered elements to the length of the assignment. We prove that an $\alpha$-approximation algorithm for this problem implies a $4\alpha$-approximation algorithm for Parallel Min-Sum Set Cover. Then, we show how to find such an assignment using the well known Maximum Coverage Multiple Knapsack problem. In particular, this yields a $\frac{4e}{e-1}+\epsilon$-approximation for identical machines and an $\frac{8e}{e-1}+\epsilon$-approximation for unrelated machines. If the sets are subject to precedence constraints we give a greedy algorithm for unit cost sets, with an $O(k^{2/3})$ approximation ratio and an $O(\log k)$-approximation algorithm for out-forest precedence constraints and identical machines. The latter algorithm uses a reduction to the Group Steiner Orienteering problem which is of independent interest.

Submission history

From: Michał Szyfelbein [view email]
[v1] Mon, 13 Apr 2026 12:29:05 UTC (24 KB)
[v2] Wed, 22 Apr 2026 19:40:22 UTC (24 KB)
[v3] Thu, 28 May 2026 13:44:35 UTC (25 KB)
[v4] Sun, 12 Jul 2026 09:23:37 UTC (27 KB)