Open
Description
From PeterVermont on December 19, 2012 23:40:45
I would like the equivalent of the Python itertools.combinations(iterable, r)
See: http://docs.python.org/2/library/itertools.html#itertools.combinations I wish to make a SimpleCombination of Integers over a range. As best as I can tell, all of your code requires generating a vector the size of the entire range which could be hundreds of thousands.
Thanks!
Original issue: http://code.google.com/p/combinatoricslib/issues/detail?id=5