Click or drag to resize
DisconnectedGraphsFinderTVertex, TEdgeFindDisconnectedGraphs Method (TVertex, Boolean)
Finds the disconnected graphs.

Namespace:  SD.Tools.Algorithmia.Graphs.Algorithms
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.16.0406)
Syntax
public void FindDisconnectedGraphs(
	TVertex startVertex,
	bool onlyDisconnectedGraphOfStartVertex
)

Parameters

startVertex
Type: TVertex
The start vertex.
onlyDisconnectedGraphOfStartVertex
Type: SystemBoolean
if set to true, the finder will only determine the disconnected graph of the startvertex and stop after a new disconnected graph is detected
See Also