cout -> warning. Happening in portfolio
authorKshitij Bansal <kshitij@cs.nyu.edu>
Wed, 18 Apr 2012 08:41:13 +0000 (08:41 +0000)
committerKshitij Bansal <kshitij@cs.nyu.edu>
Wed, 18 Apr 2012 08:41:13 +0000 (08:41 +0000)
rest of the search go through, but still should be investigated

src/theory/arith/theory_arith.cpp

index 11a1a4a4a9112beb1fc5fceea0827ede2047d146..502a92962a37fe6c38ad6c27c117743e1f89c793 100644 (file)
@@ -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;