subset_sum_backtrack_test, a FORTRAN90 code which calls subset_sum_backtrack(), which seeks solutions of the subset sum problem.
The computer code and data files described and made available on this web page are distributed under the MIT license
subset_sum_backtrack, a FORTRAN90 code 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.