Special thanks to one that can help:
Partition a set of numbers (n numbers) into 2 subset so that the sum of numbers in subset 1 has the least difference with the sum of numbers in subset 2. Also the following condition is necessary:
- If n = 2k, each subset has k members
- If n = 2k+1, one subset has k members and the other has k+1 members.