Commit 371cb09
committed
Fix assert to limit array size
CBMC has changed the representation of numerical values in
constant_expr (at least for array sizes) - instead of base 2, it now
uses base 16.
We have to fix this in our assertion that limits the size of arrays in
competition mode due to solver unsoundness that appears for arrays of
size >=50000.1 parent 2c857ee commit 371cb09
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
| 677 | + | |
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
| |||
0 commit comments