Click or drag to resize
BipartiteMatching Constructor
Determines a maximum matching (and a minimum vertex cover) in a bipartite graph.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public BipartiteMatching(
	Graph G
)

Parameters

G
Type: Algs4NetGraph
the bipartite graph
Exceptions
ExceptionCondition
ArgumentExceptionif G is not bipartite
See Also