BipartiteMatchingIsMatched Method |
Returns true if the specified vertex is matched in the maximum matching
computed by the algorithm.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsMatched(
int v
)
Parameters
- v
- Type: SystemInt32
the vertex
Return Value
Type:
Booleantrue if vertex
v is matched in maximum matching;
false otherwise
Exceptions
See Also