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

..03-May-2022-

doc/H03-May-2022-2,8062,424

lib/H03-May-2022-6,7355,786

tst/H03-May-2022-1,4881,467

CHANGESH A D03-May-202214.4 KiB409248

LICENSEH A D03-May-202217.6 KiB341281

PackageInfo.gH A D03-May-20224.3 KiB9483

READMEH A D03-May-20222.2 KiB5736

init.gH A D03-May-2022636 1614

makedoc.gH A D03-May-2022366 129

read.gH A D03-May-2022686 1715

README

1
2      ResClasses -- Set-theoretic computations with [Res]idue [Classes]
3      =================================================================
4
5                           -- A GAP 4 Package --
6
7                               Version 4.7.2
8
9         Author and Maintainer:  Stefan Kohl, stefan@mcs.st-and.ac.uk
10
11
12                                  Abstract
13
14ResClasses is  a GAP 4 package for  set-theoretic computations  with  residue
15classes of the integers and a couple of other rings.  The class of sets which
16ResClasses can deal with  includes the open and the closed sets in the  topo-
17logy on the respective ring which is induced by taking the set of all residue
18classes as a basis,  as far as the usual restrictions  imposed by the finite-
19ness of computing resources permit this.
20    For details on how to use the  ResClasses package,  see the package docu-
21mentation  in  the  `doc'  subdirectory  --  either  view  its  HTML  version
22(chap0.html)  with  a browser,  or its  PDF version  (manual.pdf)  with a PDF
23viewer.
24
25
26                                Requirements
27
28This version of  ResClasses  needs  GAP >=4.9.0,  GAPDoc >=1.5.1,  Polycyclic
29>=2.11 and Utils >=0.40.  All required packages are already present in an up-
30to-date standard  GAP installation.  ResClasses can be used on  all platforms
31for which GAP is available.  It is completely written in the GAP language and
32does neither contain nor require external binaries.
33
34
35                                Installation
36
37Like any other GAP package,  ResClasses is usually installed in the pkg/ sub-
38directory of the  GAP distribution.   This is accomplished  by extracting the
39package archive file in this directory.  After this  you can load the package
40as usual via LoadPackage( "resclasses" );.
41  For further advice  on questions of technical nature  please see the  chap-
42ter `Installation and Auxiliary Functions' in the manual.
43
44
45                          Distribution and Updates
46
47New releases of this package are put online on the package web page
48
49    https://gap-packages.github.io/resclasses/
50
51                                     ---
52
53If you install ResClasses or if you use it in some of your work,  then please
54let me know.  Also please let me know if you have problems with this package,
55or if you find a bug.
56
57