Improving arithmetic debugging output.
authorTim King <taking@cs.nyu.edu>
Mon, 26 Nov 2012 17:02:34 +0000 (17:02 +0000)
committerTim King <taking@cs.nyu.edu>
Mon, 26 Nov 2012 17:02:34 +0000 (17:02 +0000)
src/theory/arith/theory_arith.cpp

index 7997debd799a45a66470244e4e8209b5d4f62f0c..141b22dc6eaf44883a5cf305b13989ea685ae460 100644 (file)
@@ -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);
     }
   }