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

..03-May-2022-

doc/H03-May-2022-1,4171,255

lib/H03-May-2022-3,3112,793

scripts/H03-May-2022-14665

tst/H03-May-2022-2622

PackageInfo.gH A D03-May-202211.2 KiB277252

README.mdH A D03-May-20221.4 KiB3622

VERSIONH A D03-May-20224 21

init.gH A D03-May-2022687 2519

makedoc.gH A D03-May-20222 KiB6858

read.gH A D03-May-2022753 2120

README.md

1[![Build Status](https://travis-ci.org/gap-packages/MapClass.svg?branch=master)](https://travis-ci.org/gap-packages/MapClass)
2[![Code Coverage](https://codecov.io/github/gap-packages/MapClass/coverage.svg?branch=master&token=)](https://codecov.io/gh/gap-packages/MapClass)
3
4# GAP package mapclass
5
6This is the README file for the GAP package MapClass which calculates
7the mapping class group orbits for a given finite group.
8
9The package can be found at its website
10
11https://gap-packages.github.io/MapClass
12
13or via the Packages links from the GAP website
14
15http://www.gap-system.org/
16
17The MapClass package is redistributed with GAP. If you need to install
18a newer version of the package than the one that is redistributed with
19GAP, place the entire `MapClass` directory into the `.gap/pkg/` directory.
20
21To use the package, start GAP and type
22
23  LoadPackage("mapclass");
24
25The MapClass package banner should appear on the screen.
26
27For details on  how  to  use  the  MapClass  package  see  the  package
28documentation in the `doc` subdirectory.
29
30MapClass is free software. You can redistribute it and/or modify it
31under the terms of the GNU General Public License as published by the
32Free Software Foundation; either version 2 of the License, or (at your
33option) any later version. For details, see the file `GPL` in the
34`etc` directory of the GAP distribution or see the FSF's own site.
35
36