knapsack_01_brute_test, a Fortran77 code which calls knapsack_01_brute(), which uses brute force to solve small versions of the 0/1 knapsack problem.
The information on this web page is distributed under the MIT license.
knapsack_01_brute, a Fortran77 code which uses brute force to solve small versions of the 0/1 knapsack problem.