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

..03-May-2022-

data/H03-May-2022-26,98426,915

doc/H03-May-2022-5,3624,503

gap/H03-May-2022-7,1846,302

scripts/H03-May-2022-14665

tst/H03-May-2022-817754

.codecov.ymlH A D03-May-2022328 2117

.releaseH A D03-May-2022148 51

.travis.ymlH A D03-May-2022612 3530

LICENSEH A D03-May-202234.3 KiB675553

PackageInfo.gH A D03-May-20224.4 KiB123111

READMEH A D03-May-20221.1 KiB4627

init.gH A D03-May-20222.4 KiB4438

makedoc.gH A D03-May-2022313 118

read.gH A D03-May-20222.2 KiB4134

README

1Title:
2------
3
4LOOPS: Computing with quasigroups and loops in GAP
5
6
7Authors:
8--------
9
10Gabor P. Nagy                    and         Petr Vojtechovsky
11Bolyai Institute                             Department of Mathematics
12University of Szeged                         University of Denver
13http://www.math.u-szeged.hu/~nagyg           http://www.math.du.edu/~petr/
14<nagyg@math.u-szeged.hu>                     <petr@math.du.edu>
15
16
17Aim:
18----
19
20This package implements basic concepts of the theory of loops and
21quasigroups for the computer algebra system GAP. By using various
22permutation groups associated with loops and quasigroups, most
23calculations are delegated to groups. Libraries of small loops
24are provided.
25
26
27Distribution webpage:
28---------------------
29
30https://gap-packages.github.io/loops/
31
32
33
34Installation:
35-------------
36
371) install GAP version 4.8 or newer
38
392) go to the LOOPS distribution webpage and download the package
40
413) unpack the package into the pkg subfolder of your GAP folder
42
434) you should see the folder "loops" in the pkg folder
44
455) Upon starting GAP, load the package with LoadPackage( "loops" );
46