Introduction - If you have any usage issues, please Google them yourself
Branch and bound method for solving 0-1 knapsack problem. N items and a capacity V of the backpack, the cost of items i C [i], the value of W [i], the sum of the cost of these items can not exceed the capacity backpack Solving which items into a backpack, and the value of the sum of the maximum.