A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
GraphLibrary
Component Class
Component Methods
ConnectedComponents Method
IsConnected Method
IsWeaklyConnected Method
NodeConnectedComponent Method
NumberConectedComponents Method
NumberWeaklyConectedComponents Method
StronglyConnectedComponents Method
WeaklyConnectedComponents Method
Component
IsConnected Method
Returns True if the graph is connected, false otherwise.
Namespace:
GraphLibrary
Assembly:
GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
Copy
public
bool
IsConnected
(
BaseGraph
graph
)
Parameters
graph
Type:
GraphLibrary.Graphs
BaseGraph
Return Value
Type:
Boolean
True if the graph is connected, false otherwise.
See Also
Reference
Component Class
GraphLibrary Namespace