forked from diffblue/cbmc
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This ensures that arrays from the underlying solver are interpreted in a consistent manner in the solver (always using interval_sparse_arrayt).
- Loading branch information
1 parent
9b286d9
commit beff419
Showing
2 changed files
with
15 additions
and
42 deletions.
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 |
---|---|---|
|
@@ -31,6 +31,8 @@ Author: Alberto Griggio, [email protected] | |
|
||
#define DEFAULT_MAX_NB_REFINEMENT std::numeric_limits<size_t>::max() | ||
#define CHARACTER_FOR_UNKNOWN '?' | ||
// Limit the size of strings in traces to 64M chars to avoid memout | ||
#define MAX_CONCRETE_STRING_SIZE (1 << 26) | ||
|
||
class string_refinementt final: public bv_refinementt | ||
{ | ||
|