summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_engine.cpp')
-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 6e3a1b801..e97adb1d2 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -88,7 +88,7 @@ void SmtEngine::doCommand(Command* c) {
}
Node SmtEnginePrivate::preprocess(SmtEngine& smt, TNode e) {
- return e;
+ return smt.d_theoryEngine->preprocess(e);
}
Result SmtEngine::check() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback