left_cayley_graph

inline cayley_graph_type const &libsemigroups::FroidurePin::left_cayley_graph()

Returns a const reference to the left Cayley graph of this.

Exceptions

This function guarantees not to throw a LibsemigroupsException.

Complexity

\(O(|S||A|)\) where \(S\) is the semigroup represented by this and \(A\) is the set of generators used to define this.

Parameters

None.

Returns

A const reference to cayley_graph_type.