libsemigroups  v3.6.0
C++ library for semigroups and monoids
Loading...
Searching...
No Matches
LambdaValue< Transf< N, Scalar > >
template<size_t N, typename Scalar>
struct libsemigroups::LambdaValue< Transf< N, Scalar > >

Specialization of the adapter LambdaValue for instances of Transformation. Note that the the type chosen here limits the Konieczny algorithm to Transformations of degree at most 64 (or 32 on 32-bit systems).

See also
LambdaValue.

Public Types

using type = BitSet<BitSet<1>::max_size()>

Member Typedef Documentation

◆ type

template<size_t N, typename Scalar>
using type = BitSet<BitSet<1>::max_size()>

For transformations, type is the largest BitSet available, representing the image set.


The documentation for this struct was generated from the following file:
  • /home/joseph/Dev/Comp_Maths/sandbox/libsemigroups/include/libsemigroups/transf.hpp