in reply to Re: Contemplating some set comparison tasks
in thread Contemplating some set comparison tasks

Using this tiny data set
key|source a | a a | c b | c b | b
gives a set containing 3 sources [a,b,c].
Shouldn't the result show some reduction, either 2 [a,b] or 1 (the minimum)[c] ?
poj