From 992fff8ba8c882b0724aafca2620bd8dd151365a Mon Sep 17 00:00:00 2001 From: Murphy Berzish Date: Thu, 10 Sep 2015 18:43:14 -0400 Subject: [PATCH] set up theory of arithmetic correctly closes #1 --- src/cmd_context/cmd_context.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cmd_context/cmd_context.cpp b/src/cmd_context/cmd_context.cpp index a7db2f16c..394350879 100644 --- a/src/cmd_context/cmd_context.cpp +++ b/src/cmd_context/cmd_context.cpp @@ -517,7 +517,8 @@ bool cmd_context::logic_has_arith_core(symbol const & s) const { s == "LRA" || s == "QF_FP" || s == "QF_FPBV" || - s == "HORN"; + s == "HORN" || + s == "QF_S"; } bool cmd_context::logic_has_arith() const {