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

..03-May-2022-

doc/H03-May-2022-5,9974,891

htm/H03-May-2022-3,1943,179

lib/H03-May-2022-8,4287,670

tst/H03-May-2022-4037

CHANGES.rdsH A D03-May-20223.7 KiB11991

LICENSEH A D03-May-202217.6 KiB340281

PackageInfo.gH A D03-May-20221.9 KiB7058

README.rdsH A D03-May-20221.5 KiB5535

init.gH A D03-May-2022455 1513

read.gH A D03-May-2022785 3122

README.rds

1(C) Marc Roeder 2006-2011
2
3
4	The RDS package for relative difference sets
5	--------------------------------------------
6
7RDS is a package for the search for relative difference set in
8(nonabelian) finite groups. The manual is contained in the directory
9rds/doc/ as .pdf and .html.
10
11You may distribute this package under the terms of the GNU General
12Public License version 2 or (at your option) any later version. See
13the file LICENSE or http://www.gnu.org/copyleft/gpl.html.
14
15The RDS package is completely written in GAP.
16
17Please send bug reports to roeder.marc@gmail.com
18
19       	    	Requirements
20		-----------
21
22RDS requires GAP version >=4.5 and L. Soicher's DESIGN package version
23>=1.3 (which in turn depends on the GRAPE package).
24
25
26		Installation
27		---------
28
291. Download one of the archives
30
31	rds<ver>.tar.bz2
32	rds<ver>.tar.gz
33	rds<ver>.zoo
34	rds<ver>-win.zip
35
36   (where <ver> is some version number) to the directory pkg/ of the
37   GAP home directory. If you do not have permission to do so, create
38   a directory called gap/pkg in your home directory.
39
40
412. change directory to pkg/ and unpack the archive using the according command:
42
43	tar -xjf rds<ver>.tar.bz2
44	tar -xzf rds<ver>.tar.gz
45	zoo -extract rds<ver>.zoo
46	unzip rds<ver>-win.zip
47
48 (replace <ver> with the version number)
49
503. start GAP. If you have created the directory gap/pkg in your home
51   directory, use "gap -l '<homedir>/gap;'" where <homedir> is the path of
52   your home directory (use "pwd" to find out what it is, if you don't know)
53
544. Type "LoadPackage("rds");" to load the RDS package
55