Member types

This page contains information about the member types of the FroidurePinBase class.

using libsemigroups::FroidurePinBase::cayley_graph_type = detail::DynamicArray2<element_index_type>

Type for a left or right Cayley graph.

class const_rule_iterator

Return type of cbegin_rules and cend_rules.

using libsemigroups::FroidurePinBase::element_index_type = size_type

Type for the index of an element.

The size of the semigroup being enumerated must be at most std::numeric_limits<element_index_type>::max()

using libsemigroups::FroidurePinBase::size_type = size_t

Unsigned integer type.