2012
DOI: 10.1002/cpe.2800
|View full text |Cite
|
Sign up to set email alerts
|

Parallel solution of the subset‐sum problem: an empirical study

Abstract: The subset-sum problem is a well-known NP-complete combinatorial problem that is solvable in pseudopolynomial time, that is, time proportional to the number of input objects multiplied by the sum of their sizes. This product defines the size of the dynamic programming table used to solve the problem. We show how this problem can be parallelized on three contemporary architectures, that is, a 128-processor Cray Extreme Multithreading (XMT) massively multithreaded machine, a 16-processor IBM x3755 shared memory … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
9
0

Year Published

2012
2012
2016
2016

Publication Types

Select...
5
2

Relationship

1
6

Authors

Journals

citations
Cited by 15 publications
(9 citation statements)
references
References 16 publications
(23 reference statements)
0
9
0
Order By: Relevance
“…In [5] authors have introduced a dynamic programming algorithm and solve the problem in pseudo-polynomial time. However, they use a programming table and perform backtracking on the table which differs from our approach.…”
Section: Introductionmentioning
confidence: 99%
“…In [5] authors have introduced a dynamic programming algorithm and solve the problem in pseudo-polynomial time. However, they use a programming table and perform backtracking on the table which differs from our approach.…”
Section: Introductionmentioning
confidence: 99%
“…This is but one example of how the architecture of the XMT family of machines permits fine-grained parallel computing in graph problems. Other examples appear in [37] and [40][41][42].…”
Section: Fine-grained Synchronizationmentioning
confidence: 99%
“…Figure depicts the main loop of this code where the filling and updating of the words is being carried out. Details of this code are available in and .…”
Section: Performance Of Three Dynamic Programming Codesmentioning
confidence: 99%