Commit c99f265
Bound checked_pow/saturating_pow exponent to avoid CI timeout
Autoharness checks timed out at 3.5h with unwind(129). Bound
exponent to <=8 with unwind(10) for tractability. Kani still
verifies all possible base values with all exponents 0-8.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 6cdcb52 commit c99f265
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3393 | 3393 | | |
3394 | 3394 | | |
3395 | 3395 | | |
3396 | | - | |
3397 | | - | |
| 3396 | + | |
| 3397 | + | |
3398 | 3398 | | |
3399 | 3399 | | |
3400 | 3400 | | |
| 3401 | + | |
3401 | 3402 | | |
3402 | 3403 | | |
3403 | 3404 | | |
| |||
3421 | 3422 | | |
3422 | 3423 | | |
3423 | 3424 | | |
3424 | | - | |
| 3425 | + | |
3425 | 3426 | | |
3426 | 3427 | | |
3427 | 3428 | | |
| 3429 | + | |
3428 | 3430 | | |
3429 | 3431 | | |
3430 | 3432 | | |
| |||
0 commit comments