summaryrefslogtreecommitdiff
path: root/src/theory/arith
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2012-04-18 08:41:13 +0000
committerKshitij Bansal <kshitij@cs.nyu.edu>2012-04-18 08:41:13 +0000
commit6624b97e0460dcf39eb24699e10f96e781fb11a9 (patch)
treeebd425a02e42a5c7640fee24d57b4a72a0431b2b /src/theory/arith
parent077439fbfa7273ca7d01353873be26bb28318a75 (diff)
cout -> warning. Happening in portfolio
rest of the search go through, but still should be investigated
Diffstat (limited to 'src/theory/arith')
-rw-r--r--src/theory/arith/theory_arith.cpp4
1 files 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;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback