Scheduling Lower Bounds via AND Subset Sum
Data Structures and Algorithms
2020-04-28 v2
Abstract
Given instances of Subset Sum, the AND Subset Sum problem asks to determine whether all of these instances are yes-instances; that is, whether each set of integers has a subset that sums up to the target integer . We prove that this problem cannot be solved in time , for and any , assuming the Strong Exponential Time Hypothesis (-SETH). We then use this result to exclude -time algorithms for several scheduling problems on jobs with maximum processing time , based on -SETH. These include classical problems such as , the problem of minimizing the total weight of tardy jobs on a single machine, and , the problem of minimizing the number of tardy jobs on two identical parallel machines.
Cite
@article{arxiv.2003.07113,
title = {Scheduling Lower Bounds via AND Subset Sum},
author = {Amir Abboud and Karl Bringmann and Danny Hermelin and Dvir Shabtay},
journal= {arXiv preprint arXiv:2003.07113},
year = {2020}
}
Comments
14 pages, ICALP'20