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.4.0.0 (1.4.19.0529)
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