projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0f5194
)
fix for de+lemmas
author
Kshitij Bansal
<kshitij@cs.nyu.edu>
Wed, 25 Apr 2012 21:29:49 +0000
(21:29 +0000)
committer
Kshitij Bansal
<kshitij@cs.nyu.edu>
Wed, 25 Apr 2012 21:29:49 +0000
(21:29 +0000)
for the first time make regress passes even if JH is enabled
src/prop/prop_engine.cpp
patch
|
blob
|
history
diff --git
a/src/prop/prop_engine.cpp
b/src/prop/prop_engine.cpp
index d1eaec231cb364238cd971ebd05072c6fe0a60f4..212a99a8e39b8b91afeea30ec0d95582b6fb333d 100644
(file)
--- a/
src/prop/prop_engine.cpp
+++ b/
src/prop/prop_engine.cpp
@@
-117,6
+117,8
@@
void PropEngine::assertLemma(TNode node, bool negated, bool removable) {
NodeBuilder<> nb(kind::NOT);
nb << node;
d_decisionEngine->addAssertion(nb.constructNode());
+ } else {
+ d_decisionEngine->addAssertion(node);
}
//TODO This comment is now false