LeastTransf

template<size_t N>
using libsemigroups::LeastTransf = typename detail::LeastTransfHelper<N>::type

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