LeastPPerm

template<size_t N>
using libsemigroups::LeastPPerm = typename detail::LeastPPermHelper<N>::type

Helper for getting the type of the least size, and fastest, partial perm 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 partial perms will be defined on.