LeastPerm

template<size_t N>
using libsemigroups::LeastPerm = typename detail::LeastPermHelper<N>::type

Helper for getting the type of the least size, and fastest, permutation in libsemigroups or HPCombi that are defined on at most N points.

Defined in transf.hpp.

Template Parameters

N – the maximum number of points the permutations will be defined on.