Skip to content

Commit c87f8eb

Browse files
authored
add some integer properties for connectivity of directed graphs (#17)
1 parent 0908e01 commit c87f8eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GraphProperties.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ let
5959
(:NumberOfEdges, "The *number of edges* of an undirected graph."),
6060
(:NumberOfArcs, "The *number of arcs* of a directed graph."),
6161
(:NumberOfConnectedComponents, "The *number of connected components* of an undirected graph."),
62+
(:NumberOfWeaklyConnectedComponents, "The *number of weakly connected components* of a directed graph."),
63+
(:NumberOfStronglyConnectedComponents, "The *number of strongly connected components* of a directed graph."),
6264
(:MinimumDegree, "The *minimum degree* among the degrees of the vertices of an undirected graph."),
6365
(:MaximumDegree, "The *maximum degree* among the degrees of the vertices of an undirected graph."),
6466
(:MinimumIndegree, "The *minimum indegree* among the indegrees of the vertices of a directed graph."),

0 commit comments

Comments
 (0)