Skip to content

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 9db5fd3 commit a87fad1
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 @@ -248,8 +248,8 @@ def J2Graph():
EXAMPLES::
sage: G = graphs.J2Graph() # optional - internet
sage: G.is_distance_regular(True) # optional - internet
sage: G = graphs.J2Graph() # optional - internet gap_packages
sage: G.is_distance_regular(True) # optional - internet gap_packages
([10, 8, 8, 2, None], [None, 1, 1, 4, 5])
REFERENCES:
Expand All @@ -270,8 +270,8 @@ def IvanovIvanovFaradjevGraph():
EXAMPLES::
sage: G = graphs.IvanovIvanovFaradjevGraph() # optional - internet
sage: G.is_distance_regular(True) # optional - internet
sage: G = graphs.IvanovIvanovFaradjevGraph() # optional - internet gap_packages
sage: G.is_distance_regular(True) # optional - internet gap_packages
([7, 6, 4, 4, 4, 1, 1, 1, None], [None, 1, 1, 1, 2, 4, 4, 6, 7])
REFERENCES:
Expand Down

0 comments on commit a87fad1

Please sign in to comment.