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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index d3806199b..878588d15 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -2446,6 +2446,7 @@ void SmtEngine::interrupt() throw(ModalException) {
return;
}
d_propEngine->interrupt();
+ d_theoryEngine->interrupt();
}
void SmtEngine::setResourceLimit(unsigned long units, bool cumulative) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback