Improved debugging output.
authorTim King <taking@cs.nyu.edu>
Wed, 27 Jun 2012 20:56:23 +0000 (20:56 +0000)
committerTim King <taking@cs.nyu.edu>
Wed, 27 Jun 2012 20:56:23 +0000 (20:56 +0000)
src/theory/arith/partial_model.cpp

index 32c9f6adc7b0b15128503dc816e95f1145271668..0fabe1a0ffe7c85f176343da91db1367be0eee93 100644 (file)
@@ -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){