-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8432 from lks9/doc_8428
add documentation of default for --max-nondet-array-length, see #8428
- Loading branch information
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ Author: Daniel Kroening, [email protected] | |
"transform `throw` instructions into `assert FALSE` followed by " \ | ||
"`assume FALSE`.\n" \ | ||
" {y--max-nondet-array-length} {uN} \t " \ | ||
"limit nondet (e.g. input) array size to <= {uN}\n" \ | ||
"limit nondet (e.g. input) array size to <= {uN} (default 5)\n" \ | ||
" {y--max-nondet-tree-depth} {uN} \t " \ | ||
"limit size of nondet (e.g. input) object tree; at level {uN} references " \ | ||
"are set to null\n" \ | ||
|