Click or drag to resize
HopcroftKarpInMinVertexCover Method
Returns true if the specified vertex is in the minimum vertex cover computed by the algorithm.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool InMinVertexCover(
	int v
)

Parameters

v
Type: SystemInt32
the vertex

Return Value

Type: Boolean
true if vertex v is in the minimum vertex cover; false otherwise
Exceptions
ExceptionCondition
ArgumentExceptionunless 0 <= v < V
See Also