From: Tim King Date: Wed, 27 Jun 2012 20:56:23 +0000 (+0000) Subject: Improved debugging output. X-Git-Tag: cvc5-1.0.0~7959 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82fb50f809d708887fc8759ca4db571202a6a93f;p=cvc5.git Improved debugging output. --- diff --git a/src/theory/arith/partial_model.cpp b/src/theory/arith/partial_model.cpp index 32c9f6adc..0fabe1a0f 100644 --- a/src/theory/arith/partial_model.cpp +++ b/src/theory/arith/partial_model.cpp @@ -269,6 +269,7 @@ void ArithPartialModel::printModel(ArithVar x){ Debug("model") << getUpperBound(x) << " "; Debug("model") << getUpperBoundConstraint(x) << " "; } + Debug("model") << endl; } void ArithPartialModel::deltaIsSmallerThan(const DeltaRational& l, const DeltaRational& u){