PqList( file )
PqList( file, sub )
PqList( file, n )
The function PqList reads a file file and returns the list L of ag
groups defined in this file.
If list sub is supplied as a parameter, the function returns Sublist(
L, sub ). If an integer n is supplied, PqList returns L[<n>].
This function and SavePqList (see SavePqList) can be used to
save and restore a list of descendants (see PqDescendants).
This function requires the package "anupq" (see RequirePackage).
GAP 3.4.4