batch_size() constΒΆ
-
size_t
libsemigroups::FroidurePinBase::batch_size() const Returns the current value of the batch size.
- Return
A
size_t.- Exceptions
This function is
noexceptand is guaranteed never to throw.- Complexity
Constant.
- See
This is the minimum number of elements enumerated in any call to FroidurePin::run, see batch_size(size_t).
- Parameters
None.