Deleting adjacent_runs's b1 == a2 check (smc_nf.rs:2145) reddens 5 shipped tests in debug and 0 in release; all five report the same debug_assert! at smc_nf.rs:2041, so the block-transposition adjacency property has no release-profile guard.
A release lane does not close it: the same perturbation under --release left every shipped applied test green (449 passed; only the review's own oracle red). Closing it needs a test asserting the rewritten diagram, not the debug invariant.
Measured in G5-T1's falsifying review of 9181c1a.
Deleting
adjacent_runs'sb1 == a2check (smc_nf.rs:2145) reddens 5 shipped tests in debug and 0 in release; all five report the samedebug_assert!atsmc_nf.rs:2041, so the block-transposition adjacency property has no release-profile guard.A release lane does not close it: the same perturbation under
--releaseleft every shipped applied test green (449 passed; only the review's own oracle red). Closing it needs a test asserting the rewritten diagram, not the debug invariant.Measured in G5-T1's falsifying review of
9181c1a.