You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exact MSS ties + same-point crossing residual + read-contract hardenings
Round-14 external-audit repairs, all confirmed by execution first:
- `_lexicographic_winner` publishes the exact stored maximum as the side
value (the tie winner owns policy and slope convention only), and value
ties are exact stored equality — the only translation-invariant tie set.
`same_record` likewise compares exactly (one genuine record is bitwise
equal). A tolerance window on absolute magnitudes let a common cardinal
shift hand the node to a near-maximal competitor's lower record.
- A crossing tie needs more than offset proximity: a line joins the group
only if it passes through the same numerical point (value residual at
the emitted crossing within the cancellation-error scale of the locally
computed magnitudes). Distinct crossings at large local offsets are
enumerated sequentially instead of being handed to the steepest line.
- The distributed-fold spec compares with a mixed relative/scale-anchored
bound (values can sit near zero, where a pure-relative few-ulp bound is
spuriously strict) after asserting identical finite masks.
- The child read checks the carry block's leading shape against the
solver's stacked-candidate declaration before broadcasting and names the
violated contract, instead of failing as a vmap axis-size mismatch.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BNQkLG5QzXcgGdpgH6sN4u
0 commit comments