summaryrefslogtreecommitdiff
path: root/src/theory/bv/bv_solver_lazy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/bv/bv_solver_lazy.h')
-rw-r--r--src/theory/bv/bv_solver_lazy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/theory/bv/bv_solver_lazy.h b/src/theory/bv/bv_solver_lazy.h
index e11f525f3..57b3e0a08 100644
--- a/src/theory/bv/bv_solver_lazy.h
+++ b/src/theory/bv/bv_solver_lazy.h
@@ -93,9 +93,6 @@ class BVSolverLazy : public BVSolver
std::string identify() const override { return std::string("BVSolverLazy"); }
- Theory::PPAssertStatus ppAssert(
- TrustNode tin, TrustSubstitutionMap& outSubstitutions) override;
-
TrustNode ppRewrite(TNode t) override;
void ppStaticLearn(TNode in, NodeBuilder& learned) override;
@@ -112,7 +109,6 @@ class BVSolverLazy : public BVSolver
{
public:
AverageStat d_avgConflictSize;
- IntStat d_solveSubstitutions;
TimerStat d_solveTimer;
IntStat d_numCallsToCheckFullEffort;
IntStat d_numCallsToCheckStandardEffort;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback