projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1390a6
)
Improving arithmetic debugging output.
author
Tim King
<taking@cs.nyu.edu>
Mon, 26 Nov 2012 17:02:34 +0000
(17:02 +0000)
committer
Tim King
<taking@cs.nyu.edu>
Mon, 26 Nov 2012 17:02:34 +0000
(17:02 +0000)
src/theory/arith/theory_arith.cpp
patch
|
blob
|
history
diff --git
a/src/theory/arith/theory_arith.cpp
b/src/theory/arith/theory_arith.cpp
index 7997debd799a45a66470244e4e8209b5d4f62f0c..141b22dc6eaf44883a5cf305b13989ea685ae460 100644
(file)
--- 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);
}
}