Data members

This page contains information about the data members for the Ukkonen::Node struct.

mutable std::map<letter_type, node_index_type> libsemigroups::Ukkonen::Node::children

The children of the current node.

index_type libsemigroups::Ukkonen::Node::l

The index of the first letter in the edge leading to the node.

node_index_type libsemigroups::Ukkonen::Node::parent

The index of the parent node.

index_type libsemigroups::Ukkonen::Node::r

The index of one past the last letter in the edge leading to the node.