/* this procedure controls each iteration of the generation algorithm; it is called recursively and sets out to construct the immediate descendants of some or all of the groups present on input_file;
call_depth is the level of recursion; class_bound, step_sequence, order_bound are set up in iteration_information; subgroup_rank is the rank of the initial segment subgroup;
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; registerint 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 ist noch experimentell.