deepof.utils.enumerate_all_bridges

deepof.utils.enumerate_all_bridges(G: <module 'networkx.classes.graph' from '/home/docs/checkouts/readthedocs.org/user_builds/deepof/envs/latest/lib/python3.9/site-packages/networkx/classes/graph.py'>) list

Enumerate all 3-node connected sequences in the given graph.

Parameters:

G (-) – Animal connectivity graph.

Returns:

List with all 3-node connected sequences in the provided graph.

Return type:

bridges (list)