report_every(TIntType)¶
-
template<typename
TIntType>
voidlibsemigroups::Congruence::report_every(TIntType t)¶ Set the minimum elapsed time between reports.
This function can be used to specify at run time the minimum elapsed time between two calls to Runner::report that return
true. If Runner::report returnstrueat times, then Runner::report will only returntrueagain after times+thas elapsed.- Return
(None)
- See
- Parameters
t: the amount of time (inTIntType) between reports.