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 noexcept and 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.