RDS

A package for searching relative difference sets

Version 1.8
Released 2022-02-21

This project is maintained by Marc Roeder, The GAP Team

(C) Marc Roeder 2006-2011


	The RDS package for relative difference sets
	--------------------------------------------

RDS is a package for the search for relative difference set in
(nonabelian) finite groups. The manual is contained in the directory
rds/doc/ as .pdf and .html.

You may distribute this package under the terms of the GNU General
Public License version 2 or (at your option) any later version. See
the file LICENSE or http://www.gnu.org/copyleft/gpl.html.

The RDS package is completely written in GAP.

Please submit bug reports at .

       	    	Requirements
		-----------

RDS requires GAP version >=4.5 and L. Soicher's DESIGN package version
>=1.3 (which in turn depends on the GRAPE package).


		Installation
		---------

1. Download one of the archives

	rds.tar.bz2 
	rds.tar.gz
	rds-win.zip

   (where  is some version number) to the directory pkg/ of the 
   GAP home directory. If you do not have permission to do so, create 
   a directory called gap/pkg in your home directory.


2. change directory to pkg/ and unpack the archive using the according command:

	tar -xjf rds.tar.bz2
	tar -xzf rds.tar.gz
	unzip rds-win.zip

 (replace  with the version number)

3. start GAP. If you have created the directory gap/pkg in your home 
   directory, use "gap -l '/gap;'" where  is the path of
   your home directory (use "pwd" to find out what it is, if you don't know)

4. Type "LoadPackage("rds");" to load the RDS package