I am trying to put together an lp with the following situation.
I have 10 objects (O1-O10) that have 5 characteristics (C1-C5). I want to find a set of 3 of those objects with weights such that the total weight of each characteristic is Y.
Something like this: O1*C1+O1*C2+...+O1*C5 = Y . . . O5*C1+O5*C2+...+O5*C5 = Y
with only 3 O1-O10 greater than 0.
Is this possible?