knapsack_01_test, a MATLAB code which calls knapsack_01(), which uses brute force to solve small versions of the 0/1 knapsack problem.
The computer code and data files described and made available on this web page are distributed under the MIT license
knapsack_01, a MATLAB code which uses brute force to solve small versions of the 0/1 knapsack problem;