finesse.tracing.forest.TraceForest.find_intersection_couplings

TraceForest.find_intersection_couplings(self, TraceForest other=None) tuple

Finds the node couplings at which trees with differing trace dependencies intersect.

Parameters
otherTraceForest

Find dependencies from a different trace forest than this one when checking for intersections.

Returns
couplingstuple

A tuple of the node couplings where each element is (from_node, to_node).