subset_sum_test, a MATLAB program which calls subset_sum() to seek solutions of the subset sum problem.
I don't care what you do with this code.
subset_sum, a MATLAB library 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.