summaryrefslogtreecommitdiff
path: root/src/prop/prop_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prop/prop_engine.h')
-rw-r--r--src/prop/prop_engine.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/prop/prop_engine.h b/src/prop/prop_engine.h
index 91b9a61e6..93c35bbf3 100644
--- a/src/prop/prop_engine.h
+++ b/src/prop/prop_engine.h
@@ -170,6 +170,11 @@ public:
void shutdown() { }
/**
+ * Signal that a new round of assertions is ready so we can notify the theory engine
+ */
+ void processAssertionsStart();
+
+ /**
* Converts the given formula to CNF and assert the CNF to the SAT solver.
* The formula is asserted permanently for the current context.
* @param node the formula to assert
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback