Goto Chapter: Top 1 2 3 4 Bib Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

4 Installing and Loading the Images Package
 4.1 Loading the Images Package

4 Installing and Loading the Images Package

To install the Images package simply place Images into the pkg directory of your GAP installation.

The package requires GAP 4.13 or later, together with the Digraphs and Datastructures packages (both part of the standard GAP package distribution). Two further packages are optional but recommended, and are used automatically when available: ferret greatly speeds up the stabilizer computations used when canonicalising transformations, permutations, partial permutations and sets of sets, and vole is required for the "vole" engine and for canonicalising fundamental structures under groups which are not direct products of symmetric groups (see Chapter 3).

4.1 Loading the Images Package

To use the Images Package you have to request it explicitly. This is done by calling LoadPackage (Reference: LoadPackage):

gap> LoadPackage("images");
true

 

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 Bib Ind

generated by GAPDoc2HTML