summaryrefslogtreecommitdiff
path: root/src/proof/bitvector_proof.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/bitvector_proof.cpp')
-rw-r--r--src/proof/bitvector_proof.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/proof/bitvector_proof.cpp b/src/proof/bitvector_proof.cpp
index c60cc8274..e75b94c8e 100644
--- a/src/proof/bitvector_proof.cpp
+++ b/src/proof/bitvector_proof.cpp
@@ -121,9 +121,10 @@ std::string BitVectorProof::getBBTermName(Expr expr)
return os.str();
}
-void BitVectorProof::printOwnedTerm(Expr term,
- std::ostream& os,
- const ProofLetMap& map)
+void BitVectorProof::printOwnedTermAsType(Expr term,
+ std::ostream& os,
+ const ProofLetMap& map,
+ TypeNode expectedType)
{
Debug("pf::bv") << std::endl
<< "(pf::bv) BitVectorProof::printOwnedTerm( " << term
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback