I need a tool to generate a list of all combinations (without repetition) of $k=7$ elements in a group of $n=36$ elements (it is over $8$ mln unique combinations).
There is this, but it has 2000 combinations limit.
I think there should be something of the kind in Matlab, Sage, Maxima, Maple, Mathematica, or some other special utility (Scientific Linux, other specialized packages). Maybe someone can give a hint what tool to use?
More specifically, I need not only to generate those 7-out-of-36 combinations: I need to divide (partition) 36 numbers into 8+ mln of 7-element-sets ans 29-element-sets (remaining). Subsets shall have only natural numbers in range 1..36. Numbers never repeat (within each subset), intersection of 7-partition and 29-partition shall be always empty.
This is not really a math question, but still, here is one of many possible solutions (Mathematica):
Admittedly, this is going to take a while (~4 minutes in my case).