knapsack_greedy_test, a MATLAB code which calls knapsack_greedy(), which uses a greedy algorithm to estimate solutions of the knapsack problem.
The computer code and data files described and made available on this web page are distributed under the MIT license
knapsack_greedy, a MATLAB code which uses a greedy algorith to estimate solutions of the knapsack problem;