Hello everyone,
I need to generate all the possible combinations of a set (in my case my set has 32 elements) and I need all possible subsets of 16 elements.
So, anyone have any idea how to do this?
There are subroutines and I have tried, however, documentation is not clear enough. So, if...