CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
#############################################################################
####
##
#W  anupqprop.gd               ANUPQ package                    Werner Nickel
##
##
##  Declares properties and attributes needed for ANUPQ.
##    
#Y  Copyright (C) 2001  Lehrstuhl D fuer Mathematik,  RWTH Aachen,  Germany
##

#############################################################################
##
#F  SET_PQ_PROPS_AND_ATTRS( <G>, <func> )
##
DeclareGlobalFunction( "SET_PQ_PROPS_AND_ATTRS" );

#############################################################################
##
#D  Declare properties and  attributes
##    
DeclareProperty( "IsCapable", IsGroup );

DeclareAttribute( "NuclearRank", IsGroup );

DeclareAttribute( "MultiplicatorRank", IsGroup );

DeclareAttribute( "ANUPQIdentity", IsGroup );

DeclareAttribute( "ANUPQAutomorphisms", IsGroup );

DeclareProperty( "IsPcgsAutomorphisms", IsGroup );

#E  anupqprop.gd  . . . . . . . . . . . . . . . . . . . . . . . . . ends here