projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6c8ba9
)
fix for dejan: term ITEs now dumped correctly
author
Morgan Deters
<mdeters@gmail.com>
Mon, 1 Oct 2012 21:10:04 +0000
(21:10 +0000)
committer
Morgan Deters
<mdeters@gmail.com>
Mon, 1 Oct 2012 21:10:04 +0000
(21:10 +0000)
src/smt/smt_engine.cpp
patch
|
blob
|
history
diff --git
a/src/smt/smt_engine.cpp
b/src/smt/smt_engine.cpp
index 5e8cef250e191c1bf35e75043bb4956e2b62ba96..069e5473e904f5f4ad64b1d1be7feaab66b87cf0 100644
(file)
--- a/
src/smt/smt_engine.cpp
+++ b/
src/smt/smt_engine.cpp
@@
-307,7
+307,7
@@
public:
d_smt.addToModelCommand(c.clone());
}
- void nmNotifyNewSkolem(TNode n,
std::string
comment) {
+ void nmNotifyNewSkolem(TNode n,
const std::string&
comment) {
std::string id = n.getAttribute(expr::VarNameAttr());
DeclareFunctionCommand c(id,
n.toExpr(),