Subset sum problem (optimization version)

GPTKB entity

Statements (21)
Predicate Object
gptkbp:instanceOf theoretical computer science
gptkbp:application combinatorial optimization
cryptography
resource allocation
gptkbp:complexity gptkb:NP-hard
gptkbp:field gptkb:mathematics
computer science
gptkbp:firstDescribed 1970s
gptkbp:hasSpecialCase knapsack problem (without weights)
gptkbp:hasVersion subset sum problem (decision version)
https://www.w3.org/2000/01/rdf-schema#label Subset sum problem (optimization version)
gptkbp:input set of integers
target integer
gptkbp:output subset of input integers whose sum is as large as possible but not exceeding the target
gptkbp:relatedTo gptkb:knapsack_problem
subset sum problem
gptkbp:solvedBy dynamic programming
approximation algorithms
branch and bound
gptkbp:bfsParent gptkb:NP-hard
gptkbp:bfsLayer 6