mirror of
https://github.com/Z3Prover/z3
synced 2025-04-19 07:09:03 +00:00
disable deferred eqc check in theory_str
This commit is contained in:
parent
c83e39d3b8
commit
82e07aae8c
|
@ -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…
Reference in a new issue