User Portlet User Portlet

Discussions
Not sure if this is what you are asking, but: 1) Subsets[Range[10], {2}] would create all pairs where ordering is not important. 2) Then taking Subsets[Subsets[Range[10], {2}], {5}] would give all sets of 5 of these pairs, again where ordering...