summaryrefslogtreecommitdiff
path: root/src/theory/inference_manager_buffered.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/inference_manager_buffered.h')
-rw-r--r--src/theory/inference_manager_buffered.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/theory/inference_manager_buffered.h b/src/theory/inference_manager_buffered.h
index 080033562..cc4bd7ba4 100644
--- a/src/theory/inference_manager_buffered.h
+++ b/src/theory/inference_manager_buffered.h
@@ -159,6 +159,14 @@ class InferenceManagerBuffered : public TheoryInferenceManager
*/
void assertInternalFactTheoryInference(TheoryInference* fact);
+ /**
+ * Notify this inference manager that a conflict was sent in this SAT context.
+ * This method is called via TheoryEngine when a conflict is sent. This
+ * method will clear all pending facts, lemmas, and phase requirements, as
+ * these will be stale after the solver backtracks.
+ */
+ void notifyInConflict() override;
+
protected:
/** A set of pending inferences to be processed as lemmas */
std::vector<std::unique_ptr<TheoryInference>> d_pendingLem;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback