Pruning is applied: if a subset's sum plus the current element exceeds the target, we skip that subset. Additionally, to avoid duplicate partitions (since subsets are unlabeled), we only place an ...