summaryrefslogtreecommitdiff
path: root/src/proof/uf_proof.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/uf_proof.h')
-rw-r--r--src/proof/uf_proof.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proof/uf_proof.h b/src/proof/uf_proof.h
index 221a50f43..c4bd28dc5 100644
--- a/src/proof/uf_proof.h
+++ b/src/proof/uf_proof.h
@@ -73,6 +73,8 @@ public:
virtual void printAliasingDeclarations(std::ostream& os, std::ostream& paren, const ProofLetMap &globalLetMap);
bool printsAsBool(const Node &n);
+
+ void printConstantDisequalityProof(std::ostream& os, Expr c1, Expr c2, const ProofLetMap &globalLetMap);
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback