From 6624b97e0460dcf39eb24699e10f96e781fb11a9 Mon Sep 17 00:00:00 2001 From: Kshitij Bansal Date: Wed, 18 Apr 2012 08:41:13 +0000 Subject: [PATCH] cout -> warning. Happening in portfolio rest of the search go through, but still should be investigated --- src/theory/arith/theory_arith.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theory/arith/theory_arith.cpp b/src/theory/arith/theory_arith.cpp index 11a1a4a4a..502a92962 100644 --- a/src/theory/arith/theory_arith.cpp +++ b/src/theory/arith/theory_arith.cpp @@ -997,8 +997,8 @@ Node TheoryArith::assertionCases(TNode assertion){ if(Debug.isOn("whytheoryenginewhy")){ debugPrintFacts(); } - cout << "Theory engine is sending me both a literal and its negation?" - << "BOOOOOOOOOOOOOOOOOOOOOO!!!!"<< endl; + Warning() << "arith: Theory engine is sending me both a literal and its negation?" + << "BOOOOOOOOOOOOOOOOOOOOOO!!!!"<< endl; } Debug("arith::eq") << constraint << endl; Debug("arith::eq") << negation << endl; -- 2.30.2