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.3.0.0 (1.3.17.0314)
Syntax public void FindDisconnectedGraphs(
TVertex startVertex,
bool onlyDisconnectedGraphOfStartVertex
)
Public Sub FindDisconnectedGraphs (
startVertex As TVertex,
onlyDisconnectedGraphOfStartVertex As Boolean
)
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