right_cayley_graph

virtual cayley_graph_type const &libsemigroups::FroidurePinBase::right_cayley_graph() = 0

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

Return

A const reference to cayley_graph_type.

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.