projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
077439f
)
cout -> warning. Happening in portfolio
author
Kshitij Bansal
<kshitij@cs.nyu.edu>
Wed, 18 Apr 2012 08:41:13 +0000
(08:41 +0000)
committer
Kshitij 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
patch
|
blob
|
history
diff --git
a/src/theory/arith/theory_arith.cpp
b/src/theory/arith/theory_arith.cpp
index 11a1a4a4a9112beb1fc5fceea0827ede2047d146..502a92962a37fe6c38ad6c27c117743e1f89c793 100644
(file)
--- 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;