Member types

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

using libsemigroups::Bipartition::const_iterator = std::vector<uint32_t>::const_iterator

Type for const iterators pointing to the lookup for the blocks of a bipartition.

using libsemigroups::Bipartition::iterator = std::vector<uint32_t>::iterator

Type for iterators pointing to the lookup for the blocks of a bipartition.

using libsemigroups::Bipartition::lookup_const_iterator = typename std::vector<bool>::const_iterator

Type for iterators pointing to the lookup for transverse blocks of a bipartition.