Warning

This documents an unmaintained version of NetworkX. Please upgrade to a maintained version and see the current NetworkX documentation.

Distance-Regular Graphs

Distance-regular graphs

is_distance_regular(G) Returns True if the graph is distance regular, False otherwise.
is_strongly_regular(G) Returns True if and only if the given graph is strongly regular.
intersection_array(G) Returns the intersection array of a distance-regular graph.
global_parameters(b, c) Return global parameters for a given intersection array.