Click or drag to resize
BipartiteMatching Properties

The BipartiteMatching type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of edges in a maximum matching.
Public propertyIsPerfect
Returns true if the graph contains a perfect matching. That is, the number of edges in a maximum matching is equal to one half of the number of vertices in the graph (so that every vertex is matched).
Top
See Also