A fast approximation algorithm for the subset-sum problem

A fast approximation algorithm for the subset-sum problem

0.00 Avg rating0 Votes
Article ID: iaor20041139
Country: United Kingdom
Volume: 9
Issue: 4
Start Page Number: 437
End Page Number: 459
Publication Date: Jul 2002
Journal: International Transactions in Operational Research
Authors:
Keywords: programming: integer
Abstract:

The subset-sum problem (SSP) is defined as follows: given a positive integer bound and a set of n positive integers find a subset whose sum is closest to, but not greater than, the bound. We present a randomized approximation algorithm for this problem with linear space complexity and time complexity of O(n log n). Experiments with random uniformly-distributed instances of SSP show that our algorithm outperforms, both in running time and average error, Martello and Toth's quadratic greedy search, whose time complexity is O(n2). We propose conjectures on the expected error of our algorithm for uniformly-distributed instances of SSP and provide some analytical arguments justifying these conjectures. We present also results of numerous tests.

Reviews

Required fields are marked *. Your email address will not be published.