Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
added gap_packages flag to atlasrep
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivo-Maffei committed Aug 5, 2020
1 parent e063b5e commit 574960d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sage/graphs/generators/distance_regular.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def locally_GQ42_distance_transitive_graph():
EXAMPLES::
sage: G = graphs.locally_GQ42_distance_transitive_graph() # optional - internet
sage: G.is_distance_regular(True) # optional - internet
sage: G = graphs.locally_GQ42_distance_transitive_graph() # optional - internet gap_packages
sage: G.is_distance_regular(True) # optional - internet gap_packages
([45, 32, 12, 1, None], [None, 1, 6, 32, 45])
REFERENCES:
Expand Down Expand Up @@ -194,8 +194,8 @@ def graph_3O73():
EXAMPLES::
sage: G = graphs.graph_3O73() # optional - internet
sage: G.is_distance_regular(True) # optional - internet
sage: G = graphs.graph_3O73() # optional - internet gap_packages
sage: G.is_distance_regular(True) # optional - internet gap_packages
([117, 80, 24, 1, None], [None, 1, 12, 80, 117])
REFERENCES:
Expand Down

0 comments on commit 574960d

Please sign in to comment.