subset_sum_test


subset_sum_test, a MATLAB program which calls subset_sum() to seek solutions of the subset sum problem.

Licensing:

I don't care what you do with this code.

Related Data and Programs:

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.

Source Code:


Last modified on 12 March 2019.