Type Definition blossom::weighted::WeightedGraph [] [src]

type WeightedGraph = AnnotatedGraph<Weight>;

Methods

impl WeightedGraph
[src]

[src]

Returns a full matching with iteratively the maximum minimal weight edge.

[src]