FordFulkersonInCut Method |
Returns true if the specified vertex is on the s side of the mincut.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool InCut(
int v
)
Parameters
- v
- Type: SystemInt32
the vertex under consideration
Return Value
Type:
Booleantrue if vertex
v is on the
s side of the micut;
false otherwise
Exceptions
See Also