sweep_below#

UncrossingSweep.sweep_below(agreement: int, progress_callback=None) int#

Extends nodes in the tree until the agreement search limit has decreased below the specified agreement value. The resulting tangle search tree is uncrossed.

Parameters#

agreementint

The value below which the agreement search limit should fall.

progress_callback: TangleSearchProgressType

a progress callback

Returns#

int

The new agreement search limit.