File: README.md

package info (click to toggle)
gap-primgrp 4.0.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 15,628 kB
  • sloc: xml: 5,379; javascript: 155; makefile: 124
file content (40 lines) | stat: -rw-r--r-- 1,538 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[![CI](https://github.com/gap-packages/primgrp/actions/workflows/CI.yml/badge.svg)](https://github.com/gap-packages/primgrp/actions/workflows/CI.yml)
[![Code Coverage](https://codecov.io/github/gap-packages/primgrp/coverage.svg?branch=master&token=)](https://codecov.io/gh/gap-packages/primgrp)

# GAP Primitive Groups Library

The PrimGrp package provides the library of primitive permutation 
groups which includes, up to permutation isomorphism (i.e., up to
conjugacy in the corresponding symmetric group), all primitive 
permutation groups of degree < 8192. Groups of degree 4096 to 8191
must be downloaded separately from <https://doi.org/10.5281/zenodo.10411366>
and then installed by following the instructions given there.

It has been formerly a part of the core GAP system, and has been
converted to a separate GAP package in 2017 for the GAP 4.9 release.

## Documentation

Full information and documentation can be found in the manual, available
as PDF `doc/manual.pdf` or as HTML `doc/chap0.html`, or on the package
homepage at

  <https://gap-packages.github.io/primgrp/>


## Bug reports and feature requests

Please submit bug reports and feature requests via our GitHub issue tracker:

  <https://github.com/gap-packages/primgrp/issues>


# License

PrimGrp 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 the LICENSE file.