/* this procedure controls each iteration of the generation algorithm; itiscalledrecursivelyandsetsouttoconstructtheimmediate descendantsofsomeorallofthegroupspresentoninput_file;
call_depthisthelevelofrecursion; class_bound,step_sequence,order_boundaresetupiniteration_information; subgroup_rankistherankoftheinitialsegmentsubgroup;
flag is a copy of the basic pga flags */
void iteration(int call_depth,
int *step_sequence,
int subgroup_rank, struct pga_vars *flag,
FILE *input_file,
int nmr_of_descendants,
int class_bound,
int order_bound, struct pga_vars *pga, struct pcp_vars *pcp)
{
int ***auts; register int group_nmr, first = 1;
int next_class = 0;
FILE *descendant_file;
char name[MAXWORD];
char *s, *t;
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.