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

..03-May-2022-

doc/H03-May-2022-3,3012,901

lib/H03-May-2022-3,6383,227

scripts/H03-May-2022-14665

tst/H03-May-2022-7570

CHANGESH A D03-May-20224.3 KiB9678

GPLH A D03-May-202251.9 KiB1,017834

LICENSEH A D03-May-2022398 118

PackageInfo.gH A D03-May-20227.3 KiB116111

README.mdH A D03-May-20221.5 KiB4230

init.gH A D03-May-2022532 1613

makedoc.gH A D03-May-20221.4 KiB2924

read.gH A D03-May-2022533 1713

README.md

1[![Build Status](https://travis-ci.org/gap-packages/permut.svg?branch=master)](https://travis-ci.org/gap-packages/permut)
2[![Code Coverage](https://codecov.io/github/gap-packages/permut/coverage.svg?branch=master&token=)](https://codecov.io/gh/gap-packages/permut)
3# PERMUT: a GAP4 package to deal with permutability
4
5The package `permut` contains some functions to deal with
6permutability in finite groups.
7
8## Installation
9To install this package, just decompress the file `permut-X.Y.Z.tar.gz`
10in a directory in the `pkg` hierarchy of the GAP installation, where
11`X.Y.Z` is the version number. It requires the package `format` to be
12previously installed. Use then
13
14`  LoadPackage("permut");`
15
16to load it.
17GAP 4.7.4 or later is required.
18Inside GAP, help can be obtained by using
19
20`  ?permut:`
21
22The `tst/` directory contains the file permut.tst which can be used to
23test the installation. In the `doc/` directory, the file `manual.pdf`
24contains the manual in PDF format. The HTML version starting page is
25the file `chap0.html` of the `doc/` directory.
26
27This package is distributed with GAP, but you can always get the latest
28version from the [permut web page](https://gap-packages.github.io/permut).
29
30## Help
31If you need help, please send a message to <Ramon.Esteban@uv.es>.
32
33## Issues
34For questions, remarks, issues, you can also use the issue tracker
35<https://github.com/gap-packages/permut/issues>.
36
37## Authors
38- Adolfo Ballester-Bolinches
39- Enric Cosme-Llópez
40- Ramón Esteban-Romero <Ramon.Esteban@uv.es>, maintainer
41
42