English

Approximating Subset Sum Ratio via Partition Computations

Data Structures and Algorithms 2022-12-08 v2

Abstract

We present a new FPTAS for the Subset Sum Ratio problem, which, given a set of integers, asks for two disjoint subsets such that the ratio of their sums is as close to 11 as possible. Our scheme makes use of exact and approximate algorithms for the closely related Partition problem, hence any progress over those -- such as the recent improvement due to Bringmann and Nakos [SODA 2021] -- carries over to our FPTAS. Depending on the relationship between the size of the input set nn and the error margin ε\varepsilon, we improve upon the best currently known algorithm of Melissinos and Pagourtzis [COCOON 2018] of complexity O(n4/ε)O(n^4 / \varepsilon). In particular, the exponent of nn in our proposed scheme may decrease down to 22, depending on the Partition algorithm used. Furthermore, while the aforementioned state of the art complexity, expressed in the form O((n+1/ε)c)O((n + 1 / \varepsilon)^c), has constant c=5c = 5, our results establish that c<5c < 5.

Keywords

Cite

@article{arxiv.2201.04165,
  title  = {Approximating Subset Sum Ratio via Partition Computations},
  author = {Giannis Alonistiotis and Antonis Antonopoulos and Nikolaos Melissinos and Aris Pagourtzis and Stavros Petsalakis and Manolis Vasilakis},
  journal= {arXiv preprint arXiv:2201.04165},
  year   = {2022}
}
R2 v1 2026-06-24T08:46:57.399Z