From 1cae2dc761cd1e784f0a5a4239d90f1aa6ea48ce Mon Sep 17 00:00:00 2001 From: Nathann Cohen Date: Thu, 13 Aug 2015 19:14:45 +0200 Subject: [PATCH] trac #19028: Table 8.1 --- src/sage/graphs/strongly_regular_db.pyx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sage/graphs/strongly_regular_db.pyx b/src/sage/graphs/strongly_regular_db.pyx index 2a41fe306b8..3b350b84ea7 100644 --- a/src/sage/graphs/strongly_regular_db.pyx +++ b/src/sage/graphs/strongly_regular_db.pyx @@ -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) @@ -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::