A Polynomial-Time Algorithm for Special Cases of the Unbounded Subset-Sum Problem
Majid Salimi, Hamid Mala

TL;DR
This paper introduces polynomial-time algorithms for specific cases of the NP-complete Unbounded Subset-Sum Problem, improving efficiency for certain input conditions and providing probabilistic solutions for larger instances.
Contribution
The paper presents new polynomial-time algorithms for special cases of USSP and a probabilistic method for larger inputs, advancing solution approaches for this NP-complete problem.
Findings
Efficient polynomial-time algorithm with O(n) complexity for specific USSP cases.
Probabilistic algorithm with O(n^2) complexity for larger inputs, with success probability up to 1.
Algorithms can solve large-scale USSP instances under certain conditions, despite NP-completeness.
Abstract
The Unbounded Subset-Sum Problem (USSP) is defined as: given sum and a set of integers output a set of non-negative integers such that . The USSP is an NP-complete problem that does not have any known polynomial-time solution. There is a pseudo-polynomial algorithm for the USSP problem with time complexity and memory complexity, where is the smallest element of \cite{PH}. This algorithm is polynomial in term of the number of inputs, but exponential in the size of . Therefore, this solution is impractical for the large-scale problems. In this paper, first we propose an efficient polynomial-time algorithm with computational complexity for solving the specific case of the USSP where , 's are the elements of a…
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
TopicsAdvanced Graph Theory Research · Optimization and Packing Problems · Complexity and Algorithms in Graphs
