From: Kshitij Bansal Date: Wed, 18 Apr 2012 08:41:13 +0000 (+0000) Subject: cout -> warning. Happening in portfolio X-Git-Tag: cvc5-1.0.0~8225 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6624b97e0460dcf39eb24699e10f96e781fb11a9;p=cvc5.git cout -> warning. Happening in portfolio rest of the search go through, but still should be investigated --- 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;