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

..03-May-2022-

contrib/H03-May-2022-15,21913,761

doc/H03-May-2022-3,5433,011

examples/H03-May-2022-2,5022,327

gap/H03-May-2022-28,13426,103

misc/H03-May-2022-13,92412,580

tst/H03-May-2022-1,6491,564

.mailmapH A D03-May-2022191 22

CHANGESH A D03-May-20223.1 KiB8169

LICENSEH A D03-May-202234.3 KiB675553

MakefileH A D03-May-2022153 127

NOTESH A D03-May-20221 KiB3829

PackageInfo.gH A D03-May-202210.6 KiB309293

README.mdH A D03-May-20221.6 KiB4330

TODOH A D03-May-20223.4 KiB10475

WISHLISTH A D03-May-202267 21

init.gH A D03-May-20221.2 KiB3328

makedoc.gH A D03-May-2022334 129

read.gH A D03-May-20222.5 KiB7361

regen_doc.gH A D03-May-20221.2 KiB3727

README.md

1[![Build Status](https://travis-ci.org/gap-packages/recog.svg?branch=master)](https://travis-ci.org/gap-packages/recog)
2[![Code Coverage](https://codecov.io/github/gap-packages/recog/coverage.svg?branch=master&token=)](https://codecov.io/gh/gap-packages/recog)
3
4# recog
5
6A GAP package for group recognition
7
8## Installation
9
10To get the newest version of this GAP 4 package download the
11archive file
12    recog-x.x.tar.gz
13and unpack it using
14    tar xvf recog-x.x.tar.gz
15
16Do this in a directory called `pkg`, preferably (but not necessarily)
17in the `pkg` subdirectory of your GAP 4 installation. It creates a
18subdirectory called `recog`.
19
20This is all which is needed if you installed the package in the standard
21`pkg` subdirectory.
22
23Note that the recog package needs the `orb`, `genss`, `FactInt`,
24`AtlasRep` and `Forms` packages to work.
25
26If you installed the package in another `pkg` directory than the standard
27`pkg` directory in your GAP 4 installation, then you have to add the path
28to the directory containing your `pkg` directory to GAP's list of directories.
29This can be done by starting GAP with the `-l` command line option
30followed by the name of the directory and a semicolon. Then your directory
31is prepended to the list of directories searched. Otherwise the package
32is not found by GAP. Of course, you can add this option to your GAP
33startup script.
34
35Recompiling the documentation is possible by the command `gap makedoc.g`
36in the recog directory. But this should not be necessary.
37
38## Support
39
40For bug reports, feature requests and suggestions, please refer to
41
42   https://github.com/gap-packages/recog/issues
43