Is there any method available in Boost graph liberary to calculate subsets of length N of a SET? if no please guide me how i can calculate it.
e.g.
vector type set = { a, b, c, d, e, f, g, h, i, j }
subsets of size n=2
{a, b}, {a, c} .....{b, c}.........................
subsets of size n=3...