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.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/prop/prop_engine.cpp b/src/prop/prop_engine.cpp
index 23f7ea6b5..b09e7a088 100644
--- a/src/prop/prop_engine.cpp
+++ b/src/prop/prop_engine.cpp
@@ -281,6 +281,12 @@ void PropEngine::pop() {
Debug("prop") << "pop()" << endl;
}
+void PropEngine::resetTrail()
+{
+ d_satSolver->resetTrail();
+ Debug("prop") << "resetTrail()" << endl;
+}
+
unsigned PropEngine::getAssertionLevel() const {
return d_satSolver->getAssertionLevel();
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback