• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-3,6763,164

grh/H03-May-2022-427424

htm/H03-May-2022-3,8603,836

lib/H03-May-2022-5,6605,485

nauty22/H03-May-2022-35,25628,150

tst/H03-May-2022-424416

CHANGES.mdH A D03-May-202213.3 KiB349239

Makefile.inH A D03-May-2022289 86

PackageInfo.gH A D03-May-20225.1 KiB140117

README.mdH A D03-May-20222 KiB5539

configureH A D03-May-2022174 62

init.gH A D03-May-2022309 128

README.md

1
2The GRAPE 4.8.3 Package for GAP
3===============================
4
5GRAPE is a GAP package for computing with graphs and groups,
6by Leonard H. Soicher, with contributions from Steve Linton, Alexander
7Hulpke, Jerry James and Max Horn, and including Brendan McKay's nauty 2.2
8(final patched version) package.
9
10The GRAPE package and the source included with this distribution are
11copyright (C) Leonard Soicher 1992-2019, except for the following:
12
13- Brendan McKay's nauty 2.2 system; see the nauty copyright notice in
14file nauty22/nauty-h.in
15- Steve Linton's SmallestImageSet function in lib/smallestimage.g
16
17Except for Brendan McKay's nauty 2.2 package, GRAPE is licensed under the
18terms of the GNU General Public License as published by the Free Software
19Foundation; either version 2 of the License, or (at your option) any
20later version. For details, see <http://www.gnu.org/licenses/gpl.html>.
21
22Referencing GRAPE
23-----------------
24
25Please reference your use of the GRAPE package in a published work
26as follows:
27
28L.H. Soicher, The GRAPE package for GAP, Version 4.8.3, 2019,
29<https://gap-packages.github.io/grape>.
30
31Questions, remarks, suggestions, and issues
32-------------------------------------------
33
34For questions, remarks, suggestions, and issues, please use the
35issue tracker at <https://github.com/gap-packages/grape/issues>.
36
37Installing GRAPE
38----------------
39
40The official GAP Windows distribution includes the GRAPE package
41fully installed.  Thus, GRAPE normally requires no further installation
42for Windows users of GAP. What follows is for Unix users of GRAPE.
43
44You do not need to download and unpack an archive for GRAPE
45unless you want to install the package separately from your main
46GAP installation or are installing an upgrade of GRAPE to an
47existing installation of GAP.  If you do need to download
48GRAPE, you can find the latest archive .tar.gz file for the
49package at <https://gap-packages.github.io/grape>.
50
51Installation and testing instructions for the GRAPE package
52can be found in Chapter 1 of the GRAPE manual, available from
53<https://gap-packages.github.io/grape>.
54
55