/* File cstrbas.c. Contains function constructRBase, which may be used to constructanRRR-base.AlsocontainsfunctiongetOptimInfo,whichmay invokedduringRRR-baseconstructionbyfunctionsthatcheck
RRR-reducbility. */
/* This function allocates and constructs an RRR-base for a permutation group, anditreturnsapointertotheR-basethatisconstructed.Theparameters areasfollows:
/* Set tHatWord to a trivial word. */
tHatWord.invWord = malloc( 8 * sizeof(UnsignedS *) );
tHatWord.revWord = malloc( 8 * sizeof(UnsignedS *) );
tHatWord.invWord[0] = tHatWord.revWord[0] = NULL;
/* Here we trim unnecessary strong generators if so requested. */ for ( sGenCount = 0 , gen = G->generator ; gen ;
gen = gen->next )
++sGenCount; if ( sGenCount > options.trimSGenSetToSize )
removeRedunSGens( G, 1);
/* Here we construct the complete orbit structure at the top level. */ for ( m = 0 ; specialRefinement[m] ; ++m )
constructAllOrbitInfo( specialRefinement[m]->leftGroup, 1);
/* Figure 10, lines 12-14. Line 11 is omitted since an explicit
representation of Pi is not maintained; note Pi_i = Psi_{n_{i+1}}.*/
++AAA->ell;
AAA->n_[AAA->ell] = h;
/* Figure 10, lines 15-17. CAUTION: Note that the second and third linesbelowdependonthenumberingoftherefinementparameters
in function pointStabRefine. */
refPriPair = isPointStabReducible( &ptStabFamily,
AAA->PsiStack, G, AAA, k[0]+1);
AAA->alphaHat[AAA->ell] = refPriPair.refn.refnParm[0].intParm;
AAA->p_[AAA->ell] = refPriPair.refn.refnParm[1].intParm;
AAA->aAA[h] = refPriPair.refn;
basicCellSize[AAA->ell] =
AAA->PsiStack->cellSize[ refPriPair.refn.refnParm[1].intParm ];
}
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.