From 164163c9c8fd255947cf3e8d236a5b9da1a1fdab Mon Sep 17 00:00:00 2001 From: Tim King Date: Mon, 26 Nov 2012 17:02:34 +0000 Subject: Improving arithmetic debugging output. --- src/theory/arith/theory_arith.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory') diff --git a/src/theory/arith/theory_arith.cpp b/src/theory/arith/theory_arith.cpp index 7997debd7..141b22dc6 100644 --- a/src/theory/arith/theory_arith.cpp +++ b/src/theory/arith/theory_arith.cpp @@ -1326,7 +1326,7 @@ Node TheoryArith::callDioSolver(){ Assert(orig.getKind() != EQUAL); return orig; }else{ - Debug("dio::push") << v << " " << eq.getNode() << endl; + Debug("dio::push") << v << " " << eq.getNode() << " with reason " << orig << endl; d_diosolver.pushInputConstraint(eq, orig); } } -- cgit v1.2.3