3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-20 07:36:38 +00:00

disable stronger arrangements in theory_str for now

This commit is contained in:
Murphy Berzish 2016-12-09 16:55:34 -05:00
parent 515cd4a3f3
commit 737565180f

View file

@ -44,7 +44,7 @@ theory_str::theory_str(ast_manager & m):
opt_CheckVariableScope(true),
opt_UseFastLengthTesterCache(true),
opt_UseFastValueTesterCache(true),
opt_AssertStrongerArrangements(true),
opt_AssertStrongerArrangements(false),
/* Internal setup */
search_started(false),
m_autil(m),