From: Tim King Date: Mon, 26 Nov 2012 17:02:34 +0000 (+0000) Subject: Improving arithmetic debugging output. X-Git-Tag: cvc5-1.0.0~7560 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=164163c9c8fd255947cf3e8d236a5b9da1a1fdab;p=cvc5.git Improving arithmetic debugging output. --- 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); } }