summaryrefslogtreecommitdiff
path: root/src/proof/bitvector_proof.h
diff options
context:
space:
mode:
authorGuy <katz911@gmail.com>2016-06-03 14:27:00 -0700
committerGuy <katz911@gmail.com>2016-06-03 14:27:00 -0700
commit8bfab32eed06973d53ce8ae066a9a26d4ae8a489 (patch)
tree4fb698b165bfe4aa80560d91f7334f27965dc641 /src/proof/bitvector_proof.h
parent90b909a89c78c75afae69e119feea20b478c0795 (diff)
Better infrastructure for proving constant disequality.
Added support for the BV case
Diffstat (limited to 'src/proof/bitvector_proof.h')
-rw-r--r--src/proof/bitvector_proof.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proof/bitvector_proof.h b/src/proof/bitvector_proof.h
index 4e5e98541..5ea754e08 100644
--- a/src/proof/bitvector_proof.h
+++ b/src/proof/bitvector_proof.h
@@ -147,6 +147,7 @@ public:
virtual void printAliasingDeclarations(std::ostream& os, std::ostream& paren);
virtual void printBitblasting(std::ostream& os, std::ostream& paren);
virtual void printResolutionProof(std::ostream& os, std::ostream& paren);
+ void printConstantDisequalityProof(std::ostream& os, Expr c1, Expr c2);
};
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback