summaryrefslogtreecommitdiff
path: root/src/expr/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/command.cpp')
-rw-r--r--src/expr/command.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/expr/command.cpp b/src/expr/command.cpp
index 9df4dba85..20967b733 100644
--- a/src/expr/command.cpp
+++ b/src/expr/command.cpp
@@ -31,6 +31,7 @@
#include "util/output.h"
#include "util/dump.h"
#include "util/sexpr.h"
+#include "util/util_model.h"
#include "expr/node.h"
#include "printer/printer.h"
@@ -882,9 +883,11 @@ void GetModelCommand::invoke(SmtEngine* smtEngine) throw() {
}
}
+/* Model is private to the library -- for now
Model* GetModelCommand::getResult() const throw() {
return d_result;
}
+*/
void GetModelCommand::printResult(std::ostream& out) const throw() {
if(! ok()) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback