projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae1dfdc
)
fix for cvc4_logic dump
author
Kshitij Bansal
<kshitij@cs.nyu.edu>
Mon, 2 Apr 2012 20:02:14 +0000
(20:02 +0000)
committer
Kshitij Bansal
<kshitij@cs.nyu.edu>
Mon, 2 Apr 2012 20:02:14 +0000
(20:02 +0000)
src/smt/smt_engine.cpp
patch
|
blob
|
history
diff --git
a/src/smt/smt_engine.cpp
b/src/smt/smt_engine.cpp
index 453817ec1cc874097f3702d3da875de017eca219..57a8c2f230bb64a7c2a68cb46db3a81b14003dec 100644
(file)
--- a/
src/smt/smt_engine.cpp
+++ b/
src/smt/smt_engine.cpp
@@
-395,8
+395,8
@@
void SmtEngine::setInfo(const std::string& key, const SExpr& value)
if(! value.isAtom()) {
throw BadOptionException("argument to (set-info :cvc4-logic ..) must be a string");
}
-
d_logic = ""
;
- setLogic(value.getValue());
+
NodeManagerScope nms(d_nodeManager)
;
+ setLogic
Internal
(value.getValue());
return;
}
}