extern Permutation *readPerm( constUnsigned degree, /* Degree of permutation to be read. */
PermFormat *const format, /* Set to cycleFormat or imageFormat. */
TokenType *const terminator) /* Set to type of token (comma, semicolon, or eof, or right square bracket) that terminated
the permutation. */
;
extern PermGroup *readPermGroup( char *libFileName, /* The library file containing the group. */ char *libName, /* The library defining the group. */ constUnsigned requiredDegree, /* The degree that the group must have,
or zero if group may have any degree. */ constchar *rpgOptions) /* Options: Generate: generate base/sgs if absent, CompleteOrbits: construct complete orbit
structure. */
;
externvoid setOutputFile(
FILE *grpFile)
;
externvoid writeCyclePerm(
Permutation *s, /* The permutation to write. */ Unsigned startCol1, /* First line starts in this column. */ Unsigned startCol2, /* Remaining lines start in this column. */ Unsigned endCol) /* Lines end by this column. */
;
externvoid writeImagePerm(
Permutation *s, /* The permutation to write. */ Unsigned startCol1, /* First line starts in this column. */ Unsigned startCol2, /* Remaining lines start in this column. */ Unsigned endCol) /* Lines end by this column. */
;
externvoid writeImageMonomialPerm(
Permutation *s, /* The permutation to write. */ Unsigned fieldSize, Unsigned startCol2) /* Remaining lines start in this column. */
;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.