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
libsemigroupsorHPCombithat are defined on at mostNpoints.Defined in
transf.hpp.- Template Parameters:
N – the maximum number of points the permutations will be defined on.