Skip to content

Commit ad58057

Browse files
committed
Version 0.7
1 parent a094861 commit ad58057

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

README.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
In this directory is a collection of various types of digraphs, which can be
66
loaded into the GAP computational algebra system using the [Digraphs
7-
package](https://gap-packages.github.io/Digraphs). It is a
7+
package](https://digraphs.github.io/Digraphs). It is a
88
completely optional addition to the package, which can be used to produce
99
examples of digraphs for use in the package.
1010

1111

1212
Getting digraphs-lib
1313
--------------------
1414
The latest version of this library is available at
15-
<http://gap-packages.github.io/Digraphs>.
15+
<https://digraphs.github.io/Digraphs>.
1616

1717
Simply download the archive, and extract it into the root directory of your
1818
Digraphs installation. This should result in a `digraphs-lib` directory inside
@@ -31,35 +31,35 @@ Here is an example GAP session:
3131
gap> LoadPackage("digraphs", false);;
3232
gap> filename := Concatenation(DIGRAPHS_Dir(), "/digraphs-lib/latin.g6.gz");;
3333
gap> latin_graphs := ReadDigraphs(filename);
34-
[ <immutable digraph with 100 vertices, 2700 edges>,
35-
<immutable digraph with 121 vertices, 3630 edges>,
36-
<immutable digraph with 144 vertices, 4752 edges>,
37-
<immutable digraph with 169 vertices, 6084 edges>,
38-
<immutable digraph with 196 vertices, 7644 edges>,
39-
<immutable digraph with 225 vertices, 9450 edges>,
40-
<immutable digraph with 256 vertices, 11520 edges>,
41-
<immutable digraph with 289 vertices, 13872 edges>,
42-
<immutable digraph with 324 vertices, 16524 edges>,
43-
<immutable digraph with 361 vertices, 19494 edges>,
44-
<immutable digraph with 4 vertices, 12 edges>,
45-
<immutable digraph with 400 vertices, 22800 edges>,
46-
<immutable digraph with 441 vertices, 26460 edges>,
47-
<immutable digraph with 484 vertices, 30492 edges>,
48-
<immutable digraph with 529 vertices, 34914 edges>,
49-
<immutable digraph with 576 vertices, 39744 edges>,
50-
<immutable digraph with 625 vertices, 45000 edges>,
51-
<immutable digraph with 676 vertices, 50700 edges>,
52-
<immutable digraph with 729 vertices, 56862 edges>,
53-
<immutable digraph with 784 vertices, 63504 edges>,
54-
<immutable digraph with 841 vertices, 70644 edges>,
55-
<immutable digraph with 9 vertices, 54 edges>,
56-
<immutable digraph with 900 vertices, 78300 edges>,
57-
<immutable digraph with 16 vertices, 144 edges>,
58-
<immutable digraph with 25 vertices, 300 edges>,
59-
<immutable digraph with 36 vertices, 540 edges>,
60-
<immutable digraph with 49 vertices, 882 edges>,
61-
<immutable digraph with 64 vertices, 1344 edges>,
62-
<immutable digraph with 81 vertices, 1944 edges> ]
34+
[ <immutable symmetric digraph with 100 vertices, 2700 edges>,
35+
<immutable symmetric digraph with 121 vertices, 3630 edges>,
36+
<immutable symmetric digraph with 144 vertices, 4752 edges>,
37+
<immutable symmetric digraph with 169 vertices, 6084 edges>,
38+
<immutable symmetric digraph with 196 vertices, 7644 edges>,
39+
<immutable symmetric digraph with 225 vertices, 9450 edges>,
40+
<immutable symmetric digraph with 256 vertices, 11520 edges>,
41+
<immutable symmetric digraph with 289 vertices, 13872 edges>,
42+
<immutable symmetric digraph with 324 vertices, 16524 edges>,
43+
<immutable symmetric digraph with 361 vertices, 19494 edges>,
44+
<immutable symmetric digraph with 4 vertices, 12 edges>,
45+
<immutable symmetric digraph with 400 vertices, 22800 edges>,
46+
<immutable symmetric digraph with 441 vertices, 26460 edges>,
47+
<immutable symmetric digraph with 484 vertices, 30492 edges>,
48+
<immutable symmetric digraph with 529 vertices, 34914 edges>,
49+
<immutable symmetric digraph with 576 vertices, 39744 edges>,
50+
<immutable symmetric digraph with 625 vertices, 45000 edges>,
51+
<immutable symmetric digraph with 676 vertices, 50700 edges>,
52+
<immutable symmetric digraph with 729 vertices, 56862 edges>,
53+
<immutable symmetric digraph with 784 vertices, 63504 edges>,
54+
<immutable symmetric digraph with 841 vertices, 70644 edges>,
55+
<immutable symmetric digraph with 9 vertices, 54 edges>,
56+
<immutable symmetric digraph with 900 vertices, 78300 edges>,
57+
<immutable symmetric digraph with 16 vertices, 144 edges>,
58+
<immutable symmetric digraph with 25 vertices, 300 edges>,
59+
<immutable symmetric digraph with 36 vertices, 540 edges>,
60+
<immutable symmetric digraph with 49 vertices, 882 edges>,
61+
<immutable symmetric digraph with 64 vertices, 1344 edges>,
62+
<immutable symmetric digraph with 81 vertices, 1944 edges> ]
6363
```
6464

6565

0 commit comments

Comments
 (0)