Quantity column: Set how many copies of each item you want to consider. The algorithm will find the optimal combination using up to the specified quantities for each item.
Algorithm: Uses classic 0-1 knapsack optimization where each item copy is either selected or not selected.
| Item Name | Value | Weight | Quantity | Action |
|---|---|---|---|---|