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

..03-May-2022-

doc/H03-May-2022-2,8232,379

htm/H03-May-2022-2,9472,926

lib/H03-May-2022-4,2174,107

tst/H03-May-2022-361354

CHANGES.mdH A D03-May-20224.4 KiB141100

LICENSEH A D03-May-202217.6 KiB341281

PackageInfo.gH A D03-May-20226.1 KiB155135

README.mdH A D03-May-20221.8 KiB4635

init.gH A D03-May-2022260 118

README.md

1The DESIGN Package for GAP
2==========================
3
4The DESIGN package is for constructing, classifying, partitioning,
5and studying block designs.
6
7The DESIGN package is Copyright (C) Leonard H. Soicher 2003--2019.
8
9DESIGN is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 2 of the License, or
12(at your option) any later version. For details, see
13<http://www.gnu.org/licenses/gpl.html>.
14
15Please reference your use of the DESIGN package in a published work
16as follows:
17
18L.H. Soicher, The DESIGN package for GAP, Version 1.7, 2019,
19<https://gap-packages.github.io/design>.
20
21Any comments or bug reports should go to <L.H.Soicher@qmul.ac.uk>.
22
23Installing the DESIGN Package
24-----------------------------
25
26The DESIGN package is included in the standard GAP distribution. You
27only need to download and install DESIGN if you need to install
28the package locally or are installing an upgrade of DESIGN to an
29existing installation of GAP (see the main GAP reference section
30"ref:Installing a GAP Package").  If you do need to download DESIGN,
31you can find archive files for the package in various formats at
32<https://www.gap-system.org/Packages/design.html>, and then your archive
33file of choice should be downloaded and unpacked in the `pkg' subdirectory
34of an appropriate GAP root directory (see the main GAP reference section
35"ref:GAP Root Directories").
36
37The DESIGN package is written entirely in GAP code, and requires
38no further installation.  However, the DESIGN package has complete
39functionality only in an environment in which the GRAPE package is
40fully installed.
41
42-------------------------------------------------------------------------
43Leonard Soicher,
44Queen Mary University of London,
45March 2019
46