size¶
-
inline size_t libsemigroups::Action::size()¶
Returns the size of the fully enumerated action.
- Complexity
The time complexity is \(O(mn)\) where \(m\) is the total number of points in the orbit and \(n\) is the number of generators.
- Exceptions
This function guarantees not to throw a LibsemigroupsException.
- Parameters
(None)
- Returns
the size of the action, a value of type
size_t
.