subset_sum_brute_test, a MATLAB program which calls subset_sum_brute() to illustrate how a subset sum problem can be solved by exhaustive search.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
subset_sum_brute, a MATLAB program which seeks solutions of the subset sum problem, in which it is desired to find a subset of a set of integers which has a given sum; this version of the program is intended as a starting point for a parallel approach.