lower_agreement#

UncrossingSweep.lower_agreement(min_agreement: int, progress_callback=None)#

Extend nodes in the tangle search tree until the agreement search limit has decreased below the specified agreement value.

This method just forwards to tangles.TangleSweep.sweep_below().

Parameter#

min_agreementint

The new agreement search limit.