summaryrefslogtreecommitdiff
path: root/src/proof/theory_proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/theory_proof.h')
-rw-r--r--src/proof/theory_proof.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/proof/theory_proof.h b/src/proof/theory_proof.h
index c8c776ec9..352cc1b53 100644
--- a/src/proof/theory_proof.h
+++ b/src/proof/theory_proof.h
@@ -315,6 +315,12 @@ public:
* @param term
*/
virtual void registerTerm(Expr term) = 0;
+ /**
+ * Print a proof for the disequality of two constants that belong to this theory.
+ *
+ * @param term
+ */
+ virtual void printConstantDisequalityProof(std::ostream& os, Expr c1, Expr c2);
virtual void treatBoolsAsFormulas(bool value) {}
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback