Other Algorithm Functions#
|
Return the adjacency matrix for a graph object |
|
Compute the transitivity of a graph. |
|
Return the core number for each node in the graph. |
|
Constructs the line graph of a |
|
Return the metric closure of a graph |
|
Check if an undirected graph is planar. |
Calculates the relational coarsest partition otherwise known as the maximum bisimulation relation using the Paige-Tarjan algorithm described in "Three partition refinement algorithms". |