summaryrefslogtreecommitdiff
path: root/src/theory/bv/theory_bv.h
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-12-14 22:56:03 -0800
committerAndres Noetzli <andres.noetzli@gmail.com>2018-12-14 22:56:03 -0800
commit70efd4b260b9c23cfedc75d673513252ed6b458b (patch)
tree8ddd4b49bd6d01ef61981fe8c9cb7c869f52c9bc /src/theory/bv/theory_bv.h
parent5bb74049b9ae776fe70e6f9a57dd85d1434147f1 (diff)
parent4983fb0e4339d1c03c8eb5567aca566a378114ea (diff)
Merge branch 'master' into aggSkolemSharing
Diffstat (limited to 'src/theory/bv/theory_bv.h')
-rw-r--r--src/theory/bv/theory_bv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/bv/theory_bv.h b/src/theory/bv/theory_bv.h
index d5e3ad02e..afa9f4b4f 100644
--- a/src/theory/bv/theory_bv.h
+++ b/src/theory/bv/theory_bv.h
@@ -104,9 +104,9 @@ public:
bool applyAbstraction(const std::vector<Node>& assertions, std::vector<Node>& new_assertions);
- void setProofLog( BitVectorProof * bvp );
+ void setResolutionProofLog(proof::ResolutionBitVectorProof* bvp);
-private:
+ private:
class Statistics {
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback