Returns the vertex to which 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)
SyntaxParameters
- v
- Type: SystemInt32
the vertex
Return Value
Type:
Int32the vertex to which vertex
v is matched in the
maximum matching;
-1 if the vertex is not matched
Exceptions
See Also