numeric
|
#include <map>
#include <vector>
#include <numeric/Combinatorics.hpp>
Go to the source code of this file.
Classes | |
class | numeric::LimitedCombination< AtomType > |
Compute combinatorics on a given set of limited but typed resources, e.g. for available resource A:2, B:1, C:1 the following combinations are possible: max size 1: A,B,C max size 2: AA, AB, AC, BC max size 3: AAB, AAC, ABC. More... | |
Namespaces | |
numeric | |