I'm reading up about the Knapsack problem on Wiki and it's associated problem, the subset sum problem. However, the language is a little vague, so I'd like to clarify about what exactly is going on here.
If I define my problem to be a set of positive integers only, to target a positive integer, is that still an NP-complete problem of the subset-sum/knapsack variant?