The partition problem is a well-known NP-complete problem. In the definitions I have seen, the input is assumed to be a multiset of integers, and we want to decide the existence of a partition into two sets that have the same sum. My question is:
Is the partition problem still NP-complete if all input integers are distinct (i.e., no integer is repeated)?