feat(ReedSolomon): decode-outcome iff for Gao decoding#268
Conversation
Combine `decode_eq_none` and `decode_none_farness` into a single outcome characterization `decode_eq_none_iff`: the decoder returns `none` iff the received word is beyond the guaranteed radius ⌊(n-k)/2⌋ of every codeword. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
🤖 PR SummaryFailed to generate AI summary. Please check the per-file summaries and statistics below. Statistics
Lean Declarations ✏️ Added: 1 declaration(s)
📄 **Per-File Summaries**
Last updated: 2026-07-12 01:35 UTC. |
🤖 AI ReviewOverall Summary: Errors during review:
📄 **Review for `CompPoly/Univariate/ReedSolomon/GaoCorrectness.lean`**An error occurred while analyzing |
Build Timing Report
Incremental Rebuild Signal
This compares a clean project build against an incremental rebuild in the same CI job; it is a lightweight variability signal, not a full cross-run benchmark. Slowest Current Clean-Build FilesShowing 20 slowest current targets, with comparison against the selected baseline when available.
|
Quick follow-up to #267: combines
decode_eq_noneanddecode_none_farnessinto a single outcome characterization
decode_eq_none_iff—Gao.decodereturnsnoneiff the received word is beyond the guaranteed radius⌊(n-k)/2⌋of every codeword.