mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
disable aggressive unroll testing in theory_str, it may be doing more harm than good
This commit is contained in:
parent
447c6e4ce3
commit
48eaa6159c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ theory_str::theory_str(ast_manager & m):
|
|||
/* Options */
|
||||
opt_AggressiveLengthTesting(false),
|
||||
opt_AggressiveValueTesting(false),
|
||||
opt_AggressiveUnrollTesting(true),
|
||||
opt_AggressiveUnrollTesting(false),
|
||||
opt_EagerStringConstantLengthAssertions(true),
|
||||
opt_VerifyFinalCheckProgress(true),
|
||||
opt_LCMUnrollStep(2),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue