Warning

This documents an unmaintained version of NetworkX. Please upgrade to a maintained version and see the current NetworkX documentation.

networkx.algorithms.tree.branchings.Edmonds

class Edmonds(G, seed=None)[source]

Edmonds algorithm for finding optimal branchings and spanning arborescences.

__init__(G, seed=None)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__(G[, seed])

Initialize self.

find_optimum([attr, default, kind, style, …])

Returns a branching from G.