partition_brute_test


partition_brute_test, a Fortran90 code which calls partition_brute(), which seeks solutions of the partition problem, splitting a set of integers into two subsets with equal sum.

Licensing:

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

Related Data and Programs:

partition_brute, a Fortran90 code which seeks solutions of the partition problem, splitting a set of integers into two subsets with equal sum.

Source Code:


Last revised on 05 August 2020.