mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
disable stronger arrangements in theory_str for now
This commit is contained in:
parent
515cd4a3f3
commit
737565180f
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue