summaryrefslogtreecommitdiff
path: root/src/prop/prop_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/prop_engine.cpp')
-rw-r--r--src/prop/prop_engine.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/prop/prop_engine.cpp b/src/prop/prop_engine.cpp
index 7d4cb7b1c..abe22cb48 100644
--- a/src/prop/prop_engine.cpp
+++ b/src/prop/prop_engine.cpp
@@ -86,6 +86,10 @@ PropEngine::~PropEngine() {
delete d_satSolver;
}
+void PropEngine::processAssertionsStart() {
+ d_theoryEngine->preprocessStart();
+}
+
void PropEngine::assertFormula(TNode node) {
Assert(!d_inCheckSat, "Sat solver in solve()!");
Debug("prop") << "assertFormula(" << node << ")" << endl;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback