summaryrefslogtreecommitdiff
path: root/src/theory/strings/infer_proof_cons.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/infer_proof_cons.h')
-rw-r--r--src/theory/strings/infer_proof_cons.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/theory/strings/infer_proof_cons.h b/src/theory/strings/infer_proof_cons.h
index 110d231cf..02b266fd7 100644
--- a/src/theory/strings/infer_proof_cons.h
+++ b/src/theory/strings/infer_proof_cons.h
@@ -69,6 +69,11 @@ class InferProofCons : public ProofGenerator
* only for facts that are explained.
*/
void notifyFact(const InferInfo& ii);
+ /**
+ * Same as above, but always overwrites. This is used for lemmas and
+ * conflicts, which do not necessarily have unique conclusions.
+ */
+ void notifyLemma(const InferInfo& ii);
/**
* This returns the proof for fact. This is required for using this class as
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback