Recent content by treesloth

  1. T

    MHB Forming groups as nearly equal in sums as possible

    After some more research, this is a subset sum problem, or, in some cases, partitioning. It can be addressed using iterations of the R subsetsum function in the adagio library.
  2. T

    MHB Forming groups as nearly equal in sums as possible

    Hello. I'm not sure what type of problem this is that I'm trying to solve. Any pointers would be greatly appreciated. Suppose you have a list of numbers and you want to form them into, say, 4 groups such that the sum of each group is, as nearly as possible, equal to the sums of each of the...
Back
Top