#

Note

This documents the development version of NetworkX. Documentation for the current release can be found here.

#

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)

Returns global parameters for a given intersection array.