#include "CommonTools/Statistics/interface/PartitionGenerator.h"
#include <vector>
#include <stack>
#include <algorithm>
#include <functional>
Go to the source code of this file.
Classes | |
class | CombinationGenerator< T > |
Class to compute all distinct Combinations of a collection 'data' of objects of type 'T'. More... |