Member types

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

using libsemigroups::CongruenceInterface::class_index_type = size_t

Type for indices of congruence class indices.

using libsemigroups::CongruenceInterface::const_iterator = std::vector<relation_type>::const_iterator

Type for a const_iterator to the generating pairs.

using libsemigroups::CongruenceInterface::non_trivial_class_iterator = non_trivial_classes_type::const_iterator

Type for a const_iterator to non-trivial classes.

See also

cbegin_ntc and cend_ntc.

using libsemigroups::CongruenceInterface::non_trivial_classes_type = std::vector<std::vector<word_type>>

Type for non-trivial classes.

See also

cbegin_ntc and cend_ntc.