summaryrefslogtreecommitdiff
path: root/src/theory/sets/inference_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/inference_manager.h')
-rw-r--r--src/theory/sets/inference_manager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/theory/sets/inference_manager.h b/src/theory/sets/inference_manager.h
index ba6be9905..3278b848e 100644
--- a/src/theory/sets/inference_manager.h
+++ b/src/theory/sets/inference_manager.h
@@ -109,6 +109,12 @@ class InferenceManager
/** Have we sent lem as a lemma in the current user context? */
bool hasLemmaCached(Node lem) const;
+ /**
+ * Send conflict.
+ * @param conf The conflict node to be sent on the output channel
+ */
+ void conflict(Node conf);
+
private:
/** constants */
Node d_true;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback