mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
disable deferred eqc check in theory_str
This commit is contained in:
parent
c83e39d3b8
commit
82e07aae8c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ theory_str::theory_str(ast_manager & m):
|
|||
opt_LCMUnrollStep(2),
|
||||
opt_NoQuickReturn_IntegerTheory(false),
|
||||
opt_DisableIntegerTheoryIntegration(false),
|
||||
opt_DeferEQCConsistencyCheck(true),
|
||||
opt_DeferEQCConsistencyCheck(false),
|
||||
opt_CheckVariableScope(true),
|
||||
/* Internal setup */
|
||||
search_started(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue