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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proof/theory_proof.h b/src/proof/theory_proof.h
index bbdb7d6d7..b9fb33406 100644
--- a/src/proof/theory_proof.h
+++ b/src/proof/theory_proof.h
@@ -332,6 +332,7 @@ 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);
};
} /* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback