I have a set of rational numbers, and the only allowed operation is calculating the mean of a subset and adding it to the set. The goal is to generate zero.
I tried brute-forcing this problem with S = {7, -4} but failed.
Does this problem have a name and is there an efficient algorithm to solve it or show if there is a solution?