.. _tree: Tree ==== .. toctree:: :maxdepth: 2 Recognition ----------- .. automodule:: networkx.algorithms.tree.recognition .. autosummary:: :toctree: generated/ is_tree is_forest is_arborescence is_branching Branchings and Spanning Arborescences ------------------------------------- .. automodule:: networkx.algorithms.tree.branchings .. autosummary:: :toctree: generated/ branching_weight greedy_branching maximum_branching minimum_branching maximum_spanning_arborescence minimum_spanning_arborescence Edmonds