Commit aa766ae
committed
Set string-max-length in indexOf test
Without this, the solver can end up with a difficult instance for minisat.
This behavior depends on the envioronment in which CBMC/JBMC is build, for
instance travis and appVeyor may get different counter-examples from the
SAT-solver, because of slightly different inputs.
The behavior can also vary from one commit to the other on the same system (even
if the changes seem unrelated to the solvers).
However running the same benchmark on the same operating system with the same
version of CBMC/JBMC should always behave the same.1 parent 988b818 commit aa766ae
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
0 commit comments