Permutation.h
void permute(unsigned int n)
Create a permutation of the numbers 0, ..., n - 1.
Definition: Permutation.h:58
STL namespace.
Permutation(std::size_t n)
Create a permutation of the numbers 0, ... , n - 1.
Definition: Permutation.h:53