3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

disable aggressive unroll testing in theory_str, it may be doing more harm than good

This commit is contained in:
Murphy Berzish 2016-09-20 01:10:27 -04:00
parent 447c6e4ce3
commit 48eaa6159c

View file

@ -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),