summaryrefslogtreecommitdiff
path: root/src/theory/arith/constraint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/constraint.cpp')
-rw-r--r--src/theory/arith/constraint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/constraint.cpp b/src/theory/arith/constraint.cpp
index b44105895..ce338b5f3 100644
--- a/src/theory/arith/constraint.cpp
+++ b/src/theory/arith/constraint.cpp
@@ -128,7 +128,7 @@ std::ostream& operator<<(std::ostream& o, const ValueCollection& vc){
}
void ConstraintValue::debugPrint() const {
- cout << *this << endl;
+ Message() << *this << endl;
}
void ValueCollection::push_into(std::vector<Constraint>& vec) const {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback