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
It looks like B14 is generating 15 tests for each possible shift value (i.e. 64000 * 15 tests for quads). Aharoni seems to suggest that we only need 1 value outside of the range (-2p + 1, p + 1) for the high and low ends.
It looks like B14 is generating 15 tests for each possible shift value (i.e. 64000 * 15 tests for quads). Aharoni seems to suggest that we only need 1 value outside of the range (-2p + 1, p + 1) for the high and low ends.