/* **TheparametersofEnumerateWords()havethefollowingmeaning: ** **<r>arelationinvolving<l>identicalgenerators. **<l>thenumberofidenticalgenerators. **<instances>thelistofinstancestobebuiltupcorrespondingthe **identicalgenerators. **<n>theindexofthecurrentwordin<instances> **<i>thefirstfreeindexinthecurrentword **<g>thenextgeneratorinthecurrentword **<wt>theweightthatcanspendonthenextgenerators.
*/ static void EnumerateWords(node *r, long l, word *instances, long n, long i, gen g, long wt) { long save_wt;
word u = instances[ n ];
if (wt == 0) {
gen h; /* printf("#%d%d",l,n); for(h=1;h<=NrIdenticalGensNode;h++){ printWord(Instances[h],'a');printf(","); } printf("\n");
*/ if (EvalSingleRelation(r)) {
printf("# essential: "); for (h = 1; h <= NrIdenticalGensNode; h++) {
printWord(Instances[ h ], 'a');
printf(", ");
}
printf("\n");
} return;
}
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.