networkcommons.methods.compute_all_paths

networkcommons.methods.compute_all_paths(network, source, targets, cutoff)

Compute all paths between source and targets.

Parameters:

args (tuple) – Tuple containing the network, source, targets and cutoff.

Returns:

A list containing all paths.

Return type:

list