Warning
This documents an unmaintained version of NetworkX. Please upgrade to a maintained version and see the current NetworkX documentation.
Distance-Regular GraphsΒΆ
| is_distance_regular(G) | Returns True if the graph is distance regular, False otherwise. | 
| intersection_array(G) | Returns the intersection array of a distance-regular graph. | 
| global_parameters(b, c) | Return global parameters for a given intersection array. |