Aggressive is an option to PseudoDiameter that specifies whether an extra iteration is to be carried out.
Bicomponents[g] gives the biconnected components of the undirected graph g.
GraphEdit[] opens an interactive graph editor.GraphEdit[g] plots the graph g in the interactive graph editor.
LinkRankMatrix[g] returns the link rank of the graph g, in the form of a sparse matrix. The link rank of an edge u -> v is defined as the PageRanks of u, divided by the ...
LinkRanks[g] gives the link ranks of the directed graph g as a rule list.
NeighborhoodVertices[g, i, r] gives vertices that can be reached from vertex i within r hops.NeighborhoodVertices[g, i] gives vertices that can be reached from vertex i.
PageRankVector[g] returns the page rank of the graph g.
StrongComponents[g] gives a list of all strongly connected components in the directed graph g.
VertexList[g] gives a list of all vertices in the graph g.
WeakComponents[g] gives a list of all weakly connected components in the undirected graph g.