[Up] [Previous] [Index]

3 Installing and loading the Cubefree package

Sections

  1. Installing the Cubefree package
  2. Loading the Cubefree package

3.1 Installing the Cubefree package

The installation of the Cubefree package follows standard GAP rules. So the standard method is to unpack the package into the pkg directory of your GAP distribution. This will create an cubefree subdirectory.

For other non-standard options please see Chapter Installing a GAP Package in the GAP Reference Manual.

3.2 Loading the Cubefree package

To use the Cubefree Package you have to request it explicitly. This is done by calling LoadPackage like this:

gap> LoadPackage("Cubefree");
Loading Cubefree 1.0 ...

   ------------------------------------------------
   -- Construction Algorithm for Cubefree Groups --
   ----- Heiko Dietrich, H.Dietrich@tu-bs.de ------
true

The LoadPackage command is described in Section LoadPackage in the GAP Reference Manual.

[Up] [Previous] [Index]

Cubefree manual
Februar 2006