The.Algorithm.Design.Manual.Springer-Verlag.1998

The.Algorithm.Design.Manual.Springer-Verlag.1998 The.Algorithm.Design.Manual.Springer-Verlag.1998

18.04.2013 Views

1.2.10 Knapsack Problem 1.2.10 Knapsack Problem INPUT OUTPUT Input Description: A set of items S=\{1,...,n\} , where item i has size s_i and value v_i . A knapsack capacity C . Problem: Find the subset S' \subset S which maximizes the value of \sum_{i \in S'} v_i given that \sum_{i \in S'} s_i \leq C , ie. fits in a knapsack of size C . Implementations ● Netlib / TOMS -- Collected Algorithms of the ACM (FORTRAN) (rating 6) ● Discrete Optimization Methods (Pascal) (rating 4) Related Problems ● Bin Packing file:///E|/WEBSITE/FILES/00000017.HTM (1 of 2) [19/1/2003 1:37:18]

1.2.10 Knapsack Problem ● Linear Programming Go to the corresponding chapter in the book About the Book Send us Mail Go to Main Page This page last modified on Tue Jun 03, 1997 . file:///E|/WEBSITE/FILES/00000017.HTM (2 of 2) [19/1/2003 1:37:18]

1.2.10 Knapsack Problem<br />

● Linear Programming<br />

Go to the corresponding chapter in the book<br />

About the Book<br />

Send us Mail<br />

Go to Main Page<br />

This page last modified on Tue Jun 03, 1997 .<br />

file:///E|/WEBSITE/FILES/00000017.HTM (2 of 2) [19/1/2003 1:37:18]

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!