summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.cpp
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2012-11-26 17:02:34 +0000
committerTim King <taking@cs.nyu.edu>2012-11-26 17:02:34 +0000
commit164163c9c8fd255947cf3e8d236a5b9da1a1fdab (patch)
tree8f62889cba9748438950f97573de3186e2c68f4a /src/theory/arith/theory_arith.cpp
parentf1390a66f5f2a9d9455346340282fbd5587327f8 (diff)
Improving arithmetic debugging output.
Diffstat (limited to 'src/theory/arith/theory_arith.cpp')
-rw-r--r--src/theory/arith/theory_arith.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback