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

..03-May-2022-

data/H03-May-2022-375,717373,582

doc/H03-May-2022-11,00310,556

lib/H03-May-2022-10,47910,294

tst/H03-May-2022-5,6095,575

CHANGES.mdH A D03-May-2022856 4023

LICENSEH A D03-May-202217.6 KiB340281

PackageInfo.gH A D03-May-20223.9 KiB130111

README.mdH A D03-May-20221.3 KiB3923

init.gH A D03-May-2022420 1511

makedoc.gH A D03-May-20222.5 KiB7667

read.gH A D03-May-2022553 1814

README.md

1[![Build Status](https://travis-ci.org/gap-packages/primgrp.svg?branch=master)](https://travis-ci.org/gap-packages/primgrp)
2[![Code Coverage](https://codecov.io/github/gap-packages/primgrp/coverage.svg?branch=master&token=)](https://codecov.io/gh/gap-packages/primgrp)
3
4# GAP Primitive Groups Library
5
6The PrimGrp package provides the library of primitive permutation
7groups which includes, up to permutation isomorphism (i.e., up to
8conjugacy in the corresponding symmetric group), all primitive
9permutation groups of degree < 4096.
10
11It has been formerly a part of the core GAP system, and has been
12converted to a separate GAP package in 2017 for the GAP 4.9 release.
13
14## Documentation
15
16Full information and documentation can be found in the manual, available
17as PDF `doc/manual.pdf` or as HTML `doc/chap0.html`, or on the package
18homepage at
19
20  <http://gap-packages.github.io/primgrp/>
21
22
23## Bug reports and feature requests
24
25Please submit bug reports and feature requests via our GitHub issue tracker:
26
27  <https://github.com/gap-packages/primgrp/issues>
28
29
30# License
31
32PrimGrp is free software; you can redistribute it and/or modify
33it under the terms of the GNU General Public License as published by the
34Free Software Foundation; either version 2 of the License, or (at your
35option) any later version.
36
37For details see the LICENSE file.
38
39