From 737565180fbe21c20e7395b32fe40b51d93aeba2 Mon Sep 17 00:00:00 2001 From: Murphy Berzish Date: Fri, 9 Dec 2016 16:55:34 -0500 Subject: [PATCH] disable stronger arrangements in theory_str for now --- 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 0f434900e..92920c220 100644 --- a/src/smt/theory_str.cpp +++ b/src/smt/theory_str.cpp @@ -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),