/* find the non-identity permutations in the soluble subgroup of theautomorphismgroupgeneratedbythecentralautomorphisms andrecordthecorrespondencefromthenon-identityautomorphisms
to the non-identity permutations */
void strip_identities(int ***auts, struct pga_vars *pga, struct pcp_vars *pcp)
{ register int alpha;
int **A; /* automorphism matrix */
int nmr_soluble = pga->nmr_soluble;
pga->nmr_of_perms = 0;
/* set up space for automorphism matrix */
A = allocate_matrix(pga->q, pga->q, 0, FALSE);
pga->map = allocate_vector(pga->m, 1, TRUE);
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.