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

Commit

Permalink
trac #19028: Table 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanncohen committed Aug 13, 2015
1 parent d66f0b6 commit 1cae2dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/graphs/strongly_regular_db.pyx
Expand Up @@ -456,12 +456,12 @@ def SRG_100_44_18_20():
Return a `(100, 44, 18, 20)`-strongly regular graph.
This graph is built as a Cayley graph, using the construction for `\Delta_1`
with group `H_3` presented in [JK03]_.
with group `H_3` presented in Table 8.1 of [JK03]_
EXAMPLE::
sage: from sage.graphs.strongly_regular_db import SRG_100_44_18_20
sage: G = SRG_100_44_18_20() # long time
sage: G = SRG_100_44_18_20() # long time
sage: G.is_strongly_regular(parameters=True) # long time
(100, 44, 18, 20)
Expand Down Expand Up @@ -492,7 +492,7 @@ def SRG_100_45_20_20():
Return a `(100, 45, 20, 20)`-strongly regular graph.
This graph is built as a Cayley graph, using the construction for `\Gamma_3`
with group `H_3` presented in [JK03]_.
with group `H_3` presented in Table 8.1 of [JK03]_.
EXAMPLE::
Expand Down

0 comments on commit 1cae2dc

Please sign in to comment.