File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,9 @@ The following options will produce a warning when used with CBMC or JBMC:
3636See [ Understanding Loop Unwinding] ( ../cbmc/unwinding/ ) for an elaboration of
3737these options.
3838
39+ For arrays with unknown length (e.g. input arrays), JBMC has a default limit that
40+ can be changed with the option ` --max-nondet-array-length ` .
41+
3942### Experimental Options
4043
4144Be advised that the following command line options to ` cbmc ` and ` goto-instrument `
Original file line number Diff line number Diff line change 6363 " transform `throw` instructions into `assert FALSE` followed by " \
6464 " `assume FALSE`.\n " \
6565 " {y--max-nondet-array-length} {uN} \t " \
66- " limit nondet (e.g. input) array size to <= {uN}\n " \
66+ " limit nondet (e.g. input) array size to <= {uN} (default 5) \n " \
6767 " {y--max-nondet-tree-depth} {uN} \t " \
6868 " limit size of nondet (e.g. input) object tree; at level {uN} references " \
6969 " are set to null\n " \
You can’t perform that action at this time.
0 commit comments