Skip to content

gap-packages/groupoids

Repository files navigation

Build Status Code Coverage

The GAP 4 package 'groupoids'

Introduction

This package allows for the computation of finite groupoids: both connected, and with several components. Graphs of groups and graphs of groupoids are also constructed, allowing the calculation of normal forms for Free Products with Amalgamation and for HNN extensions when the initial groups have rewriting systems. This package was, until 2017, named Gpd.

History

  • Version 1.001 was called 'GraphGpd', and formed part of Emma Moore's PhD thesis in December 2000.
  • Version 1.002 was prepared for the GAP 4.4 release in January 2004, and deposited in the incoming directory on the St Andrews ftp server.
  • In the spring of 2006 the package was renamed 'Gpd' and extensively rewritten, with documentation in GAPDoc format.
  • Version 1.01 was deposited in June 2006.
  • Gpd became an accepted GAP package in May 2015. (In the latest temporary versions there have been a number of changes of function name, such as IsDigraph becoming GpdIsDigraph. This is in order to avoid conflicts with the new Digraphs package. Further changes will be made once the Digraphs package becomes part of the GAP distribution.)
  • In April 2017 the package was renamed again as 'groupoids', version 1.51. A more detailed history is included as Chapter 8 of the manual, and in the file CHANGES.md.

Distribution


Copyright

The groupoids package is Copyright {\copyright} Chris Wensley and Emma Moore, 2000-2024.

'groupoids' is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

For details, see: https://www.gnu.org/licenses/gpl.html

Installation

It is assumed that you have a recent working copy of GAP, and that this contains a full set of packages in the pkg directory, compiled as appropriate.

groupoids specifies two needed packages, FGA and utils, and some suggested packages, such as Semigroups and GAPDoc. These in turn need or suggest other packages. Some of these are loaded automatically when GAP starts.

The full list of packages which are loaded (in addition to those loaded automatically by GAP) when groupoids is loaded is as follows:

  • datastructures; Digraphs; ferret; GRAPE; images; nq; polymaking and Semigroups.

groupoids does not require any compilation, but those in the list above which require compilation are as follows:

  • datastructures; Digraphs; GRAPE and Semigroups.

Once these prerequisites are in place, proceed as follows:

  • Unpack groupoids-<version_number>.tar.gz' in the pkg` subdirectory of the GAP root directory.

  • From within GAP load the package with:

    gap> LoadPackage("groupoids");

    true

  • The file manual.pdf is in the doc subdirectory.

  • To run the test file read testall.g from the tst subdirectory.

Contact

If you have a question relating to groupoids, encounter any problems, or have a suggestion for extending the package in any way, please