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.