From 6e5f551507a2a9af33e7b56107471a096a495862 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dejan=20Jovanovi=C4=87?= Date: Wed, 28 Mar 2012 19:26:28 +0000 Subject: [PATCH] enabling the --disable-arithmetic-propagation option in the arithmetic code (it wasn't used) --- src/theory/arith/theory_arith.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theory/arith/theory_arith.cpp b/src/theory/arith/theory_arith.cpp index 85461af32..1c6287c4a 100644 --- a/src/theory/arith/theory_arith.cpp +++ b/src/theory/arith/theory_arith.cpp @@ -602,7 +602,7 @@ void TheoryArith::preRegisterTerm(TNode n) { if(isRelationOperator(n.getKind())){ if(!isSetup(n)){ - setupAtom(n, true); + setupAtom(n, Options::current()->arithPropagation); } addToContext(n); } -- 2.30.2