All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Permutation.h
void permute(unsigned int n)
Create a permutation of the numbers 0, ..., n - 1.
Definition: Permutation.h:59
Permutation(std::size_t n)
Create a permutation of the numbers 0, ... , n - 1.
Definition: Permutation.h:54