Approximating Subset Sum Ratio faster than Subset Sum
Abstract
Subset Sum Ratio is the following optimization problem: Given a set of positive numbers , find disjoint subsets minimizing the ratio , where denotes the sum of all elements of . Subset Sum Ratio is an optimization variant of the Equal Subset Sum problem. It was introduced by Woeginger and Yu in '92 and is known to admit an FPTAS [Bazgan, Santha, Tuza '98]. The best approximation schemes before this work had running time [Melissinos, Pagourtzis '18], and [Alonistiotis et al. '22]. In this work, we present an improved approximation scheme for Subset Sum Ratio running in time . Here we assume that the items are given in sorted order, otherwise we need an additional running time of for sorting. Our improved running time simultaneously improves the dependence on to linear and the dependence on to sublinear. For comparison, the related Subset Sum problem admits an approximation scheme running in time [Gens, Levner '79]. If one would achieve an approximation scheme with running time for Subset Sum, then one would falsify the Strong Exponential Time Hypothesis [Abboud, Bringmann, Hermelin, Shabtay '19] as well as the Min-Plus-Convolution Hypothesis [Bringmann, Nakos '21]. We thus establish that Subset Sum Ratio admits faster approximation schemes than Subset Sum. This comes as a surprise, since at any point in time before this work the best known approximation scheme for Subset Sum Ratio had a worse running time than the best known approximation scheme for Subset Sum.
Cite
@article{arxiv.2310.07595,
title = {Approximating Subset Sum Ratio faster than Subset Sum},
author = {Karl Bringmann},
journal= {arXiv preprint arXiv:2310.07595},
year = {2023}
}
Comments
Accepted at SODA'24, 22 pages