Helper method to enumerate all of the subsets of a given size of a specified vector. @param v The vector whose subsets are desired @param size The size of the subsets of interest @return a set of all subsets of the specified size
(Vector<T> v, int size)
source not stored for this graph (policy: none)