crossing_seps#

FeatureSystem.crossing_seps(sep_ids: Sequence[int]) Generator[tuple[int, int], None, None]#

Generator to get all crossing separations from the list of separations.

Parameters#

sep_idssequence of int

The ids of the separations that are checked for crossings.

Returns#

tuple (int, int) or tuple (None, None)

The ids of two crossing separation if there exists such a pair.