subset_sum_test


subset_sum_test, a Fortran77 code which calls subset_sum(), which seeks solutions of the subset sum problem, in which it is desired to find a subset of integers which has a given sum.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

subset_sum, a Fortran77 code which seeks solutions of the subset sum problem, in which it is desired to find a subset of integers which has a given sum.

Source Code:


Last revised on 25 October 2022.