On a Geometric Interpretation Of the Subset Sum Problem
Marius Costandin

TL;DR
This paper presents a polynomial-time approximation scheme (FPTAS) for the Subset Sum Problem by interpreting it geometrically as a hyperplane intersection with a hypercube, and applies this to the simultaneous subset-sum problem.
Contribution
The paper introduces a novel geometric interpretation of SSP and develops an efficient FPTAS algorithm with complexity depending on the approximation parameter.
Findings
Provides an algorithm with complexity O(1/ε * n^b) for SSP.
Proves the algorithm can find or exclude vertices in a slab of given thickness.
Applies the method to the simultaneous subset-sum problem.
Abstract
For and , the Subset Sum Problem (SSP) such that can be interpreted as the problem of deciding whether the intersection of the positive unit hypercube with the hyperplane contains at least a vertex. In this paper, we give an algorithm of complexity , for some absolute constant , which either proves that there are no vertices in a slab of thickness either finds a vertex in the slab of thickness . It is shown that any vertex in a slab of thickness meets , therefore making the proposed algorithm a FPTAS for the SSP. The results are then applied to the study of the so called…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMathematics and Applications · Advanced Numerical Analysis Techniques · Computational Geometry and Mesh Generation
