/* Function intersection. Returns a new permutation group representing the intersectionoftwopermutationgroupsGandEonOmega.Thealgorithmis basedonFigure9inthepaper"Permutationgroupalgorithmsbasedon
partitions" by the author. */
#define familyParm familyParm_L
PermGroup *intersection(
PermGroup *const G, /* The first permutation group. */
PermGroup *const E, /* The second permutation group. */
PermGroup *const L) /* A (possibly trivial) known subgroup of the intersectionofGandE.(Anullpointer
designates a trivial group.) */
{
RefinementFamily OOO_G, OOO_E;
RefinementFamily *refnFamList[3];
ReducChkFn *reducChkList[3];
SpecialRefinementDescriptor *specialRefinement[3];
ExtraDomain *extra[1];
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.