Approximating Knapsack and Partition via Dense Subset Sums
Abstract
Knapsack and Partition are two important additive problems whose fine-grained complexities in the -approximation setting are not yet settled. In this work, we make progress on both problems by giving improved algorithms. - Knapsack can be -approximated in time, improving the previous by Jin (ICALP'19). There is a known conditional lower bound of based on -convolution hypothesis. - Partition can be -approximated in time, improving the previous by Bringmann and Nakos (SODA'21). There is a known conditional lower bound of based on Strong Exponential Time Hypothesis. Both of our new algorithms apply the additive combinatorial results on dense subset sums by Galil and Margalit (SICOMP'91), Bringmann and Wellnitz (SODA'21). Such techniques have not been explored in the context of Knapsack prior to our work. In addition, we design several new methods to speed up the divide-and-conquer steps which naturally arise in solving additive problems.
Cite
@article{arxiv.2301.09333,
title = {Approximating Knapsack and Partition via Dense Subset Sums},
author = {Mingyang Deng and Ce Jin and Xiao Mao},
journal= {arXiv preprint arXiv:2301.09333},
year = {2023}
}
Comments
To appear in SODA 2023. Corrects minor mistakes in Lemma 3.3 and Lemma 3.5 in the proceedings version of this paper