Skip to content

gap-packages/recog

Repository files navigation

CI Code Coverage

recog

A GAP package for group recognition

Installation

To get the newest version of this GAP 4 package download the archive file recog-x.x.tar.gz from here.

Standard installation

Unpack the archive using

tar xvf recog-x.x.tar.gz

Do this in the pkg subdirectory of your GAP 4 installation. It creates a subdirectory called recog.

Custom installation

If you want to contribute to recog you might want to install it into a custom directory. For example into the directory ~/packages. Then you can clone recog (or perhaps your personal fork of it) into ~/packages via

cd ~/packages
git clone git@github.com:gap-packages/recog.git

To enable GAP to find recog you can start GAP via

gap --packagedirs "~/packages;"

Important

Note that --packagedirs was introduced in GAP 4.15. For older version please refer to Chapter 76 of the GAP reference manual for alternative solutions.

Tip

You can add this option to your GAP startup script. More information about this can be found in Chapter 3 of the GAP reference manual.

Loading

You can load recog via

LoadPackage( "recog" );

Documentation

The recog documentation describes how to use recog, how it works and how to extend it.

Recompiling the documentation locally is possible by the command gap makedoc.g in the recog directory.

Dependencies

Feedback and support

If you have any bug reports, feature requests, or suggestions, then please tell us via the issue tracker on GitHub.

In addition, the recog package has a mailing list, at recog@gap-system.org, which can be used for holding discussions, sharing information, and asking questions about the package. You can find more information, and register to receive the mail sent to this list, at https://mail.gap-system.org/mailman/listinfo/recog.

About

The GAP package recog to collect methods for constructive recognition

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 15

Languages