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

1 The Ferret Package
 1.1 Replacing Built-in functionality

1 The Ferret Package

This chapter describes the GAP package Ferret. Ferret implements highly efficient implementations of a range of search algorithms on permutation groups. These algorithms fall into two broad categories:

If you are interested in if Ferret can be applied to another problem, please contact the authors, who will be happy to look into if your problem can be solved with Ferret.

1.1 Replacing Built-in functionality

Ferret automatically installs methods which replace GAP's a number of GAP's built-in functionality:

If you would like to disable this functionality, you can use 1.1-1.

1.1-1 EnableFerretOverloads
‣ EnableFerretOverloads( [active] )( function )

if active (a bool) is true, then enable Ferret specialisations of Intersection and Stabilizer. Call with active false to disable.

1.1-2 FerretOverloadsEnabled
‣ FerretOverloadsEnabled( )( function )

Return if Ferret specialisations of Intersection and Stabilizer are currently enabled.

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

generated by GAPDoc2HTML