digraph¶
-
ActionDigraph<size_t> const &
libsemigroups::Action
::
digraph
()¶ Returns the digraph of the completely enumerated action.
- Return
A const reference to an ActionDigraph<size_t>.
- Complexity
At most \(O(mn)\) where \(m\) is the complexity of multiplying elements of type
TElementType
and \(n\) is the size of the fully enumerated orbit.- Exceptions
This function guarantees not to throw a LibsemigroupsException.
- Parameters
(None)