summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-01 21:10:04 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-01 21:10:04 +0000
commit87ce1a2260ae63784a0593aeec792bb8defe9bf6 (patch)
treee1948478dd6bee618bf7a7c07726a5a85f51d2ef /src/smt
parentc6c8ba915748e117821996992fd043e2669b59b4 (diff)
fix for dejan: term ITEs now dumped correctly
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/smt_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index 5e8cef250..069e5473e 100644
--- 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(),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback