From 82e07aae8c921eb6a0d552bf3e0604b38241b840 Mon Sep 17 00:00:00 2001 From: Murphy Berzish Date: Thu, 8 Sep 2016 19:55:08 -0400 Subject: [PATCH] disable deferred eqc check in theory_str --- src/smt/theory_str.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smt/theory_str.cpp b/src/smt/theory_str.cpp index 421a45e57..d393f1cdb 100644 --- a/src/smt/theory_str.cpp +++ b/src/smt/theory_str.cpp @@ -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),