Approximating Knapsack and Partition via Dense Subset Sums

01/23/2023
by   Mingyang Deng, et al.
0

Knapsack and Partition are two important additive problems whose fine-grained complexities in the (1-ε)-approximation setting are not yet settled. In this work, we make progress on both problems by giving improved algorithms. - Knapsack can be (1 - ε)-approximated in Õ(n + (1/ε) ^ 2.2 ) time, improving the previous Õ(n + (1/ε) ^ 2.25 ) by Jin (ICALP'19). There is a known conditional lower bound of (n+ε)^2-o(1) based on (min,+)-convolution hypothesis. - Partition can be (1 - ε)-approximated in Õ(n + (1/ε) ^ 1.25 ) time, improving the previous Õ(n + (1/ε) ^ 1.5 ) by Bringmann and Nakos (SODA'21). There is a known conditional lower bound of (1/ε)^1-o(1) 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.

READ FULL TEXT

Please sign up or login with your details

Forgot password? Click here to reset