|
15 | 15 | <Returns>Nothing.</Returns>
|
16 | 16 | <Description>
|
17 | 17 | These functions can be used to specify whether &NAUTY; or &BLISS; should be
|
18 |
| - used by default by &Digraphs;. If &NautyTracesInterface; is not available, |
| 18 | + used by default by &Digraphs;. If &NAUTYTRACESINTERFACE; is not available, |
19 | 19 | then these functions do nothing. Otherwise, by calling
|
20 | 20 | <C>DigraphsUseNauty</C> subsequent computations will default to using
|
21 | 21 | &NAUTY; rather than &BLISS;, where possible.
|
@@ -87,7 +87,7 @@ gap> Size(G);
|
87 | 87 | <Description>
|
88 | 88 | If <A>digraph</A> is a digraph, then this attribute contains the group of
|
89 | 89 | automorphisms of <A>digraph</A> as calculated using &NAUTY; by
|
90 |
| - Brendan Mckay and Adolfo Piperno via &NautyTracesInterface;. |
| 90 | + Brendan Mckay and Adolfo Piperno via &NAUTYTRACESINTERFACE;. |
91 | 91 |
|
92 | 92 | <!-- FIXME be more explicit about what the second arg is -->
|
93 | 93 |
|
@@ -134,7 +134,7 @@ Group([ (3,4)(6,7)(8,9), (2,3)(5,6)(9,10), (2,5)(3,6)(4,7),
|
134 | 134 | returned group.<P/>
|
135 | 135 |
|
136 | 136 | By default, the automorphism group is found using &BLISS; by Tommi Junttila
|
137 |
| - and Petteri Kaski. If &NautyTracesInterface; is available, then &NAUTY; by |
| 137 | + and Petteri Kaski. If &NAUTYTRACESINTERFACE; is available, then &NAUTY; by |
138 | 138 | Brendan Mckay and Adolfo Piperno can be used instead; see
|
139 | 139 | <Ref Attr="BlissAutomorphismGroup" Label="for a digraph"/>,
|
140 | 140 | <Ref Attr="NautyAutomorphismGroup"/>, <Ref Func="DigraphsUseBliss"/>,
|
@@ -207,7 +207,7 @@ true]]></Example>
|
207 | 207 | returned group.<P/>
|
208 | 208 |
|
209 | 209 | By default, the automorphism group is found using &BLISS; by Tommi Junttila
|
210 |
| - and Petteri Kaski. If &NautyTracesInterface; is available, then &NAUTY; by |
| 210 | + and Petteri Kaski. If &NAUTYTRACESINTERFACE; is available, then &NAUTY; by |
211 | 211 | Brendan Mckay and Adolfo Piperno can be used instead; see
|
212 | 212 | <Ref Attr="BlissAutomorphismGroup"
|
213 | 213 | Label="for a digraph and homogeneous list"/>,
|
@@ -295,7 +295,7 @@ true]]></Example>
|
295 | 295 | returned group.<P/>
|
296 | 296 |
|
297 | 297 | By default, the automorphism group is found using &BLISS; by Tommi Junttila
|
298 |
| - and Petteri Kaski. If &NautyTracesInterface; is available, then &NAUTY; by |
| 298 | + and Petteri Kaski. If &NAUTYTRACESINTERFACE; is available, then &NAUTY; by |
299 | 299 | Brendan Mckay and Adolfo Piperno can be used instead; see
|
300 | 300 | <Ref Attr="BlissAutomorphismGroup"
|
301 | 301 | Label="for a digraph, homogeneous list, and list"/>,
|
@@ -488,7 +488,7 @@ gap> List(DigraphVertices(digraph), i -> colours[i / p]);
|
488 | 488 |
|
489 | 489 | By default, an isomorphism is found using the canonical labellings of the
|
490 | 490 | digraphs obtained from &BLISS; by Tommi Junttila
|
491 |
| - and Petteri Kaski. If &NautyTracesInterface; is available, then &NAUTY; by |
| 491 | + and Petteri Kaski. If &NAUTYTRACESINTERFACE; is available, then &NAUTY; by |
492 | 492 | Brendan Mckay and Adolfo Piperno can be used instead; see
|
493 | 493 | <Ref Func="DigraphsUseBliss"/>, and <Ref Func="DigraphsUseNauty"/>.
|
494 | 494 |
|
@@ -548,7 +548,7 @@ true]]></Example>
|
548 | 548 |
|
549 | 549 | By default, an isomorphism is found using the canonical labellings of the
|
550 | 550 | digraphs obtained from &BLISS; by Tommi Junttila
|
551 |
| - and Petteri Kaski. If &NautyTracesInterface; is available, then &NAUTY; by |
| 551 | + and Petteri Kaski. If &NAUTYTRACESINTERFACE; is available, then &NAUTY; by |
552 | 552 | Brendan Mckay and Adolfo Piperno can be used instead; see
|
553 | 553 | <Ref Func="DigraphsUseBliss"/>, and <Ref Func="DigraphsUseNauty"/>.
|
554 | 554 |
|
@@ -599,7 +599,7 @@ false]]></Example>
|
599 | 599 |
|
600 | 600 | By default, an isomorphism is found using the canonical labellings of the
|
601 | 601 | digraphs obtained from &BLISS; by Tommi Junttila
|
602 |
| - and Petteri Kaski. If &NautyTracesInterface; is available, then &NAUTY; by |
| 602 | + and Petteri Kaski. If &NAUTYTRACESINTERFACE; is available, then &NAUTY; by |
603 | 603 | Brendan Mckay and Adolfo Piperno can be used instead; see
|
604 | 604 | <Ref Func="DigraphsUseBliss"/>, and <Ref Func="DigraphsUseNauty"/>.
|
605 | 605 |
|
|
667 | 667 |
|
668 | 668 | By default, an isomorphism is found using the canonical labellings of the
|
669 | 669 | digraphs obtained from &BLISS; by Tommi Junttila
|
670 |
| - and Petteri Kaski. If &NautyTracesInterface; is available, then &NAUTY; by |
| 670 | + and Petteri Kaski. If &NAUTYTRACESINTERFACE; is available, then &NAUTY; by |
671 | 671 | Brendan Mckay and Adolfo Piperno can be used instead; see
|
672 | 672 | <Ref Func="DigraphsUseBliss"/>, and <Ref Func="DigraphsUseNauty"/>.
|
673 | 673 |
|
|
0 commit comments