Knapsack problem: Difference between revisions

m
category
(Changed from a redirect to a disambiguation page.)
m (category)
 
(4 intermediate revisions by 4 users not shown)
Line 1:
In a knapsack problem, the goal is to maximize some value subject to a set of constraints. Though the [[/Continuous|continuous case]] is very simple, the discrete cases are NP-complete.
 
See:
* [[Knapsack problem/Unbounded]]
* [[Knapsack problem/Bounded]]
* [[Knapsack problem/0-1]]
* [[Knapsack problem/Continuous]]
 
[[Category:Puzzles]]